Trace number 287387

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 1? (problem) 279.397 280.287

General information on the benchmark

Namelard/
lard-87-87.xml
MD5SUMdd7c22c3d279da026832eaa4e9f6008b
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 benchmark21.9287
SatisfiableYES
(Un)Satisfiability was proved
Number of variables87
Number of constraints3741
Maximum constraint arity2
Maximum domain size88
Number of constraints which are defined in extension3741
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26	c --- Preproc Stats ---
280.17	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-287387-1170113453 -o ROOT/results/node18/solver-287387-1170113453 -C 1800 -M 900 /tmp/evaluation/287387-1170113453/galac.sh /tmp/evaluation/287387-1170113453/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: 2.29 2.37 2.38 4/83 30223
/proc/meminfo: memFree=1353832/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=18540 CPUtime=0
/proc/30222/stat : 30222 (runsolver) D 30220 30222 30151 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 31299998 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 227848809767 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/30222/statm: 4635 279 244 17 0 2626 0

[startup+0.102814 s]
/proc/loadavg: 2.29 2.37 2.38 4/83 30223
/proc/meminfo: memFree=1353832/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=8580 CPUtime=0
/proc/30222/stat : 30222 (galac.sh) D 30220 30222 30151 0 -1 4194304 316 0 4 0 0 0 0 0 17 0 1 0 31299998 8785920 264 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848978222 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/30222/statm: 2145 264 201 79 0 138 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8580

[startup+0.514859 s]
/proc/loadavg: 2.29 2.37 2.38 4/83 30223
/proc/meminfo: memFree=1353832/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.33594 s]
/proc/loadavg: 2.29 2.37 2.38 3/91 30243
/proc/meminfo: memFree=1260000/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
[pid=30236] ppid=30222 vsize=861064 CPUtime=1.04
/proc/30236/stat : 30236 (java) R 30222 30222 30151 0 -1 0 21675 0 5 0 93 11 0 0 25 0 8 0 31300025 881729536 21432 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30236/statm: 215266 21432 1970 14 0 201471 0
[pid=30236/tid=30237] ppid=30222 vsize=861064 CPUtime=0.05
/proc/30236/task/30237/stat : 30237 (java) S 30222 30222 30151 0 -1 64 5908 0 0 0 3 2 0 0 16 0 8 0 31300028 881729536 21432 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30238] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30238/stat : 30238 (java) S 30222 30222 30151 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 31300029 881729536 21432 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30239] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30239/stat : 30239 (java) S 30222 30222 30151 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31300029 881729536 21432 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30240] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30240/stat : 30240 (java) S 30222 30222 30151 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31300032 881729536 21432 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30241] ppid=30222 vsize=861064 CPUtime=0.12
/proc/30236/task/30241/stat : 30241 (java) S 30222 30222 30151 0 -1 64 905 0 0 0 12 0 0 0 16 0 8 0 31300032 881729536 21432 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30242] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30242/stat : 30242 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 31300032 881729536 21432 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30243] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30243/stat : 30243 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31300032 881729536 21432 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 908636

[startup+2.97321 s]
/proc/loadavg: 2.29 2.37 2.38 3/91 30243
/proc/meminfo: memFree=1226592/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
[pid=30236] ppid=30222 vsize=861064 CPUtime=2.67
/proc/30236/stat : 30236 (java) R 30222 30222 30151 0 -1 0 25499 0 5 0 251 16 0 0 25 0 8 0 31300025 881729536 25250 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073663087 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30236/statm: 215266 25250 1970 14 0 201471 0
[pid=30236/tid=30237] ppid=30222 vsize=861064 CPUtime=0.19
/proc/30236/task/30237/stat : 30237 (java) S 30222 30222 30151 0 -1 64 9720 0 0 0 15 4 0 0 16 0 8 0 31300028 881729536 25250 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30238] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30238/stat : 30238 (java) S 30222 30222 30151 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 31300029 881729536 25250 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30239] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30239/stat : 30239 (java) S 30222 30222 30151 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31300029 881729536 25250 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30240] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30240/stat : 30240 (java) S 30222 30222 30151 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31300032 881729536 25250 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30241] ppid=30222 vsize=861064 CPUtime=0.15
/proc/30236/task/30241/stat : 30241 (java) S 30222 30222 30151 0 -1 64 911 0 0 0 14 1 0 0 16 0 8 0 31300032 881729536 25250 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30242] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30242/stat : 30242 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 31300032 881729536 25250 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30243] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30243/stat : 30243 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31300032 881729536 25250 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 908636

