Trace number 1066002

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac MUNSAT 5.63814 5.75938

General information on the benchmark

Namecsp/jnhUnsat/
normalized-jnh02_ext.xml
MD5SUM231463fd522b70cf906657d236f20484
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.034994
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints849
Maximum constraint arity10
Maximum domain size2
Number of constraints which are defined in extension849
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.76	c start processing
0.01/0.76	c start relation processing
5.01/5.10	c start cnf exporting
5.50/5.68	c parsing time : 0.628
5.50/5.68	c preprocessing time : 5.549
5.50/5.68	
5.50/5.68	c Nary constraints - conflicts : 773 supports : 0
5.50/5.68	c Binary constraints - conflicts : 75 supports :1
5.50/5.68	c max arity constraint : 10
5.50/5.68	c Max Tuples generated 0
5.50/5.68	c relations : 241
5.50/5.68	c relations BDD: 228
5.50/5.68	c sampling 0/0
5.50/5.68	c vars : 3680 - clauses :  10968
5.50/5.68	
5.58/5.74	 
5.58/5.74	c --- SAT Solver Stats ---
5.58/5.74	 
5.58/5.75	c restarts              : 1
5.58/5.75	c conflicts             : 7              (875 /sec)
5.58/5.75	c decisions             : 9              (0.00 % random) (1125 /sec)
5.58/5.75	c propagations          : 3894           (486872 /sec)
5.58/5.75	c conflict literals     : 7              (0.00 % deleted)
5.58/5.75	c Memory used           : 2.32 MB
5.58/5.75	c CPU time              : 0.007998 s
5.58/5.75	
5.58/5.75	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.66 1.92 1.97 4/80 28474
/proc/meminfo: memFree=1687512/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=18572 CPUtime=0
/proc/28474/stat : 28474 (runsolver) R 28472 28474 24795 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 999111455 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28474/statm: 4643 292 257 25 0 2626 0

[startup+0.101301 s]
/proc/loadavg: 1.66 1.92 1.97 4/80 28474
/proc/meminfo: memFree=1687512/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.202312 s]
/proc/loadavg: 1.66 1.92 1.97 4/80 28474
/proc/meminfo: memFree=1687512/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.302321 s]
/proc/loadavg: 1.66 1.92 1.97 4/80 28474
/proc/meminfo: memFree=1687512/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701361 s]
/proc/loadavg: 1.66 1.92 1.97 4/80 28474
/proc/meminfo: memFree=1687512/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50246 s]
/proc/loadavg: 1.77 1.94 1.98 3/90 28496
/proc/meminfo: memFree=1659656/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
[pid=28488] ppid=28474 vsize=812760 CPUtime=1.43
/proc/28488/stat : 28488 (java) S 28474 28474 24795 0 -1 0 9213 0 1 0 137 6 0 0 18 0 9 0 999111459 832266240 8632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28488/statm: 203190 8632 1885 9 0 197171 0
[pid=28488/tid=28489] ppid=28474 vsize=812760 CPUtime=1.22
/proc/28488/task/28489/stat : 28489 (java) R 28474 28474 24795 0 -1 64 7702 0 1 0 117 5 0 0 25 0 9 0 999111460 832266240 8632 996147200 134512640 134550740 4294955616 18446744073709551615 4126951630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28490] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28490/stat : 28490 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 999111461 832266240 8632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28491] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28491/stat : 28491 (java) S 28474 28474 24795 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 999111462 832266240 8632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28492] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28492/stat : 28492 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 999111462 832266240 8632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28493] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28493/stat : 28493 (java) S 28474 28474 24795 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 999111464 832266240 8632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28494] ppid=28474 vsize=812760 CPUtime=0.19
/proc/28488/task/28494/stat : 28494 (java) S 28474 28474 24795 0 -1 64 807 0 0 0 19 0 0 0 16 0 9 0 999111464 832266240 8632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28495] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28495/stat : 28495 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999111464 832266240 8632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28496] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28496/stat : 28496 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999111464 832266240 8632 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860320

[startup+3.10162 s]
/proc/loadavg: 1.77 1.94 1.98 3/90 28496
/proc/meminfo: memFree=1659464/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
[pid=28488] ppid=28474 vsize=812760 CPUtime=3.02
/proc/28488/stat : 28488 (java) S 28474 28474 24795 0 -1 0 9254 0 1 0 296 6 0 0 18 0 9 0 999111459 832266240 8673 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28488/statm: 203190 8673 1885 9 0 197171 0
[pid=28488/tid=28489] ppid=28474 vsize=812760 CPUtime=2.8
/proc/28488/task/28489/stat : 28489 (java) R 28474 28474 24795 0 -1 64 7739 0 1 0 275 5 0 0 25 0 9 0 999111460 832266240 8673 996147200 134512640 134550740 4294955616 18446744073709551615 4126951633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28490] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28490/stat : 28490 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 999111461 832266240 8673 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28491] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28491/stat : 28491 (java) S 28474 28474 24795 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 999111462 832266240 8673 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28492] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28492/stat : 28492 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 999111462 832266240 8673 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28493] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28493/stat : 28493 (java) S 28474 28474 24795 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 999111464 832266240 8673 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28494] ppid=28474 vsize=812760 CPUtime=0.2
/proc/28488/task/28494/stat : 28494 (java) S 28474 28474 24795 0 -1 64 811 0 0 0 20 0 0 0 16 0 9 0 999111464 832266240 8673 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28495] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28495/stat : 28495 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999111464 832266240 8673 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28496] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28496/stat : 28496 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999111464 832266240 8673 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860320

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

