Trace number 1101885

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac ESAT 731.92 739.294

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-17_ext.xml
MD5SUMf0039dfe70d3c33dfd175699d19c7cc4
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.8318
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.95	c start processing
0.01/0.95	c start relation processing
0.01/0.96	c start cnf exporting
1.94/2.07	c parsing time : 0.815
1.94/2.07	c preprocessing time : 1.941
1.94/2.07	
1.94/2.07	c Nary constraints - conflicts : 0 supports : 0
1.94/2.07	c Binary constraints - conflicts : 340 supports :8
1.94/2.07	c max arity constraint : 2
1.94/2.07	c Max Tuples generated 0
1.94/2.07	c relations : 348
1.94/2.07	c relations BDD: 0
1.94/2.07	c sampling 0/0
1.94/2.07	c vars : 761 - clauses :  40311
1.94/2.07	
1.94/2.09	 
1.94/2.09	c --- SAT Solver Stats ---
1.94/2.09	 
1.94/2.09	c eSAT 0.1 : minisat core with additionnal features
1.94/2.09	c ============================[ Problem Statistics ]=============================
1.94/2.09	c |                                                                             |
1.94/2.09	c |  Number of variables:  760                                                  |
1.94/2.09	c |  Number of clauses:    40311                                                |
2.03/2.12	c |  Parsing time:         0.02         s                                       |
730.85/738.26	c restarts              : 866
730.85/738.26	c conflicts             : 1034703        (1420 /sec)
730.85/738.26	c decisions             : 1446955        (1.47 % random) (1986 /sec)
730.85/738.26	c euip                  : 105014      
730.85/738.26	c propagations          : 81729006       (112161 /sec)
730.85/738.26	c conflict literals     : 42852983       (49.80 % deleted)
730.85/738.26	c Memory used           : 65.07 MB
730.85/738.26	c CPU time              : 728.674 s
730.85/738.26	c 
730.85/738.26	s SATISFIABLE
731.83/739.29	v 16 5 9 7 4 1 18 8 2 18 3 11 12 7 12 13 6 3 5 9 10 16 14 1 16 16 4 4 6 16 7 3 7 3 2 16 4 13 3 8

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101885-1215294713/watcher-1101885-1215294713 -o /tmp/evaluation-result-1101885-1215294713/solver-1101885-1215294713 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101885-1215294713.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 6122
/proc/meminfo: memFree=1501840/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=8652 CPUtime=0
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2008446427 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 2163 280 208 79 0 156 0
[pid=6123] ppid=6122 vsize=8688 CPUtime=0
/proc/6123/stat : 6123 (galacE.sh) S 6122 6122 5871 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2008446427 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6123/statm: 2172 286 209 79 0 165 0
[pid=6124] ppid=6123 vsize=8728 CPUtime=0
/proc/6124/stat : 6124 (galacE.sh) R 6123 6122 5871 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2008446427 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 244671114535 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/6124/statm: 2182 290 209 79 0 175 0