[startup+6.1814 s]
/proc/loadavg: 2.34 2.38 2.38 3/91 30243
/proc/meminfo: memFree=1139424/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
[pid=30236] ppid=30222 vsize=861064 CPUtime=5.85
/proc/30236/stat : 30236 (java) R 30222 30222 30151 0 -1 0 33268 0 5 0 564 21 0 0 25 0 8 0 31300025 881729536 33007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073450828 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30236/statm: 215266 33007 1970 14 0 201471 0
[pid=30236/tid=30237] ppid=30222 vsize=861064 CPUtime=0.47
/proc/30236/task/30237/stat : 30237 (java) S 30222 30222 30151 0 -1 64 17445 0 0 0 39 8 0 0 16 0 8 0 31300028 881729536 33007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30238] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30238/stat : 30238 (java) S 30222 30222 30151 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 31300029 881729536 33007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30239] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30239/stat : 30239 (java) S 30222 30222 30151 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31300029 881729536 33007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30240] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30240/stat : 30240 (java) S 30222 30222 30151 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31300032 881729536 33007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30241] ppid=30222 vsize=861064 CPUtime=0.2
/proc/30236/task/30241/stat : 30241 (java) S 30222 30222 30151 0 -1 64 943 0 0 0 19 1 0 0 16 0 8 0 31300032 881729536 33007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30242] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30242/stat : 30242 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 31300032 881729536 33007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30243] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30243/stat : 30243 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31300032 881729536 33007 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 908636

[startup+12.667 s]
/proc/loadavg: 2.31 2.37 2.38 3/91 30243
/proc/meminfo: memFree=955688/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
[pid=30236] ppid=30222 vsize=861064 CPUtime=12.31
/proc/30236/stat : 30236 (java) R 30222 30222 30151 0 -1 0 49350 0 5 0 1202 29 0 0 25 0 8 0 31300025 881729536 49064 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073698215 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30236/statm: 215266 49064 1971 14 0 201471 0
[pid=30236/tid=30237] ppid=30222 vsize=861064 CPUtime=1.05
/proc/30236/task/30237/stat : 30237 (java) S 30222 30222 30151 0 -1 64 33477 0 0 0 92 13 0 0 16 0 8 0 31300028 881729536 49064 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30238] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30238/stat : 30238 (java) S 30222 30222 30151 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 31300029 881729536 49064 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30239] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30239/stat : 30239 (java) S 30222 30222 30151 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31300029 881729536 49064 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30240] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30240/stat : 30240 (java) S 30222 30222 30151 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31300032 881729536 49064 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30241] ppid=30222 vsize=861064 CPUtime=0.24
/proc/30236/task/30241/stat : 30241 (java) S 30222 30222 30151 0 -1 64 968 0 0 0 23 1 0 0 15 0 8 0 31300032 881729536 49064 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30242] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30242/stat : 30242 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 31300032 881729536 49064 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30243] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30243/stat : 30243 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31300032 881729536 49064 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 908636

[startup+25.4813 s]
/proc/loadavg: 2.24 2.35 2.37 3/91 30243
/proc/meminfo: memFree=619688/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
[pid=30236] ppid=30222 vsize=861064 CPUtime=25.06
/proc/30236/stat : 30236 (java) R 30222 30222 30151 0 -1 0 82135 0 5 0 2460 46 0 0 25 0 8 0 31300025 881729536 81798 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073763820 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30236/statm: 215266 81798 1971 14 0 201471 0
[pid=30236/tid=30237] ppid=30222 vsize=861064 CPUtime=2.26
/proc/30236/task/30237/stat : 30237 (java) S 30222 30222 30151 0 -1 64 66200 0 0 0 199 27 0 0 16 0 8 0 31300028 881729536 81798 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30238] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30238/stat : 30238 (java) S 30222 30222 30151 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 31300029 881729536 81798 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30239] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30239/stat : 30239 (java) S 30222 30222 30151 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31300029 881729536 81798 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30240] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30240/stat : 30240 (java) S 30222 30222 30151 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31300032 881729536 81798 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30241] ppid=30222 vsize=861064 CPUtime=0.26
/proc/30236/task/30241/stat : 30241 (java) S 30222 30222 30151 0 -1 64 979 0 0 0 25 1 0 0 15 0 8 0 31300032 881729536 81798 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30242] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30242/stat : 30242 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 31300032 881729536 81798 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30243] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30243/stat : 30243 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31300032 881729536 81798 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 908636

