Trace number 204669

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) 146.761 147.56

General information on the benchmark

Namefapp/fapp16-20/fapp19/
fapp19-0350-2.xml
MD5SUM48ba7c06829948b87d4b24708c5b2511
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.63745
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03	c --- Preproc Stats ---
147.41	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/node4/watcher-204669-1168166575 -o ROOT/results/node4/solver-204669-1168166575 -C 1800 -M 900 /tmp/evaluation/204669-1168166575/galac.sh /tmp/evaluation/204669-1168166575/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: 1.92 1.97 1.95 5/87 12826
/proc/meminfo: memFree=1807672/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=8560 CPUtime=0
/proc/12825/stat : 12825 (galac.sh) R 12823 12825 12686 0 -1 4194304 308 0 0 0 0 0 0 0 21 0 1 0 165053090 8765440 253 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259913402255 0 0 4096 8192 0 0 0 17 1 0 0
/proc/12825/statm: 2140 253 197 79 0 133 0

[startup+0.106301 s]
/proc/loadavg: 1.92 1.97 1.95 5/87 12826
/proc/meminfo: memFree=1807672/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=47556 CPUtime=0.01
/proc/12825/stat : 12825 (galac.sh) S 12823 12825 12686 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165053090 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12825/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.514341 s]
/proc/loadavg: 1.92 1.97 1.95 5/87 12826
/proc/meminfo: memFree=1807672/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=47556 CPUtime=0.01
/proc/12825/stat : 12825 (galac.sh) S 12823 12825 12686 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165053090 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12825/statm: 11889 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33742 s]
/proc/loadavg: 1.92 1.97 1.95 4/95 12846
/proc/meminfo: memFree=1757688/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=47556 CPUtime=0.01
/proc/12825/stat : 12825 (galac.sh) S 12823 12825 12686 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165053090 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12825/statm: 11889 363 245 79 0 218 0
[pid=12839] ppid=12825 vsize=861116 CPUtime=1.24
/proc/12839/stat : 12839 (java) R 12825 12825 12686 0 -1 0 17082 0 1 0 116 8 0 0 17 0 8 0 165053094 881782784 16714 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073874194 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12839/statm: 215279 16714 1989 14 0 201484 0
[pid=12839/tid=12840] ppid=12825 vsize=861116 CPUtime=0.13
/proc/12839/task/12840/stat : 12840 (java) S 12825 12825 12686 0 -1 64 6488 0 0 0 11 2 0 0 16 0 8 0 165053098 881782784 16714 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12841] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12841/stat : 12841 (java) S 12825 12825 12686 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 16714 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12825 12825 12686 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 16714 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12843] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12825 12825 12686 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165053105 881782784 16714 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12825 vsize=861116 CPUtime=0.16
/proc/12839/task/12844/stat : 12844 (java) R 12825 12825 12686 0 -1 64 939 0 0 0 16 0 0 0 20 0 8 0 165053105 881782784 16714 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12845] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12825 12825 12686 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165053105 881782784 16714 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12846] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12825 12825 12686 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165053105 881782784 16714 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 908672

[startup+2.99059 s]
/proc/loadavg: 1.92 1.97 1.95 4/95 12846
/proc/meminfo: memFree=1710712/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=47556 CPUtime=0.01
/proc/12825/stat : 12825 (galac.sh) S 12823 12825 12686 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165053090 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12825/statm: 11889 363 245 79 0 218 0
[pid=12839] ppid=12825 vsize=861368 CPUtime=2.88
/proc/12839/stat : 12839 (java) S 12825 12825 12686 0 -1 0 31513 0 1 0 275 13 0 0 16 0 8 0 165053094 882040832 30038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12839/statm: 215342 30038 1994 14 0 201547 0
[pid=12839/tid=12840] ppid=12825 vsize=861368 CPUtime=1.01
/proc/12839/task/12840/stat : 12840 (java) R 12825 12825 12686 0 -1 64 20138 0 0 0 95 6 0 0 18 0 8 0 165053098 882040832 30038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155772437 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12841] ppid=12825 vsize=861368 CPUtime=0
/proc/12839/task/12841/stat : 12841 (java) S 12825 12825 12686 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165053098 882040832 30038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12825 vsize=861368 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12825 12825 12686 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165053098 882040832 30038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12843] ppid=12825 vsize=861368 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12825 12825 12686 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165053105 882040832 30038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12825 vsize=861368 CPUtime=0.18
/proc/12839/task/12844/stat : 12844 (java) S 12825 12825 12686 0 -1 64 945 0 0 0 17 1 0 0 20 0 8 0 165053105 882040832 30038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12845] ppid=12825 vsize=861368 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12825 12825 12686 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165053105 882040832 30038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12846] ppid=12825 vsize=861368 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12825 12825 12686 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165053105 882040832 30038 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 908924