[startup+3.20264 s]
/proc/loadavg: 1.77 1.94 1.98 3/90 28496
/proc/meminfo: memFree=1659464/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
[pid=28488] ppid=28474 vsize=812760 CPUtime=3.13
/proc/28488/stat : 28488 (java) S 28474 28474 24795 0 -1 0 9256 0 1 0 306 7 0 0 18 0 9 0 999111459 832266240 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28488/statm: 203190 8675 1885 9 0 197171 0
[pid=28488/tid=28489] ppid=28474 vsize=812760 CPUtime=2.9
/proc/28488/task/28489/stat : 28489 (java) R 28474 28474 24795 0 -1 64 7741 0 1 0 285 5 0 0 25 0 9 0 999111460 832266240 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4126947569 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28490] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28490/stat : 28490 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 999111461 832266240 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28491] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28491/stat : 28491 (java) S 28474 28474 24795 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 999111462 832266240 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28492] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28492/stat : 28492 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 999111462 832266240 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28493] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28493/stat : 28493 (java) S 28474 28474 24795 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 999111464 832266240 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28494] ppid=28474 vsize=812760 CPUtime=0.2
/proc/28488/task/28494/stat : 28494 (java) S 28474 28474 24795 0 -1 64 811 0 0 0 20 0 0 0 16 0 9 0 999111464 832266240 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28495] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28495/stat : 28495 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999111464 832266240 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28496] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28496/stat : 28496 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999111464 832266240 8675 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 860320

[startup+4.80279 s]
/proc/loadavg: 1.77 1.94 1.98 3/90 28496
/proc/meminfo: memFree=1659080/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
[pid=28488] ppid=28474 vsize=812760 CPUtime=4.7
/proc/28488/stat : 28488 (java) S 28474 28474 24795 0 -1 0 9302 0 1 0 463 7 0 0 18 0 9 0 999111459 832266240 8720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28488/statm: 203190 8720 1885 9 0 197171 0
[pid=28488/tid=28489] ppid=28474 vsize=812760 CPUtime=4.47
/proc/28488/task/28489/stat : 28489 (java) R 28474 28474 24795 0 -1 64 7784 0 1 0 442 5 0 0 25 0 9 0 999111460 832266240 8720 996147200 134512640 134550740 4294955616 18446744073709551615 4126951617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28490] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28490/stat : 28490 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 999111461 832266240 8720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28491] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28491/stat : 28491 (java) S 28474 28474 24795 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 999111462 832266240 8720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28492] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28492/stat : 28492 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 999111462 832266240 8720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28493] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28493/stat : 28493 (java) S 28474 28474 24795 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 999111464 832266240 8720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28494] ppid=28474 vsize=812760 CPUtime=0.2
/proc/28488/task/28494/stat : 28494 (java) S 28474 28474 24795 0 -1 64 814 0 0 0 20 0 0 0 16 0 9 0 999111464 832266240 8720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28495] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28495/stat : 28495 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999111464 832266240 8720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28496] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28496/stat : 28496 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999111464 832266240 8720 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 860320

[startup+5.20183 s]
/proc/loadavg: 1.77 1.94 1.98 3/90 28496
/proc/meminfo: memFree=1659080/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
[pid=28488] ppid=28474 vsize=812760 CPUtime=5.1
/proc/28488/stat : 28488 (java) S 28474 28474 24795 0 -1 0 9581 0 1 0 503 7 0 0 18 0 9 0 999111459 832266240 8995 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28488/statm: 203190 8995 1902 9 0 197171 0
[pid=28488/tid=28489] ppid=28474 vsize=812760 CPUtime=4.84
/proc/28488/task/28489/stat : 28489 (java) R 28474 28474 24795 0 -1 64 8040 0 1 0 478 6 0 0 25 0 9 0 999111460 832266240 8995 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28490] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28490/stat : 28490 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 999111461 832266240 8995 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28491] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28491/stat : 28491 (java) S 28474 28474 24795 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 999111462 832266240 8995 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28492] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28492/stat : 28492 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 999111462 832266240 8995 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28493] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28493/stat : 28493 (java) S 28474 28474 24795 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 999111464 832266240 8995 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28494] ppid=28474 vsize=812760 CPUtime=0.24
/proc/28488/task/28494/stat : 28494 (java) R 28474 28474 24795 0 -1 64 837 0 0 0 24 0 0 0 16 0 9 0 999111464 832266240 8995 996147200 134512640 134550740 4294955616 18446744073709551615 101582080 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28495] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28495/stat : 28495 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999111464 832266240 8995 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28496] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28496/stat : 28496 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999111464 832266240 8995 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 860320