[startup+51.1756 s]
/proc/loadavg: 2.17 2.32 2.36 3/102 30290
/proc/meminfo: memFree=551056/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
[pid=30236] ppid=30222 vsize=861064 CPUtime=50.6
/proc/30236/stat : 30236 (java) R 30222 30222 30151 0 -1 0 149681 0 5 0 4981 79 0 0 25 0 8 0 31300025 881729536 149240 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30236/statm: 215266 149240 1971 14 0 201471 0
[pid=30236/tid=30237] ppid=30222 vsize=861064 CPUtime=4.87
/proc/30236/task/30237/stat : 30237 (java) R 30222 30222 30151 0 -1 64 133601 0 0 0 434 53 0 0 16 0 8 0 31300028 881729536 149240 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4152817964 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30238] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30238/stat : 30238 (java) S 30222 30222 30151 0 -1 64 11 0 0 0 0 0 0 0 19 0 8 0 31300029 881729536 149240 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30239] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30239/stat : 30239 (java) S 30222 30222 30151 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 31300029 881729536 149240 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30240] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30240/stat : 30240 (java) S 30222 30222 30151 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31300032 881729536 149240 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30241] ppid=30222 vsize=861064 CPUtime=0.34
/proc/30236/task/30241/stat : 30241 (java) S 30222 30222 30151 0 -1 64 1020 0 0 0 33 1 0 0 16 0 8 0 31300032 881729536 149240 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30242] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30242/stat : 30242 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 31300032 881729536 149240 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30243] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30243/stat : 30243 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31300032 881729536 149240 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 908636

[startup+102.422 s]
/proc/loadavg: 1.88 2.24 2.33 2/89 30444
/proc/meminfo: memFree=879344/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
[pid=30236] ppid=30222 vsize=861064 CPUtime=101.74
/proc/30236/stat : 30236 (java) S 30222 30222 30151 0 -1 0 184656 0 5 0 10075 99 0 0 18 0 8 0 31300025 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30236/statm: 215266 184159 1975 14 0 201471 0
[pid=30236/tid=30237] ppid=30222 vsize=861064 CPUtime=43.56
/proc/30236/task/30237/stat : 30237 (java) R 30222 30222 30151 0 -1 64 168516 0 0 0 4286 70 0 0 16 0 8 0 31300028 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155523676 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30238] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30238/stat : 30238 (java) S 30222 30222 30151 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 31300029 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30239] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30239/stat : 30239 (java) S 30222 30222 30151 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31300029 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30240] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30240/stat : 30240 (java) S 30222 30222 30151 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30241] ppid=30222 vsize=861064 CPUtime=0.34
/proc/30236/task/30241/stat : 30241 (java) S 30222 30222 30151 0 -1 64 1020 0 0 0 33 1 0 0 16 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30242] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30242/stat : 30242 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30243] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30243/stat : 30243 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 908636

[startup+162.506 s]
/proc/loadavg: 1.32 2.01 2.25 2/89 30768
/proc/meminfo: memFree=879216/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
[pid=30236] ppid=30222 vsize=861064 CPUtime=161.77
/proc/30236/stat : 30236 (java) S 30222 30222 30151 0 -1 0 184687 0 5 0 16075 102 0 0 17 0 8 0 31300025 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30236/statm: 215266 184159 1975 14 0 201471 0
[pid=30236/tid=30237] ppid=30222 vsize=861064 CPUtime=98.54
/proc/30236/task/30237/stat : 30237 (java) R 30222 30222 30151 0 -1 64 168516 0 0 0 9783 71 0 0 19 0 8 0 31300028 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155222438 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30238] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30238/stat : 30238 (java) S 30222 30222 30151 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 31300029 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30239] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30239/stat : 30239 (java) S 30222 30222 30151 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31300029 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30240] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30240/stat : 30240 (java) S 30222 30222 30151 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30241] ppid=30222 vsize=861064 CPUtime=0.34
/proc/30236/task/30241/stat : 30241 (java) S 30222 30222 30151 0 -1 64 1020 0 0 0 33 1 0 0 16 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30242] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30242/stat : 30242 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30243] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30243/stat : 30243 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 908636

