Trace number 234638

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, and are wall clock time (not CPU 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 1SAT 372.944 374.696

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-105-9.xml
MD5SUMf708d893494e85c77082cf1b153219a7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021995
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size329
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
27.02	c start processing
27.02	c start relation processing
36.08	c start cnf exporting
129.29	c parsing time : 26.857
129.29	c preprocessing time : 129.132
129.29	
129.29	c Nary constraints - conflicts : 0 supports : 0
129.29	c Binary constraints - conflicts : 88 supports :12
129.29	c max arity constraint : 2
129.29	c Max Tuples generated 102319
129.29	c relations : 100
129.29	c relations BDD: 0
129.29	c vars : 7112 - clauses :  3433294
129.29	
129.38	 
129.38	c --- Minisat Stats ---
129.38	 
373.93	c restarts              : 17
373.93	c conflicts             : 158706         (654 /sec)
373.93	c decisions             : 2135979        (1.54 % random) (8805 /sec)
373.93	c propagations          : 19856810       (81854 /sec)
373.93	c conflict literals     : 154470236      (7.87 % deleted)
373.93	c Memory used           : 746.69 MB
373.93	c CPU time              : 242.587 s
373.93	
373.94	s SATISFIABLE
374.66	v 99 198 255 0 36 5 146 113 264 284 46 0 281 215 164 143 259 4 192 45 209 288 96 122 5

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-234638-1168332893 -o ROOT/results/node43/solver-234638-1168332893 -C 1800 -M 900 /tmp/evaluation/234638-1168332893/galac.sh /tmp/evaluation/234638-1168332893/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.98 1.08 5/70 28064
/proc/meminfo: memFree=1881064/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=8652 CPUtime=0
/proc/28063/stat : 28063 (galac.sh) R 28060 28063 27942 0 -1 4194304 335 0 0 0 0 0 0 0 17 0 1 0 181688465 8859648 279 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216849246879 0 65538 4096 73728 0 0 0 17 1 0 0
/proc/28063/statm: 2163 279 207 79 0 156 0
[pid=28065] ppid=28063 vsize=8688 CPUtime=0
/proc/28065/stat : 28065 (galac.sh) S 28063 28063 27942 0 -1 4194368 38 0 0 0 0 0 0 0 17 0 1 0 181688465 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216849416274 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/28065/statm: 2172 286 209 79 0 165 0
[pid=28066] ppid=28065 vsize=8728 CPUtime=0
/proc/28066/stat : 28066 (galac.sh) R 28065 28063 27942 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 1 0 181688465 8937472 290 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216849247527 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/28066/statm: 2182 290 209 79 0 175 0

[startup+0.105165 s]
/proc/loadavg: 0.92 0.98 1.08 5/70 28064
/proc/meminfo: memFree=1881064/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=0.01
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.513232 s]
/proc/loadavg: 0.92 0.98 1.08 5/70 28064
/proc/meminfo: memFree=1881064/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=0.01
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.33637 s]
/proc/loadavg: 0.92 0.98 1.08 4/89 28096
/proc/meminfo: memFree=1817864/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=0.01
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28082] ppid=28063 vsize=861344 CPUtime=1.28
/proc/28082/stat : 28082 (java) R 28063 28063 27942 0 -1 0 15508 0 1 0 120 8 0 0 23 0 8 0 181688468 882016256 15117 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28082/statm: 215336 15117 1994 14 0 201541 0
[pid=28082/tid=28086] ppid=28063 vsize=861344 CPUtime=0.44
/proc/28082/task/28086/stat : 28086 (java) R 28063 28063 27942 0 -1 64 6502 0 0 0 42 2 0 0 16 0 8 0 181688472 882016256 15117 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28087] ppid=28063 vsize=861344 CPUtime=0
/proc/28082/task/28087/stat : 28087 (java) S 28063 28063 27942 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 181688472 882016256 15117 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28088] ppid=28063 vsize=861344 CPUtime=0
/proc/28082/task/28088/stat : 28088 (java) S 28063 28063 27942 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181688472 882016256 15117 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28093] ppid=28063 vsize=861344 CPUtime=0
/proc/28082/task/28093/stat : 28093 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181688476 882016256 15117 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28094] ppid=28063 vsize=861344 CPUtime=0.1
/proc/28082/task/28094/stat : 28094 (java) S 28063 28063 27942 0 -1 64 907 0 0 0 10 0 0 0 16 0 8 0 181688476 882016256 15117 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28095] ppid=28063 vsize=861344 CPUtime=0
/proc/28082/task/28095/stat : 28095 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181688476 882016256 15117 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28096] ppid=28063 vsize=861344 CPUtime=0
/proc/28082/task/28096/stat : 28096 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181688476 882016256 15117 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908920