[startup+5.60787 s]
/proc/loadavg: 1.78 1.94 1.98 3/90 28496
/proc/meminfo: memFree=1640200/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
[pid=28488] ppid=28474 vsize=812760 CPUtime=5.49
/proc/28488/stat : 28488 (java) S 28474 28474 24795 0 -1 0 15637 0 1 0 537 12 0 0 18 0 9 0 999111459 832266240 15050 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28488/statm: 203190 15050 1904 9 0 197171 0
[pid=28488/tid=28489] ppid=28474 vsize=812760 CPUtime=5.21
/proc/28488/task/28489/stat : 28489 (java) R 28474 28474 24795 0 -1 64 14076 0 1 0 510 11 0 0 25 0 9 0 999111460 832266240 15050 996147200 134512640 134550740 4294955616 18446744073709551615 4127069304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28490] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28490/stat : 28490 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 999111461 832266240 15050 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28491] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28491/stat : 28491 (java) S 28474 28474 24795 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 999111462 832266240 15050 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28492] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28492/stat : 28492 (java) S 28474 28474 24795 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 999111462 832266240 15050 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28493] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28493/stat : 28493 (java) S 28474 28474 24795 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 999111464 832266240 15050 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28494] ppid=28474 vsize=812760 CPUtime=0.27
/proc/28488/task/28494/stat : 28494 (java) S 28474 28474 24795 0 -1 64 857 0 0 0 26 1 0 0 15 0 9 0 999111464 832266240 15050 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28495] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28495/stat : 28495 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999111464 832266240 15050 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28496] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28496/stat : 28496 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999111464 832266240 15050 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 860320

[startup+5.70288 s]
/proc/loadavg: 1.78 1.94 1.98 3/90 28496
/proc/meminfo: memFree=1640200/2055920 swapFree=4180884/4192956
[pid=28474] ppid=28472 vsize=47560 CPUtime=0.01
/proc/28474/stat : 28474 (galacM.sh) S 28472 28474 24795 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 999111455 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 206380919642 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/28474/statm: 11890 364 245 79 0 219 0
[pid=28488] ppid=28474 vsize=812760 CPUtime=5.57
/proc/28488/stat : 28488 (java) S 28474 28474 24795 0 -1 0 19595 0 1 0 543 14 0 0 18 0 9 0 999111459 832266240 19004 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28488/statm: 203190 19004 1916 9 0 197171 0
[pid=28488/tid=28489] ppid=28474 vsize=812760 CPUtime=5.25
/proc/28488/task/28489/stat : 28489 (java) S 28474 28474 24795 0 -1 64 14555 0 1 0 514 11 0 0 25 0 9 0 999111460 832266240 19004 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28490] ppid=28474 vsize=812760 CPUtime=0.03
/proc/28488/task/28490/stat : 28490 (java) S 28474 28474 24795 0 -1 64 3481 0 0 0 2 1 0 0 16 0 9 0 999111461 832266240 19004 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28491] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28491/stat : 28491 (java) S 28474 28474 24795 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 999111462 832266240 19004 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28492] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28492/stat : 28492 (java) S 28474 28474 24795 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 999111462 832266240 19004 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28493] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28493/stat : 28493 (java) S 28474 28474 24795 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 999111464 832266240 19004 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28494] ppid=28474 vsize=812760 CPUtime=0.27
/proc/28488/task/28494/stat : 28494 (java) S 28474 28474 24795 0 -1 64 857 0 0 0 26 1 0 0 15 0 9 0 999111464 832266240 19004 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28495] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28495/stat : 28495 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 999111464 832266240 19004 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28488/tid=28496] ppid=28474 vsize=812760 CPUtime=0
/proc/28488/task/28496/stat : 28496 (java) S 28474 28474 24795 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 999111464 832266240 19004 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 860320

Child status: 0
Real time (s): 5.75938
CPU time (s): 5.63814
CPU user time (s): 5.45417
CPU system time (s): 0.183972
CPU usage (%): 97.895
Max. virtual memory (cumulated for all children) (KiB): 860320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.45417
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22595
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= 1251
involuntary context switches= 1347

runsolver used 0.006998 second user time and 0.030995 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 06:51:08
IDJOB=1066002
IDBENCH=55093
IDSOLVER=350
FILE ID=node2/1066002-1215147068
PBS_JOBID= 7877248
Free space on /tmp= 66548 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/jnhUnsat/normalized-jnh02_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066002-1215147068/watcher-1066002-1215147068 -o /tmp/evaluation-result-1066002-1215147068/solver-1066002-1215147068 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1066002-1215147068.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 231463fd522b70cf906657d236f20484
RANDOM SEED=1783135934

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1687992 kB
Buffers:         34736 kB
Cached:         134184 kB
SwapCached:       5908 kB
Active:         230468 kB
Inactive:        74960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687992 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:         150044 kB
Slab:            47204 kB
Committed_AS:  2335872 kB
PageTables:       2236 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node2 at 2008-07-04 06:51:14