[startup+222.57 s]
/proc/loadavg: 1.12 1.82 2.16 2/89 30948
/proc/meminfo: memFree=879088/2055920 swapFree=4192812/4192956
[pid=30222] ppid=30220 vsize=47572 CPUtime=0.01
/proc/30222/stat : 30222 (galac.sh) S 30220 30222 30151 0 -1 4194304 757 1703 5 1 0 0 0 1 18 0 1 0 31299998 48713728 364 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/30222/statm: 11893 364 246 79 0 218 0
[pid=30236] ppid=30222 vsize=861064 CPUtime=221.76
/proc/30236/stat : 30236 (java) S 30222 30222 30151 0 -1 0 184720 0 5 0 22072 104 0 0 16 0 8 0 31300025 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30236/statm: 215266 184159 1975 14 0 201471 0
[pid=30236/tid=30237] ppid=30222 vsize=861064 CPUtime=156.88
/proc/30236/task/30237/stat : 30237 (java) R 30222 30222 30151 0 -1 64 168516 0 0 0 15615 73 0 0 18 0 8 0 31300028 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155772454 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30238] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30238/stat : 30238 (java) S 30222 30222 30151 0 -1 64 12 0 0 0 0 0 0 0 16 0 8 0 31300029 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30239] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30239/stat : 30239 (java) S 30222 30222 30151 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 31300029 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30240] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30240/stat : 30240 (java) S 30222 30222 30151 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30241] ppid=30222 vsize=861064 CPUtime=0.34
/proc/30236/task/30241/stat : 30241 (java) S 30222 30222 30151 0 -1 64 1020 0 0 0 33 1 0 0 16 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30236/tid=30242] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30242/stat : 30242 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30236/tid=30243] ppid=30222 vsize=861064 CPUtime=0
/proc/30236/task/30243/stat : 30243 (java) S 30222 30222 30151 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 31300032 881729536 184159 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 908636

Child status: 0
Real time (s): 280.287
CPU time (s): 279.397
CPU user time (s): 278.206
CPU system time (s): 1.19082
CPU usage (%): 99.6821
Max. virtual memory (cumulated for all children) (KiB): 908636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.206
system time used= 1.19082
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187245
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8469
involuntary context switches= 11355

runsolver used 0.335948 s user time and 0.843871 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 23:30:54 UTC 2007


IDJOB= 287387
IDBENCH= 19816
IDSOLVER= 78
FILE ID= node18/287387-1170113453

PBS_JOBID= 3690066

Free space on /tmp= 66403 MiB

SOLVER NAME= galac 1
BENCH NAME= HOME/pub/bench/CPAI06/lard/lard-87-87.xml
COMMAND LINE= /tmp/evaluation/287387-1170113453/galac.sh /tmp/evaluation/287387-1170113453/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-287387-1170113453 -o ROOT/results/node18/solver-287387-1170113453 -C 1800 -M 900  /tmp/evaluation/287387-1170113453/galac.sh /tmp/evaluation/287387-1170113453/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  dd7c22c3d279da026832eaa4e9f6008b

RANDOM SEED= 141298799

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.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:       1360072 kB
Buffers:         12324 kB
Cached:         393500 kB
SwapCached:          0 kB
Active:         597348 kB
Inactive:        43744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1360072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          156936 kB
Writeback:           0 kB
Mapped:         256872 kB
Slab:            39632 kB
Committed_AS:   773936 kB
PageTables:       2296 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= 66482 MiB



End job on node18 on Mon Jan 29 23:35:53 UTC 2007