[startup+2.98365 s]
/proc/loadavg: 0.92 0.98 1.08 4/89 28096
/proc/meminfo: memFree=1800968/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=0.01
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28082] ppid=28063 vsize=861280 CPUtime=2.92
/proc/28082/stat : 28082 (java) R 28063 28063 27942 0 -1 0 21000 0 1 0 282 10 0 0 25 0 8 0 181688468 881950720 20390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28082/statm: 215320 20390 1994 14 0 201525 0
[pid=28082/tid=28086] ppid=28063 vsize=861280 CPUtime=1.59
/proc/28082/task/28086/stat : 28086 (java) R 28063 28063 27942 0 -1 64 11979 0 0 0 155 4 0 0 17 0 8 0 181688472 881950720 20390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4153785217 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28087] ppid=28063 vsize=861280 CPUtime=0
/proc/28082/task/28087/stat : 28087 (java) S 28063 28063 27942 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 181688472 881950720 20390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28088] ppid=28063 vsize=861280 CPUtime=0
/proc/28082/task/28088/stat : 28088 (java) S 28063 28063 27942 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181688472 881950720 20390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28093] ppid=28063 vsize=861280 CPUtime=0
/proc/28082/task/28093/stat : 28093 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181688476 881950720 20390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28094] ppid=28063 vsize=861280 CPUtime=0.11
/proc/28082/task/28094/stat : 28094 (java) S 28063 28063 27942 0 -1 64 910 0 0 0 11 0 0 0 16 0 8 0 181688476 881950720 20390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28095] ppid=28063 vsize=861280 CPUtime=0
/proc/28082/task/28095/stat : 28095 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181688476 881950720 20390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28096] ppid=28063 vsize=861280 CPUtime=0
/proc/28082/task/28096/stat : 28096 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181688476 881950720 20390 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 908856

[startup+6.27719 s]
/proc/loadavg: 1.09 1.02 1.09 2/76 28105
/proc/meminfo: memFree=1784944/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=0.01
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28082] ppid=28063 vsize=861092 CPUtime=6.2
/proc/28082/stat : 28082 (java) S 28063 28063 27942 0 -1 0 27269 0 1 0 607 13 0 0 17 0 8 0 181688468 881758208 26558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28082/statm: 215273 26558 1994 14 0 201478 0
[pid=28082/tid=28086] ppid=28063 vsize=861092 CPUtime=4.21
/proc/28082/task/28086/stat : 28086 (java) R 28063 28063 27942 0 -1 64 18230 0 0 0 414 7 0 0 18 0 8 0 181688472 881758208 26558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525861 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28087] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28087/stat : 28087 (java) S 28063 28063 27942 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 26558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28088] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28088/stat : 28088 (java) S 28063 28063 27942 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 26558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28093] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28093/stat : 28093 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181688476 881758208 26558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28094] ppid=28063 vsize=861092 CPUtime=0.11
/proc/28082/task/28094/stat : 28094 (java) S 28063 28063 27942 0 -1 64 912 0 0 0 11 0 0 0 16 0 8 0 181688476 881758208 26558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28095] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28095/stat : 28095 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181688476 881758208 26558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28096] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28096/stat : 28096 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181688476 881758208 26558 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 908668

[startup+12.7721 s]
/proc/loadavg: 1.24 1.05 1.10 3/92 28148
/proc/meminfo: memFree=1657264/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=0.01
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28082] ppid=28063 vsize=861092 CPUtime=12.63
/proc/28082/stat : 28082 (java) S 28063 28063 27942 0 -1 0 36428 0 1 0 1246 17 0 0 16 0 8 0 181688468 881758208 35692 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28082/statm: 215273 35692 1994 14 0 201478 0
[pid=28082/tid=28086] ppid=28063 vsize=861092 CPUtime=9.68
/proc/28082/task/28086/stat : 28086 (java) R 28063 28063 27942 0 -1 64 27352 0 0 0 957 11 0 0 25 0 8 0 181688472 881758208 35692 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155523704 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28082/tid=28087] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28087/stat : 28087 (java) S 28063 28063 27942 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 35692 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28088] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28088/stat : 28088 (java) S 28063 28063 27942 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 35692 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28093] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28093/stat : 28093 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181688476 881758208 35692 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28094] ppid=28063 vsize=861092 CPUtime=0.13
/proc/28082/task/28094/stat : 28094 (java) S 28063 28063 27942 0 -1 64 924 0 0 0 13 0 0 0 16 0 8 0 181688476 881758208 35692 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28082/tid=28095] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28095/stat : 28095 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181688476 881758208 35692 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28096] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28096/stat : 28096 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181688476 881758208 35692 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 908668

