Trace number 1074287

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
galac ESAT 11.2083 11.3414

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-49_ext.xml
MD5SUM4e1becc36d2e4ba485918b5efe05807d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.623904
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints149
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension149
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 ---
2.35/2.49	c start processing
2.35/2.49	c start relation processing
5.42/5.58	c start cnf exporting
7.79/7.92	c parsing time : 2.377
7.79/7.92	c preprocessing time : 7.803
7.79/7.92	
7.79/7.92	c Nary constraints - conflicts : 13 supports : 94
7.79/7.92	c Binary constraints - conflicts : 22 supports :20
7.79/7.92	c max arity constraint : 10
7.79/7.92	c Max Tuples generated 0
7.79/7.92	c relations : 132
7.79/7.92	c relations BDD: 95
7.79/7.92	c sampling 0/0
7.79/7.92	c vars : 16601 - clauses :  63035
7.79/7.92	
7.79/7.95	 
7.79/7.95	c --- SAT Solver Stats ---
7.79/7.95	 
7.79/7.95	c eSAT 0.1 : minisat core with additionnal features
7.79/7.95	c ============================[ Problem Statistics ]=============================
7.79/7.95	c |                                                                             |
7.79/7.96	c |  Number of variables:  16600                                                |
7.79/7.96	c |  Number of clauses:    63035                                                |
7.84/8.02	c |  Parsing time:         0.05         s                                       |
8.77/8.92	c restarts              : 202
8.77/8.92	c conflicts             : 508            (537 /sec)
8.77/8.92	c decisions             : 9262           (70.09 % random) (9782 /sec)
8.77/8.92	c euip                  : 47          
8.77/8.92	c propagations          : 780961         (824794 /sec)
8.77/8.92	c conflict literals     : 8670           (31.44 % deleted)
8.77/8.92	c Memory used           : 12.54 MB
8.77/8.92	c CPU time              : 0.946856 s
8.77/8.92	c 
8.77/8.92	s SATISFIABLE
11.17/11.33	v 0 1 2 5 0 1 1 4 0 1 1 0 0 3 1 1 1 0 1 2 2 1 1 1 5 1 4 0 0 0 1 0 27 24 0 0 0 0 1 2 0 0 1 1 2 1 31 0 0 3 1 1 2 1 1 10 0 1 0 1 0 1 3 1 1 3 0 0 0 1 0 3 3 3 5 0 1 1 0 1 4 1 1 0 0 1 1 0 0 0 0 0 0 0 0 3 3 1 1 0 2 4 1 3 0 9 5 7

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074287-1215178409/watcher-1074287-1215178409 -o /tmp/evaluation-result-1074287-1215178409/solver-1074287-1215178409 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1074287-1215178409.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: 2.06 2.02 2.00 4/82 16922
/proc/meminfo: memFree=1626632/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=8652 CPUtime=0
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 673568497 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16922/statm: 2163 280 208 79 0 156 0
[pid=16923] ppid=16922 vsize=8688 CPUtime=0
/proc/16923/stat : 16923 (galacE.sh) R 16922 16922 13193 0 -1 4194368 67 485 0 0 0 0 0 0 16 0 1 0 673568497 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/16923/statm: 2172 288 210 79 0 165 0