[startup+6.26989 s]
/proc/loadavg: 1.93 1.97 1.95 4/95 12846
/proc/meminfo: memFree=1626104/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=47556 CPUtime=0.01
/proc/12825/stat : 12825 (galac.sh) S 12823 12825 12686 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165053090 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12825/statm: 11889 363 245 79 0 218 0
[pid=12839] ppid=12825 vsize=861116 CPUtime=6.13
/proc/12839/stat : 12839 (java) R 12825 12825 12686 0 -1 0 52378 0 1 0 592 21 0 0 16 0 8 0 165053094 881782784 49151 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073839072 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12839/statm: 215279 49151 1994 14 0 201484 0
[pid=12839/tid=12840] ppid=12825 vsize=861116 CPUtime=2.84
/proc/12839/task/12840/stat : 12840 (java) R 12825 12825 12686 0 -1 64 37081 0 0 0 271 13 0 0 25 0 8 0 165053098 881782784 49151 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12841] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12841/stat : 12841 (java) S 12825 12825 12686 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 49151 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12825 12825 12686 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 49151 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12843] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12825 12825 12686 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165053105 881782784 49151 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12825 vsize=861116 CPUtime=0.18
/proc/12839/task/12844/stat : 12844 (java) S 12825 12825 12686 0 -1 64 945 0 0 0 17 1 0 0 16 0 8 0 165053105 881782784 49151 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12845] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12825 12825 12686 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165053105 881782784 49151 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12846] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12825 12825 12686 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165053105 881782784 49151 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 908672

[startup+12.7543 s]
/proc/loadavg: 2.02 1.99 1.95 3/95 12846
/proc/meminfo: memFree=1605240/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=47556 CPUtime=0.01
/proc/12825/stat : 12825 (galac.sh) S 12823 12825 12686 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165053090 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12825/statm: 11889 363 245 79 0 218 0
[pid=12839] ppid=12825 vsize=861116 CPUtime=12.58
/proc/12839/stat : 12839 (java) R 12825 12825 12686 0 -1 0 55503 0 1 0 1236 22 0 0 18 0 8 0 165053094 881782784 52262 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4073838500 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12839/statm: 215279 52262 1994 14 0 201484 0
[pid=12839/tid=12840] ppid=12825 vsize=861116 CPUtime=7.71
/proc/12839/task/12840/stat : 12840 (java) R 12825 12825 12686 0 -1 64 40187 0 0 0 757 14 0 0 25 0 8 0 165053098 881782784 52262 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12841] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12841/stat : 12841 (java) S 12825 12825 12686 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 52262 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12825 12825 12686 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 52262 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12843] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12825 12825 12686 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165053105 881782784 52262 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12825 vsize=861116 CPUtime=0.19
/proc/12839/task/12844/stat : 12844 (java) S 12825 12825 12686 0 -1 64 950 0 0 0 18 1 0 0 16 0 8 0 165053105 881782784 52262 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12845] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12825 12825 12686 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165053105 881782784 52262 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12846] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12825 12825 12686 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165053105 881782784 52262 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 908672

[startup+25.5975 s]
/proc/loadavg: 2.09 2.00 1.96 3/95 12846
/proc/meminfo: memFree=1511160/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=47556 CPUtime=0.01
/proc/12825/stat : 12825 (galac.sh) S 12823 12825 12686 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165053090 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12825/statm: 11889 363 245 79 0 218 0
[pid=12839] ppid=12825 vsize=861116 CPUtime=25.36
/proc/12839/stat : 12839 (java) S 12825 12825 12686 0 -1 0 80821 0 1 0 2506 30 0 0 16 0 8 0 165053094 881782784 77248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12839/statm: 215279 77248 1994 14 0 201484 0
[pid=12839/tid=12840] ppid=12825 vsize=861116 CPUtime=17.35
/proc/12839/task/12840/stat : 12840 (java) R 12825 12825 12686 0 -1 64 65486 0 0 0 1713 22 0 0 25 0 8 0 165053098 881782784 77248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155134188 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12841] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12841/stat : 12841 (java) S 12825 12825 12686 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 77248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12825 12825 12686 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 77248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12843] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12825 12825 12686 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165053105 881782784 77248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12825 vsize=861116 CPUtime=0.19
/proc/12839/task/12844/stat : 12844 (java) S 12825 12825 12686 0 -1 64 951 0 0 0 18 1 0 0 16 0 8 0 165053105 881782784 77248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12845] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12825 12825 12686 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165053105 881782784 77248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12846] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12825 12825 12686 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165053105 881782784 77248 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 908672