[startup+25.6332 s]
/proc/loadavg: 1.48 1.11 1.12 3/92 28148
/proc/meminfo: memFree=1565688/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=0.01
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28082] ppid=28063 vsize=861092 CPUtime=25.43
/proc/28082/stat : 28082 (java) S 28063 28063 27942 0 -1 0 49517 0 1 0 2521 22 0 0 16 0 8 0 181688468 881758208 48747 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28082/statm: 215273 48747 1994 14 0 201478 0
[pid=28082/tid=28086] ppid=28063 vsize=861092 CPUtime=21.16
/proc/28082/task/28086/stat : 28086 (java) R 28063 28063 27942 0 -1 64 40399 0 0 0 2101 15 0 0 25 0 8 0 181688472 881758208 48747 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28082/tid=28087] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28087/stat : 28087 (java) S 28063 28063 27942 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 48747 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28088] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28088/stat : 28088 (java) S 28063 28063 27942 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 48747 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28093] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28093/stat : 28093 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181688476 881758208 48747 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28094] ppid=28063 vsize=861092 CPUtime=0.15
/proc/28082/task/28094/stat : 28094 (java) S 28063 28063 27942 0 -1 64 931 0 0 0 14 1 0 0 16 0 8 0 181688476 881758208 48747 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28082/tid=28095] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28095/stat : 28095 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181688476 881758208 48747 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28096] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28096/stat : 28096 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181688476 881758208 48747 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 908668

[startup+51.2705 s]
/proc/loadavg: 1.71 1.20 1.14 3/92 28201
/proc/meminfo: memFree=1513136/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=0.01
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28082] ppid=28063 vsize=861092 CPUtime=50.89
/proc/28082/stat : 28082 (java) R 28063 28063 27942 0 -1 0 62722 0 2 0 5052 37 0 0 25 0 8 0 181688468 881758208 61918 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073866821 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28082/statm: 215273 61918 2015 14 0 201478 0
[pid=28082/tid=28086] ppid=28063 vsize=861092 CPUtime=22.56
/proc/28082/task/28086/stat : 28086 (java) S 28063 28063 27942 0 -1 64 46659 0 0 0 2237 19 0 0 16 0 8 0 181688472 881758208 61918 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28082/tid=28087] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28087/stat : 28087 (java) S 28063 28063 27942 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 61918 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28082/tid=28088] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28088/stat : 28088 (java) S 28063 28063 27942 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 61918 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28093] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28093/stat : 28093 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181688476 881758208 61918 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28094] ppid=28063 vsize=861092 CPUtime=0.21
/proc/28082/task/28094/stat : 28094 (java) S 28063 28063 27942 0 -1 64 974 0 0 0 20 1 0 0 16 0 8 0 181688476 881758208 61918 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28082/tid=28095] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28095/stat : 28095 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181688476 881758208 61918 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28096] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28096/stat : 28096 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181688476 881758208 61918 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 908668

[startup+102.551 s]
/proc/loadavg: 1.88 1.32 1.19 3/89 28276
/proc/meminfo: memFree=1281800/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=0.01
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28082] ppid=28063 vsize=861092 CPUtime=101.89
/proc/28082/stat : 28082 (java) R 28063 28063 27942 0 -1 0 62876 0 2 0 10131 58 0 0 25 0 8 0 181688468 881758208 61994 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073920735 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28082/statm: 215273 61994 2016 14 0 201478 0
[pid=28082/tid=28086] ppid=28063 vsize=861092 CPUtime=22.67
/proc/28082/task/28086/stat : 28086 (java) S 28063 28063 27942 0 -1 64 46719 0 0 0 2248 19 0 0 16 0 8 0 181688472 881758208 61994 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28087] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28087/stat : 28087 (java) S 28063 28063 27942 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 61994 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28082/tid=28088] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28088/stat : 28088 (java) S 28063 28063 27942 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181688472 881758208 61994 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28093] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28093/stat : 28093 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181688476 881758208 61994 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28094] ppid=28063 vsize=861092 CPUtime=0.24
/proc/28082/task/28094/stat : 28094 (java) S 28063 28063 27942 0 -1 64 989 0 0 0 23 1 0 0 16 0 8 0 181688476 881758208 61994 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28082/tid=28095] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28095/stat : 28095 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181688476 881758208 61994 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28082/tid=28096] ppid=28063 vsize=861092 CPUtime=0
/proc/28082/task/28096/stat : 28096 (java) S 28063 28063 27942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181688476 881758208 61994 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 908668