[startup+0.109381 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 6122
/proc/meminfo: memFree=1501840/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=0.01
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.202394 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 6122
/proc/meminfo: memFree=1501840/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=0.01
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302401 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 6122
/proc/meminfo: memFree=1501840/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=0.01
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701446 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 6122
/proc/meminfo: memFree=1501840/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=0.01
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50152 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 6144
/proc/meminfo: memFree=1431360/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=0.01
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6136] ppid=6122 vsize=812548 CPUtime=1.42
/proc/6136/stat : 6136 (java) S 6122 6122 5871 0 -1 0 19879 0 1 0 130 12 0 0 18 0 9 0 2008446430 832049152 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6136/statm: 203137 19297 1912 9 0 197171 0
[pid=6136/tid=6137] ppid=6122 vsize=812548 CPUtime=1.1
/proc/6136/task/6137/stat : 6137 (java) R 6122 6122 5871 0 -1 64 14533 0 1 0 101 9 0 0 25 0 9 0 2008446432 832049152 19297 996147200 134512640 134550740 4294955600 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6136/tid=6138] ppid=6122 vsize=812548 CPUtime=0.03
/proc/6136/task/6138/stat : 6138 (java) S 6122 6122 5871 0 -1 64 3788 0 0 0 2 1 0 0 16 0 9 0 2008446433 832049152 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6136/tid=6139] ppid=6122 vsize=812548 CPUtime=0
/proc/6136/task/6139/stat : 6139 (java) S 6122 6122 5871 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2008446433 832049152 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6136/tid=6140] ppid=6122 vsize=812548 CPUtime=0
/proc/6136/task/6140/stat : 6140 (java) S 6122 6122 5871 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008446433 832049152 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6136/tid=6141] ppid=6122 vsize=812548 CPUtime=0
/proc/6136/task/6141/stat : 6141 (java) S 6122 6122 5871 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008446435 832049152 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6136/tid=6142] ppid=6122 vsize=812548 CPUtime=0.27
/proc/6136/task/6142/stat : 6142 (java) S 6122 6122 5871 0 -1 64 859 0 0 0 26 1 0 0 16 0 9 0 2008446435 832049152 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6136/tid=6143] ppid=6122 vsize=812548 CPUtime=0
/proc/6136/task/6143/stat : 6143 (java) S 6122 6122 5871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008446436 832049152 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6136/tid=6144] ppid=6122 vsize=812548 CPUtime=0
/proc/6136/task/6144/stat : 6144 (java) S 6122 6122 5871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008446436 832049152 19297 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 860116