[startup+0.0743709 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 16922
/proc/meminfo: memFree=1626632/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=0.01
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 673568497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16922/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102375 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 16922
/proc/meminfo: memFree=1626632/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=0.01
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 673568497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16922/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.302396 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 16922
/proc/meminfo: memFree=1626632/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=0.01
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 673568497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16922/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702437 s]
/proc/loadavg: 2.06 2.02 2.00 4/82 16922
/proc/meminfo: memFree=1626632/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=0.01
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 673568497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16922/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50151 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 16944
/proc/meminfo: memFree=1555496/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=0.01
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 673568497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16922/statm: 11891 365 246 79 0 219 0
[pid=16936] ppid=16922 vsize=812628 CPUtime=1.45
/proc/16936/stat : 16936 (java) S 16922 16922 13193 0 -1 0 25263 0 1 0 133 12 0 0 19 0 9 0 673568500 832131072 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16936/statm: 203157 24681 1889 9 0 197138 0
[pid=16936/tid=16937] ppid=16922 vsize=812628 CPUtime=1.22
/proc/16936/task/16937/stat : 16937 (java) R 16922 16922 13193 0 -1 64 14482 0 1 0 114 8 0 0 25 0 9 0 673568501 832131072 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4126637907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16938] ppid=16922 vsize=812628 CPUtime=0.09
/proc/16936/task/16938/stat : 16938 (java) S 16922 16922 13193 0 -1 64 9327 0 0 0 6 3 0 0 16 0 9 0 673568502 832131072 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16939] ppid=16922 vsize=812628 CPUtime=0
/proc/16936/task/16939/stat : 16939 (java) S 16922 16922 13193 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 673568502 832131072 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16940] ppid=16922 vsize=812628 CPUtime=0
/proc/16936/task/16940/stat : 16940 (java) S 16922 16922 13193 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 673568502 832131072 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16941] ppid=16922 vsize=812628 CPUtime=0
/proc/16936/task/16941/stat : 16941 (java) S 16922 16922 13193 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 673568504 832131072 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16942] ppid=16922 vsize=812628 CPUtime=0.11
/proc/16936/task/16942/stat : 16942 (java) S 16922 16922 13193 0 -1 64 754 0 0 0 11 0 0 0 16 0 9 0 673568504 832131072 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16943] ppid=16922 vsize=812628 CPUtime=0
/proc/16936/task/16943/stat : 16943 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673568504 832131072 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16944] ppid=16922 vsize=812628 CPUtime=0
/proc/16936/task/16944/stat : 16944 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 673568504 832131072 24681 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860192

[startup+3.10168 s]
/proc/loadavg: 2.06 2.02 2.00 4/92 16944
/proc/meminfo: memFree=1531240/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=0.01
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 673568497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16922/statm: 11891 365 246 79 0 219 0
[pid=16936] ppid=16922 vsize=812760 CPUtime=3.04
/proc/16936/stat : 16936 (java) S 16922 16922 13193 0 -1 0 26961 0 1 0 291 13 0 0 19 0 9 0 673568500 832266240 26376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16936/statm: 203190 26376 1896 9 0 197171 0
[pid=16936/tid=16937] ppid=16922 vsize=812760 CPUtime=2.68
/proc/16936/task/16937/stat : 16937 (java) R 16922 16922 13193 0 -1 64 14509 0 1 0 260 8 0 0 25 0 9 0 673568501 832266240 26376 996147200 134512640 134550740 4294955600 18446744073709551615 4126921271 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16938] ppid=16922 vsize=812760 CPUtime=0.13
/proc/16936/task/16938/stat : 16938 (java) S 16922 16922 13193 0 -1 64 10942 0 0 0 10 3 0 0 16 0 9 0 673568502 832266240 26376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16939] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16939/stat : 16939 (java) S 16922 16922 13193 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 673568502 832266240 26376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16940] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16940/stat : 16940 (java) S 16922 16922 13193 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 673568502 832266240 26376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16941] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16941/stat : 16941 (java) S 16922 16922 13193 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 673568504 832266240 26376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16942] ppid=16922 vsize=812760 CPUtime=0.2
/proc/16936/task/16942/stat : 16942 (java) S 16922 16922 13193 0 -1 64 810 0 0 0 20 0 0 0 16 0 9 0 673568504 832266240 26376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16943] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16943/stat : 16943 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673568504 832266240 26376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16944] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16944/stat : 16944 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 673568504 832266240 26376 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860324

[startup+6.303 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 16944
/proc/meminfo: memFree=1526504/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=0.01
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 766 1858 0 0 0 0 0 1 17 0 1 0 673568497 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/16922/statm: 11891 365 246 79 0 219 0
[pid=16936] ppid=16922 vsize=812760 CPUtime=6.21
/proc/16936/stat : 16936 (java) S 16922 16922 13193 0 -1 0 28076 0 1 0 607 14 0 0 19 0 9 0 673568500 832266240 27484 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16936/statm: 203190 27484 1918 9 0 197171 0
[pid=16936/tid=16937] ppid=16922 vsize=812760 CPUtime=5.72
/proc/16936/task/16937/stat : 16937 (java) R 16922 16922 13193 0 -1 64 14556 0 1 0 564 8 0 0 25 0 9 0 673568501 832266240 27484 996147200 134512640 134550740 4294955600 18446744073709551615 4126976060 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16938] ppid=16922 vsize=812760 CPUtime=0.2
/proc/16936/task/16938/stat : 16938 (java) S 16922 16922 13193 0 -1 64 11967 0 0 0 16 4 0 0 17 0 9 0 673568502 832266240 27484 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16939] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16939/stat : 16939 (java) S 16922 16922 13193 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 673568502 832266240 27484 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16940] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16940/stat : 16940 (java) S 16922 16922 13193 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 673568502 832266240 27484 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16941] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16941/stat : 16941 (java) S 16922 16922 13193 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 673568504 832266240 27484 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16942] ppid=16922 vsize=812760 CPUtime=0.26
/proc/16936/task/16942/stat : 16942 (java) S 16922 16922 13193 0 -1 64 853 0 0 0 26 0 0 0 16 0 9 0 673568504 832266240 27484 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16943] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16943/stat : 16943 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 673568504 832266240 27484 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16936/tid=16944] ppid=16922 vsize=812760 CPUtime=0
/proc/16936/task/16944/stat : 16944 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 673568504 832266240 27484 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 860324

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