[startup+51.21 s]
/proc/loadavg: 2.13 2.02 1.96 4/95 12846
/proc/meminfo: memFree=1336312/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=47556 CPUtime=0.01
/proc/12825/stat : 12825 (galac.sh) S 12823 12825 12686 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165053090 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12825/statm: 11889 363 245 79 0 218 0
[pid=12839] ppid=12825 vsize=861116 CPUtime=50.85
/proc/12839/stat : 12839 (java) S 12825 12825 12686 0 -1 0 124823 0 1 0 5038 47 0 0 17 0 8 0 165053094 881782784 119398 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12839/statm: 215279 119398 1994 14 0 201484 0
[pid=12839/tid=12840] ppid=12825 vsize=861116 CPUtime=38.48
/proc/12839/task/12840/stat : 12840 (java) R 12825 12825 12686 0 -1 64 109116 0 0 0 3810 38 0 0 25 0 8 0 165053098 881782784 119398 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155215792 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12841] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12841/stat : 12841 (java) S 12825 12825 12686 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 119398 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12825 12825 12686 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 119398 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12843] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12825 12825 12686 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165053105 881782784 119398 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12825 vsize=861116 CPUtime=0.2
/proc/12839/task/12844/stat : 12844 (java) S 12825 12825 12686 0 -1 64 955 0 0 0 19 1 0 0 17 0 8 0 165053105 881782784 119398 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12845] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12825 12825 12686 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165053105 881782784 119398 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12846] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12825 12825 12686 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165053105 881782784 119398 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 908672

[startup+102.434 s]
/proc/loadavg: 2.11 2.03 1.97 3/95 12846
/proc/meminfo: memFree=1188728/2055920 swapFree=4182144/4192956
[pid=12825] ppid=12823 vsize=47556 CPUtime=0.01
/proc/12825/stat : 12825 (galac.sh) S 12823 12825 12686 0 -1 4194304 761 1704 0 0 0 0 0 1 18 0 1 0 165053090 48697344 363 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/12825/statm: 11889 363 245 79 0 218 0
[pid=12839] ppid=12825 vsize=861116 CPUtime=101.84
/proc/12839/stat : 12839 (java) S 12825 12825 12686 0 -1 0 161844 0 1 0 10123 61 0 0 17 0 8 0 165053094 881782784 156230 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12839/statm: 215279 156230 1994 14 0 201484 0
[pid=12839/tid=12840] ppid=12825 vsize=861116 CPUtime=83.7
/proc/12839/task/12840/stat : 12840 (java) R 12825 12825 12686 0 -1 64 146096 0 0 0 8318 52 0 0 25 0 8 0 165053098 881782784 156230 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4155525855 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12841] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12841/stat : 12841 (java) S 12825 12825 12686 0 -1 64 12 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 156230 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12842] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12842/stat : 12842 (java) S 12825 12825 12686 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 165053098 881782784 156230 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12843] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12843/stat : 12843 (java) S 12825 12825 12686 0 -1 64 2 0 0 0 0 0 0 0 18 0 8 0 165053105 881782784 156230 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12844] ppid=12825 vsize=861116 CPUtime=0.21
/proc/12839/task/12844/stat : 12844 (java) S 12825 12825 12686 0 -1 64 960 0 0 0 20 1 0 0 17 0 8 0 165053105 881782784 156230 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12845] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12845/stat : 12845 (java) S 12825 12825 12686 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165053105 881782784 156230 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12839/tid=12846] ppid=12825 vsize=861116 CPUtime=0
/proc/12839/task/12846/stat : 12846 (java) S 12825 12825 12686 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165053105 881782784 156230 18446744073709551615 134512640 134570532 4294956096 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 908672

Child status: 0
Real time (s): 147.56
CPU time (s): 146.761
CPU user time (s): 145.91
CPU system time (s): 0.85087
CPU usage (%): 99.4585
Max. virtual memory (cumulated for all children) (KiB): 910676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.91
system time used= 0.85087
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193362
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3729
involuntary context switches= 5341

runsolver used 0.163975 s user time and 0.470928 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sun Jan  7 10:42:55 UTC 2007


IDJOB= 204669
IDBENCH= 4047
FILE ID= node4/204669-1168166575

PBS_JOBID= 3478361

Free space on /tmp= 66305 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp16-20/fapp19/fapp19-0350-2.xml
COMMAND LINE= /tmp/evaluation/204669-1168166575/galac.sh /tmp/evaluation/204669-1168166575/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-204669-1168166575 -o ROOT/results/node4/solver-204669-1168166575 -C 1800 -M 900  /tmp/evaluation/204669-1168166575/galac.sh /tmp/evaluation/204669-1168166575/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  48ba7c06829948b87d4b24708c5b2511

RANDOM SEED= 924736621

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.223
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.223
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:       1808088 kB
Buffers:         36992 kB
Cached:         113896 kB
SwapCached:       2520 kB
Active:         108208 kB
Inactive:        87196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808088 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            3640 kB
Writeback:           0 kB
Mapped:          55180 kB
Slab:            37052 kB
Committed_AS:  4272276 kB
PageTables:       2368 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= 66305 MiB



End job on node4 on Sun Jan  7 10:45:24 UTC 2007