[startup+3.1017 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1497408/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=4740 CPUtime=0.99
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 1053 0 0 0 98 1 0 0 25 0 1 0 2008446636 4853760 944 996147200 134512640 135177480 4294955968 18446744073709551615 134565682 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 1185 944 80 162 0 1020 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 52308

[startup+6.30103 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1495232/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=7024 CPUtime=4.15
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 1621 0 0 0 414 1 0 0 25 0 1 0 2008446636 7192576 1512 996147200 134512640 135177480 4294955968 18446744073709551615 134571544 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 1756 1512 80 162 0 1591 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 54592

[startup+12.7017 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1491520/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=10272 CPUtime=10.49
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 2411 0 0 0 1047 2 0 0 25 0 1 0 2008446636 10518528 2302 996147200 134512640 135177480 4294955968 18446744073709551615 134560910 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 2568 2302 80 162 0 2403 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 57840

[startup+25.5021 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1489600/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=12232 CPUtime=23.17
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 2909 0 0 0 2315 2 0 0 25 0 1 0 2008446636 12525568 2800 996147200 134512640 135177480 4294955968 18446744073709551615 134560910 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 3058 2800 80 162 0 2893 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 59800

[startup+51.1027 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1486464/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=15544 CPUtime=48.53
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 3739 0 0 0 4849 4 0 0 25 0 1 0 2008446636 15917056 3630 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 3886 3630 80 162 0 3721 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 63112

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1480640/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=21244 CPUtime=99.25
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 5146 0 0 0 9919 6 0 0 25 0 1 0 2008446636 21753856 5037 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 5311 5037 80 162 0 5146 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 68812

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1480128/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=21856 CPUtime=158.68
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 5260 0 0 0 15862 6 0 0 25 0 1 0 2008446636 22380544 5151 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 5464 5151 80 162 0 5299 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 69424

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1468480/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=33572 CPUtime=218.13
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 8169 0 0 0 21803 10 0 0 25 0 1 0 2008446636 34377728 8060 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 8393 8060 80 162 0 8228 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 81140

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1468032/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=33924 CPUtime=277.56
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 8264 0 0 0 27746 10 0 0 25 0 1 0 2008446636 34738176 8155 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 8481 8155 80 162 0 8316 0
Current children cumulated CPU time (s) 279.59
Current children cumulated vsize (KiB) 81492

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145

################
# More data... #
################

Current children cumulated CPU time (s) 339.02
Current children cumulated vsize (KiB) 87036

[startup+402.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1462656/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=39664 CPUtime=396.44
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 9611 0 0 0 39632 12 0 0 25 0 1 0 2008446636 40615936 9502 996147200 134512640 135177480 4294955968 18446744073709551615 134548364 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 9916 9502 80 162 0 9751 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 87232

[startup+462.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1406272/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=39664 CPUtime=455.53
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 9638 0 0 0 45541 12 0 0 25 0 1 0 2008446636 40615936 9529 996147200 134512640 135177480 4294955968 18446744073709551615 134556856 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 9916 9529 80 162 0 9751 0
Current children cumulated CPU time (s) 457.56
Current children cumulated vsize (KiB) 87232

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6145
/proc/meminfo: memFree=1406208/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=39816 CPUtime=514.97
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 9644 0 0 0 51485 12 0 0 25 0 1 0 2008446636 40771584 9535 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 9954 9535 80 162 0 9789 0
Current children cumulated CPU time (s) 517
Current children cumulated vsize (KiB) 87384

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6151
/proc/meminfo: memFree=1397496/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=48404 CPUtime=574.38
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 11827 0 0 0 57423 15 0 0 25 0 1 0 2008446636 49565696 11718 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 12101 11718 80 162 0 11936 0
Current children cumulated CPU time (s) 576.41
Current children cumulated vsize (KiB) 95972

[startup+642.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6151
/proc/meminfo: memFree=1389240/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=56940 CPUtime=633.82
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 13901 0 0 0 63365 17 0 0 25 0 1 0 2008446636 58306560 13792 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 14235 13792 80 162 0 14070 0
Current children cumulated CPU time (s) 635.85
Current children cumulated vsize (KiB) 104508

[startup+702.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6151
/proc/meminfo: memFree=1380600/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=65420 CPUtime=693.25
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 16032 0 0 0 69305 20 0 0 25 0 1 0 2008446636 66990080 15923 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 16355 15923 80 162 0 16190 0
Current children cumulated CPU time (s) 695.28
Current children cumulated vsize (KiB) 112988

Solver just ended. Dumping a history of the last processes samples

[startup+716.802 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6151
/proc/meminfo: memFree=1379256/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=66632 CPUtime=707.62
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 16340 0 0 0 70741 21 0 0 25 0 1 0 2008446636 68231168 16231 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 16658 16231 80 162 0 16493 0
Current children cumulated CPU time (s) 709.65
Current children cumulated vsize (KiB) 114200

[startup+729.602 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6151
/proc/meminfo: memFree=1379192/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=66632 CPUtime=720.29
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 16340 0 0 0 72008 21 0 0 25 0 1 0 2008446636 68231168 16231 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 16658 16231 80 162 0 16493 0
Current children cumulated CPU time (s) 722.32
Current children cumulated vsize (KiB) 114200

[startup+736.007 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6151
/proc/meminfo: memFree=1379128/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=66632 CPUtime=726.64
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 16340 0 0 0 72643 21 0 0 25 0 1 0 2008446636 68231168 16231 996147200 134512640 135177480 4294955968 18446744073709551615 134565364 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 16658 16231 80 162 0 16493 0
Current children cumulated CPU time (s) 728.67
Current children cumulated vsize (KiB) 114200

[startup+737.602 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6151
/proc/meminfo: memFree=1379128/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=2.03
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 800 23048 0 1 0 0 187 16 17 0 1 0 2008446427 48709632 365 996147200 4194304 4520092 548682068832 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6122/statm: 11892 365 246 79 0 219 0
[pid=6145] ppid=6122 vsize=66632 CPUtime=728.22
/proc/6145/stat : 6145 (eSAT_static) R 6122 6122 5871 0 -1 4194304 16340 0 0 0 72801 21 0 0 25 0 1 0 2008446636 68231168 16231 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/6145/statm: 16658 16231 80 162 0 16493 0
Current children cumulated CPU time (s) 730.25
Current children cumulated vsize (KiB) 114200

[startup+738.402 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6151
/proc/meminfo: memFree=1379128/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=730.93
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 836 39400 0 1 0 0 73055 38 16 0 1 0 2008446427 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6122/statm: 11892 366 246 79 0 219 0
Current children cumulated CPU time (s) 730.93
Current children cumulated vsize (KiB) 47568

[startup+738.802 s]
/proc/loadavg: 1.99 1.98 1.99 3/86 6151
/proc/meminfo: memFree=1379128/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=730.93
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 836 39400 0 1 0 0 73055 38 16 0 1 0 2008446427 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6122/statm: 11892 366 246 79 0 219 0
Current children cumulated CPU time (s) 730.93
Current children cumulated vsize (KiB) 47568

[startup+739.202 s]
/proc/loadavg: 1.99 1.98 1.99 3/94 6160
/proc/meminfo: memFree=1400696/2055920 swapFree=4180056/4192956
[pid=6122] ppid=6120 vsize=47568 CPUtime=730.93
/proc/6122/stat : 6122 (galacE.sh) S 6120 6122 5871 0 -1 4194304 836 39400 0 1 0 0 73055 38 16 0 1 0 2008446427 48709632 366 996147200 4194304 4520092 548682068832 18446744073709551615 244671283282 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/6122/statm: 11892 366 246 79 0 219 0
[pid=6152] ppid=6122 vsize=812672 CPUtime=0.9
/proc/6152/stat : 6152 (java) S 6122 6122 5871 0 -1 0 13228 0 1 0 81 9 0 0 18 0 9 0 2008520254 832176128 12615 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6152/statm: 203168 12615 1909 9 0 197174 0
[pid=6152/tid=6153] ppid=6122 vsize=812672 CPUtime=0.69
/proc/6152/task/6153/stat : 6153 (java) R 6122 6122 5871 0 -1 64 11692 0 1 0 62 7 0 0 18 0 9 0 2008520256 832176128 12615 996147200 134512640 134550740 4294955616 18446744073709551615 4125978435 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6152/tid=6154] ppid=6122 vsize=812672 CPUtime=0
/proc/6152/task/6154/stat : 6154 (java) S 6122 6122 5871 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2008520257 832176128 12615 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=6152/tid=6155] ppid=6122 vsize=812672 CPUtime=0
/proc/6152/task/6155/stat : 6155 (java) S 6122 6122 5871 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008520257 832176128 12615 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6152/tid=6156] ppid=6122 vsize=812672 CPUtime=0
/proc/6152/task/6156/stat : 6156 (java) S 6122 6122 5871 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008520257 832176128 12615 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6152/tid=6157] ppid=6122 vsize=812672 CPUtime=0
/proc/6152/task/6157/stat : 6157 (java) S 6122 6122 5871 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008520260 832176128 12615 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6152/tid=6158] ppid=6122 vsize=812672 CPUtime=0.19
/proc/6152/task/6158/stat : 6158 (java) S 6122 6122 5871 0 -1 64 823 0 0 0 18 1 0 0 16 0 9 0 2008520260 832176128 12615 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6152/tid=6159] ppid=6122 vsize=812672 CPUtime=0
/proc/6152/task/6159/stat : 6159 (java) S 6122 6122 5871 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008520260 832176128 12615 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=6152/tid=6160] ppid=6122 vsize=812672 CPUtime=0
/proc/6152/task/6160/stat : 6160 (java) S 6122 6122 5871 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008520260 832176128 12615 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 731.83
Current children cumulated vsize (KiB) 860240

Child status: 0
Real time (s): 739.294
CPU time (s): 731.92
CPU user time (s): 731.416
CPU system time (s): 0.503923
CPU usage (%): 99.0025
Max. virtual memory (cumulated for all children) (KiB): 860240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 731.416
system time used= 0.503923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53873
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1713
involuntary context switches= 17521

runsolver used 1.21381 second user time and 2.15867 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 23:51:53
IDJOB=1101885
IDBENCH=60080
IDSOLVER=351
FILE ID=node7/1101885-1215294713
PBS_JOBID= 7882392
Free space on /tmp= 66524 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-17_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101885-1215294713/watcher-1101885-1215294713 -o /tmp/evaluation-result-1101885-1215294713/solver-1101885-1215294713 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1101885-1215294713.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f0039dfe70d3c33dfd175699d19c7cc4
RANDOM SEED=58933128

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1502320 kB
Buffers:         84300 kB
Cached:         248180 kB
SwapCached:       7384 kB
Active:         353516 kB
Inactive:       140908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1502320 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            3316 kB
Writeback:           0 kB
Mapped:         172952 kB
Slab:            44068 kB
Committed_AS:  4250612 kB
PageTables:       2128 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node7 at 2008-07-06 00:04:12