[startup+9.5023 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 16945
/proc/meminfo: memFree=1612464/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=8.82
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 836 34715 0 1 0 0 861 21 16 0 1 0 673568497 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/16922/statm: 11891 366 246 79 0 219 0
Current children cumulated CPU time (s) 8.82
Current children cumulated vsize (KiB) 47564

[startup+10.3014 s]
/proc/loadavg: 2.05 2.02 2.00 3/92 16954
/proc/meminfo: memFree=1569520/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=8.82
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 836 34715 0 1 0 0 861 21 16 0 1 0 673568497 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/16922/statm: 11891 366 246 79 0 219 0
[pid=16946] ppid=16922 vsize=812676 CPUtime=1.36
/proc/16946/stat : 16946 (java) S 16922 16922 13193 0 -1 0 18165 0 1 0 127 9 0 0 18 0 9 0 673569390 832180224 17584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16946/statm: 203169 17584 1868 9 0 197150 0
[pid=16946/tid=16947] ppid=16922 vsize=812676 CPUtime=1.21
/proc/16946/task/16947/stat : 16947 (java) R 16922 16922 13193 0 -1 64 14371 0 1 0 115 6 0 0 25 0 9 0 673569391 832180224 17584 996147200 134512640 134550740 4294955616 18446744073709551615 4126379641 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16948] ppid=16922 vsize=812676 CPUtime=0.01
/proc/16946/task/16948/stat : 16948 (java) S 16922 16922 13193 0 -1 64 2311 0 0 0 1 0 0 0 16 0 9 0 673569392 832180224 17584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16949] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16949/stat : 16949 (java) S 16922 16922 13193 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673569392 832180224 17584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16950] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16950/stat : 16950 (java) S 16922 16922 13193 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 673569392 832180224 17584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16951] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16951/stat : 16951 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 673569394 832180224 17584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16952] ppid=16922 vsize=812676 CPUtime=0.1
/proc/16946/task/16952/stat : 16952 (java) S 16922 16922 13193 0 -1 64 767 0 0 0 10 0 0 0 16 0 9 0 673569394 832180224 17584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16953] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16953/stat : 16953 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 673569394 832180224 17584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16954] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16954/stat : 16954 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 673569394 832180224 17584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 860240

[startup+11.1015 s]
/proc/loadavg: 2.05 2.02 2.00 3/92 16954
/proc/meminfo: memFree=1557360/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47564 CPUtime=8.82
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 836 34715 0 1 0 0 861 21 16 0 1 0 673568497 48705536 366 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/16922/statm: 11891 366 246 79 0 219 0
[pid=16946] ppid=16922 vsize=812676 CPUtime=2.16
/proc/16946/stat : 16946 (java) S 16922 16922 13193 0 -1 0 19168 0 1 0 207 9 0 0 18 0 9 0 673569390 832180224 18584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16946/statm: 203169 18584 1870 9 0 197150 0
[pid=16946/tid=16947] ppid=16922 vsize=812676 CPUtime=1.95
/proc/16946/task/16947/stat : 16947 (java) R 16922 16922 13193 0 -1 64 14375 0 1 0 189 6 0 0 25 0 9 0 673569391 832180224 18584 996147200 134512640 134550740 4294955616 18446744073709551615 4126593885 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16948] ppid=16922 vsize=812676 CPUtime=0.04
/proc/16946/task/16948/stat : 16948 (java) S 16922 16922 13193 0 -1 64 3276 0 0 0 3 1 0 0 16 0 9 0 673569392 832180224 18584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16949] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16949/stat : 16949 (java) S 16922 16922 13193 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673569392 832180224 18584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16950] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16950/stat : 16950 (java) S 16922 16922 13193 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 673569392 832180224 18584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16951] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16951/stat : 16951 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 673569394 832180224 18584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16952] ppid=16922 vsize=812676 CPUtime=0.13
/proc/16946/task/16952/stat : 16952 (java) S 16922 16922 13193 0 -1 64 801 0 0 0 13 0 0 0 16 0 9 0 673569394 832180224 18584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16953] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16953/stat : 16953 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 673569394 832180224 18584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16954] ppid=16922 vsize=812676 CPUtime=0
/proc/16946/task/16954/stat : 16954 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 673569394 832180224 18584 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 860240