[startup+162.585 s]
/proc/loadavg: 1.95 1.44 1.23 3/83 28278
/proc/meminfo: memFree=1196728/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=128.55
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 799 64633 0 2 0 0 12783 72 17 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28278] ppid=28063 vsize=258120 CPUtime=33.02
/proc/28278/stat : 28278 (minisat) R 28063 28063 27942 0 -1 4194304 64304 0 0 0 3264 38 0 0 25 0 1 0 181701403 264314880 64286 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134715850 0 0 4096 3 0 0 0 17 1 0 0
/proc/28278/statm: 64530 64286 54 142 0 64386 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 305696

[startup+222.638 s]
/proc/loadavg: 1.98 1.54 1.28 3/83 28278
/proc/meminfo: memFree=1025080/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=128.55
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 799 64633 0 2 0 0 12783 72 17 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28278] ppid=28063 vsize=428104 CPUtime=92.79
/proc/28278/stat : 28278 (minisat) R 28063 28063 27942 0 -1 4194304 106821 0 0 0 9219 60 0 0 25 0 1 0 181701403 438378496 106803 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 1 0 0
/proc/28278/statm: 107026 106803 54 142 0 106882 0
Current children cumulated CPU time (s) 221.34
Current children cumulated vsize (KiB) 475680

[startup+282.682 s]
/proc/loadavg: 1.99 1.62 1.32 3/86 28330
/proc/meminfo: memFree=1092200/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=128.55
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 799 64633 0 2 0 0 12783 72 17 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28278] ppid=28063 vsize=583220 CPUtime=152.53
/proc/28278/stat : 28278 (minisat) R 28063 28063 27942 0 -1 4194304 145580 0 0 0 15174 79 0 0 25 0 1 0 181701403 597217280 145562 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134525786 0 0 4096 3 0 0 0 17 1 0 0
/proc/28278/statm: 145805 145562 54 142 0 145661 0
Current children cumulated CPU time (s) 281.08
Current children cumulated vsize (KiB) 630796

[startup+342.754 s]
/proc/loadavg: 1.47 1.55 1.31 2/66 28345
/proc/meminfo: memFree=1115608/2055920 swapFree=4192812/4192956
[pid=28063] ppid=28060 vsize=47576 CPUtime=128.55
/proc/28063/stat : 28063 (galac.sh) S 28060 28063 27942 0 -1 4194304 799 64633 0 2 0 0 12783 72 17 0 1 0 181688465 48717824 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 216848853850 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28063/statm: 11894 363 245 79 0 218 0
[pid=28278] ppid=28063 vsize=718168 CPUtime=212.51
/proc/28278/stat : 28278 (minisat) R 28063 28063 27942 0 -1 4194304 179255 0 0 0 21152 99 0 0 25 0 1 0 181701403 735404032 179237 18446744073709551615 134512640 135096742 4294956480 18446744073709551615 134529430 0 0 4096 3 0 0 0 17 1 0 0
/proc/28278/statm: 179542 179237 54 142 0 179398 0
Current children cumulated CPU time (s) 341.06
Current children cumulated vsize (KiB) 765744

Child status: 0
Real time (s): 374.696
CPU time (s): 372.944
CPU user time (s): 370.939
CPU system time (s): 2.00569
CPU usage (%): 99.5326
Max. virtual memory (cumulated for all children) (KiB): 908920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 370.939
system time used= 2.00569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263459
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5187
involuntary context switches= 10990

runsolver used 0.378942 s user time and 1.02284 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Jan  9 08:54:53 UTC 2007


IDJOB= 234638
IDBENCH= 6701
FILE ID= node43/234638-1168332893

PBS_JOBID= 3503324

Free space on /tmp= 66498 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-105-9.xml
COMMAND LINE= /tmp/evaluation/234638-1168332893/galac.sh /tmp/evaluation/234638-1168332893/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-234638-1168332893 -o ROOT/results/node43/solver-234638-1168332893 -C 1800 -M 900  /tmp/evaluation/234638-1168332893/galac.sh /tmp/evaluation/234638-1168332893/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  f708d893494e85c77082cf1b153219a7

RANDOM SEED= 126469166

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.278
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.278
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:       1882000 kB
Buffers:          7000 kB
Cached:          99828 kB
SwapCached:          0 kB
Active:          66540 kB
Inactive:        60300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3640 kB
Writeback:           0 kB
Mapped:          30168 kB
Slab:            32816 kB
Committed_AS:  4196796 kB
PageTables:       1592 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= 66498 MiB



End job on node43 on Tue Jan  9 09:01:08 UTC 2007