[startup+11.3015 s]
/proc/loadavg: 2.05 2.02 2.00 3/92 16954
/proc/meminfo: memFree=1557360/2055920 swapFree=4179808/4192956
[pid=16922] ppid=16920 vsize=47568 CPUtime=8.82
/proc/16922/stat : 16922 (galacE.sh) S 16920 16922 13193 0 -1 4194304 845 34715 0 1 0 0 861 21 16 0 1 0 673568497 48709632 368 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/16922/statm: 11892 368 246 79 0 220 0
[pid=16946] ppid=16922 vsize=812788 CPUtime=2.35
/proc/16946/stat : 16946 (java) S 16922 16922 13193 0 -1 0 19348 0 1 0 225 10 0 0 18 0 9 0 673569390 832294912 18725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16946/statm: 203197 18725 1924 9 0 197150 0
[pid=16946/tid=16947] ppid=16922 vsize=812788 CPUtime=2.11
/proc/16946/task/16947/stat : 16947 (java) S 16922 16922 13193 0 -1 64 14527 0 1 0 204 7 0 0 25 0 9 0 673569391 832294912 18725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16948] ppid=16922 vsize=812788 CPUtime=0.04
/proc/16946/task/16948/stat : 16948 (java) S 16922 16922 13193 0 -1 64 3276 0 0 0 3 1 0 0 16 0 9 0 673569392 832294912 18725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16949] ppid=16922 vsize=812788 CPUtime=0
/proc/16946/task/16949/stat : 16949 (java) S 16922 16922 13193 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 673569392 832294912 18725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16950] ppid=16922 vsize=812788 CPUtime=0
/proc/16946/task/16950/stat : 16950 (java) S 16922 16922 13193 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 673569392 832294912 18725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16951] ppid=16922 vsize=812788 CPUtime=0
/proc/16946/task/16951/stat : 16951 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 673569394 832294912 18725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16952] ppid=16922 vsize=812788 CPUtime=0.16
/proc/16946/task/16952/stat : 16952 (java) S 16922 16922 13193 0 -1 64 829 0 0 0 16 0 0 0 16 0 9 0 673569394 832294912 18725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16953] ppid=16922 vsize=812788 CPUtime=0
/proc/16946/task/16953/stat : 16953 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 673569394 832294912 18725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=16946/tid=16954] ppid=16922 vsize=812788 CPUtime=0
/proc/16946/task/16954/stat : 16954 (java) S 16922 16922 13193 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 673569394 832294912 18725 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 860356

Child status: 0
Real time (s): 11.3414
CPU time (s): 11.2083
CPU user time (s): 10.8673
CPU system time (s): 0.340948
CPU usage (%): 98.8267
Max. virtual memory (cumulated for all children) (KiB): 860356

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

runsolver used 0.010998 second user time and 0.048992 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-04 15:33:29
IDJOB=1074287
IDBENCH=56398
IDSOLVER=351
FILE ID=node89/1074287-1215178409
PBS_JOBID= 7881491
Free space on /tmp= 66532 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-49_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1074287-1215178409/watcher-1074287-1215178409 -o /tmp/evaluation-result-1074287-1215178409/solver-1074287-1215178409 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1074287-1215178409.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e1becc36d2e4ba485918b5efe05807d
RANDOM SEED=1648990397

node89.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1627048 kB
Buffers:         44176 kB
Cached:         150580 kB
SwapCached:       7136 kB
Active:         321916 kB
Inactive:        54800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627048 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            6064 kB
Writeback:           0 kB
Mapped:         198076 kB
Slab:            37052 kB
Committed_AS:  2171064 kB
PageTables:       2152 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= 66528 MiB
End job on node89 at 2008-07-04 15:33:40