Trace number 1081260

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 10.7914 10.8949

General information on the benchmark

Namecsp/renault/
normalized-renault_ext.xml
MD5SUM716b9d631b02038a07ad1e6130721329
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.547915
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints134
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension134
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.54/2.62	c start processing
2.54/2.63	c start relation processing
5.73/5.86	c start cnf exporting
7.71/7.84	c parsing time : 2.494
7.71/7.84	c preprocessing time : 7.713
7.71/7.84	
7.71/7.84	c Nary constraints - conflicts : 0 supports : 92
7.71/7.84	c Binary constraints - conflicts : 22 supports :20
7.71/7.84	c max arity constraint : 10
7.71/7.84	c Max Tuples generated 0
7.71/7.84	c relations : 117
7.71/7.84	c relations BDD: 89
7.71/7.84	c sampling 0/0
7.71/7.84	c vars : 13319 - clauses :  50661
7.71/7.84	
7.71/7.87	 
7.71/7.87	c --- SAT Solver Stats ---
7.71/7.87	 
7.71/7.87	c eSAT 0.1 : minisat core with additionnal features
7.71/7.87	c ============================[ Problem Statistics ]=============================
7.71/7.87	c |                                                                             |
7.71/7.87	c |  Number of variables:  13318                                                |
7.71/7.87	c |  Number of clauses:    50661                                                |
7.79/7.92	c |  Parsing time:         0.05         s                                       |
7.79/8.36	c restarts              : 11
7.79/8.36	c conflicts             : 21             (44 /sec)
7.79/8.36	c decisions             : 247            (66.40 % random) (520 /sec)
7.79/8.36	c euip                  : 1           
7.79/8.36	c propagations          : 18742          (39463 /sec)
7.79/8.36	c conflict literals     : 92             (8.00 % deleted)
7.79/8.36	c Memory used           : 11.22 MB
7.79/8.36	c CPU time              : 0.474927 s
7.79/8.36	c 
7.79/8.36	s SATISFIABLE
10.70/10.89	v 2 1 26 2 1 1 0 2 1 1 1 1 0 3 1 1 1 0 1 2 2 1 1 1 11 2 0 0 0 0 1 0 26 15 0 1 0 0 2 2 0 0 1 1 1 0 28 0 0 3 1 1 2 1 1 12 1 0 1 1 0 1 3 1 0 3 0 0 1 2 0 1 3 3 4 0 1 0 0 1 0 1 0 0 1 1 1 0 0 0 0 1 0 0 0 3 4 8 1 0 3

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-1081260-1215216260/watcher-1081260-1215216260 -o /tmp/evaluation-result-1081260-1215216260/solver-1081260-1215216260 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1081260-1215216260.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.44 2.19 2.06 4/72 3590
/proc/meminfo: memFree=1674208/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=8652 CPUtime=0
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2000601413 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3590/statm: 2163 280 208 79 0 156 0
[pid=3591] ppid=3590 vsize=8688 CPUtime=0
/proc/3591/stat : 3591 (galacE.sh) S 3590 3590 979 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2000601414 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 259913384018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3591/statm: 2172 286 209 79 0 165 0
[pid=3592] ppid=3591 vsize=8728 CPUtime=0
/proc/3592/stat : 3592 (galacE.sh) R 3591 3590 979 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2000601414 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 259913215271 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/3592/statm: 2182 290 209 79 0 175 0

[startup+0.077714 s]
/proc/loadavg: 2.44 2.19 2.06 4/72 3590
/proc/meminfo: memFree=1674208/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=0.01
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000601413 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3590/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.102715 s]
/proc/loadavg: 2.44 2.19 2.06 4/72 3590
/proc/meminfo: memFree=1674208/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=0.01
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000601413 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3590/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.301725 s]
/proc/loadavg: 2.44 2.19 2.06 4/72 3590
/proc/meminfo: memFree=1674208/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=0.01
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000601413 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3590/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.701765 s]
/proc/loadavg: 2.44 2.19 2.06 4/72 3590
/proc/meminfo: memFree=1674208/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=0.01
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000601413 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3590/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.50184 s]
/proc/loadavg: 2.40 2.18 2.06 3/82 3612
/proc/meminfo: memFree=1603280/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=0.01
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000601413 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3590/statm: 11890 364 245 79 0 219 0
[pid=3604] ppid=3590 vsize=812628 CPUtime=1.44
/proc/3604/stat : 3604 (java) S 3590 3590 979 0 -1 0 25204 0 1 0 130 14 0 0 18 0 9 0 2000601417 832131072 24623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3604/statm: 203157 24623 1888 9 0 197138 0
[pid=3604/tid=3605] ppid=3590 vsize=812628 CPUtime=1.2
/proc/3604/task/3605/stat : 3605 (java) R 3590 3590 979 0 -1 64 14478 0 1 0 112 8 0 0 25 0 9 0 2000601418 832131072 24623 996147200 134512640 134550740 4294955600 18446744073709551615 11054717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3606] ppid=3590 vsize=812628 CPUtime=0.1
/proc/3604/task/3606/stat : 3606 (java) S 3590 3590 979 0 -1 64 9274 0 0 0 6 4 0 0 16 0 9 0 2000601419 832131072 24623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3607] ppid=3590 vsize=812628 CPUtime=0
/proc/3604/task/3607/stat : 3607 (java) S 3590 3590 979 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2000601420 832131072 24623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3608] ppid=3590 vsize=812628 CPUtime=0
/proc/3604/task/3608/stat : 3608 (java) S 3590 3590 979 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000601420 832131072 24623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3609] ppid=3590 vsize=812628 CPUtime=0
/proc/3604/task/3609/stat : 3609 (java) S 3590 3590 979 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000601422 832131072 24623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3610] ppid=3590 vsize=812628 CPUtime=0.11
/proc/3604/task/3610/stat : 3610 (java) S 3590 3590 979 0 -1 64 754 0 0 0 11 0 0 0 16 0 9 0 2000601422 832131072 24623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3611] ppid=3590 vsize=812628 CPUtime=0
/proc/3604/task/3611/stat : 3611 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000601422 832131072 24623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3612] ppid=3590 vsize=812628 CPUtime=0
/proc/3604/task/3612/stat : 3612 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000601422 832131072 24623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860188

[startup+3.103 s]
/proc/loadavg: 2.40 2.18 2.06 3/82 3612
/proc/meminfo: memFree=1579344/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=0.01
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000601413 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3590/statm: 11890 364 245 79 0 219 0
[pid=3604] ppid=3590 vsize=812756 CPUtime=3.04
/proc/3604/stat : 3604 (java) S 3590 3590 979 0 -1 0 26961 0 1 0 288 16 0 0 18 0 9 0 2000601417 832262144 26377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3604/statm: 203189 26377 1895 9 0 197170 0
[pid=3604/tid=3605] ppid=3590 vsize=812756 CPUtime=2.67
/proc/3604/task/3605/stat : 3605 (java) R 3590 3590 979 0 -1 64 14506 0 1 0 259 8 0 0 25 0 9 0 2000601418 832262144 26377 996147200 134512640 134550740 4294955600 18446744073709551615 4126889384 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3606] ppid=3590 vsize=812756 CPUtime=0.14
/proc/3604/task/3606/stat : 3606 (java) S 3590 3590 979 0 -1 64 10956 0 0 0 9 5 0 0 16 0 9 0 2000601419 832262144 26377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3607] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3607/stat : 3607 (java) S 3590 3590 979 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2000601420 832262144 26377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3608] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3608/stat : 3608 (java) S 3590 3590 979 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000601420 832262144 26377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3609] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3609/stat : 3609 (java) S 3590 3590 979 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000601422 832262144 26377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3610] ppid=3590 vsize=812756 CPUtime=0.19
/proc/3604/task/3610/stat : 3610 (java) S 3590 3590 979 0 -1 64 801 0 0 0 19 0 0 0 16 0 9 0 2000601422 832262144 26377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3611] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3611/stat : 3611 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000601422 832262144 26377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3612] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3612/stat : 3612 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000601422 832262144 26377 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860316

[startup+6.3023 s]
/proc/loadavg: 2.37 2.18 2.06 3/82 3612
/proc/meminfo: memFree=1574096/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=0.01
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2000601413 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3590/statm: 11890 364 245 79 0 219 0
[pid=3604] ppid=3590 vsize=812756 CPUtime=6.22
/proc/3604/stat : 3604 (java) S 3590 3590 979 0 -1 0 27253 0 1 0 605 17 0 0 18 0 9 0 2000601417 832262144 26663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3604/statm: 203189 26663 1916 9 0 197170 0
[pid=3604/tid=3605] ppid=3590 vsize=812756 CPUtime=5.75
/proc/3604/task/3605/stat : 3605 (java) R 3590 3590 979 0 -1 64 14553 0 1 0 566 9 0 0 25 0 9 0 2000601418 832262144 26663 996147200 134512640 134550740 4294955600 18446744073709551615 4126993077 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3606] ppid=3590 vsize=812756 CPUtime=0.18
/proc/3604/task/3606/stat : 3606 (java) S 3590 3590 979 0 -1 64 11156 0 0 0 13 5 0 0 16 0 9 0 2000601419 832262144 26663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3607] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3607/stat : 3607 (java) S 3590 3590 979 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2000601420 832262144 26663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3608] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3608/stat : 3608 (java) S 3590 3590 979 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2000601420 832262144 26663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3609] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3609/stat : 3609 (java) S 3590 3590 979 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000601422 832262144 26663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3610] ppid=3590 vsize=812756 CPUtime=0.26
/proc/3604/task/3610/stat : 3610 (java) S 3590 3590 979 0 -1 64 846 0 0 0 25 1 0 0 16 0 9 0 2000601422 832262144 26663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3611] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3611/stat : 3611 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000601422 832262144 26663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3604/tid=3612] ppid=3590 vsize=812756 CPUtime=0
/proc/3604/task/3612/stat : 3612 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000601422 832262144 26663 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860316

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

[startup+7.90245 s]
/proc/loadavg: 2.37 2.18 2.06 3/82 3612
/proc/meminfo: memFree=1567696/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=7.79
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 799 30345 0 1 0 0 757 22 17 0 1 0 2000601413 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 259912821594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3590/statm: 11890 364 245 79 0 219 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 47560

[startup+9.50161 s]
/proc/loadavg: 2.37 2.18 2.06 3/82 3622
/proc/meminfo: memFree=1661072/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=8.29
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 835 33227 0 1 0 0 805 24 15 0 1 0 2000601413 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 259913384018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3590/statm: 11890 365 245 79 0 219 0
[pid=3614] ppid=3590 vsize=812676 CPUtime=1.11
/proc/3614/stat : 3614 (java) S 3590 3590 979 0 -1 0 16130 0 1 0 102 9 0 0 18 0 9 0 2000602250 832180224 15550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 203169 15550 1867 9 0 197150 0
[pid=3614/tid=3615] ppid=3590 vsize=812676 CPUtime=0.98
/proc/3614/task/3615/stat : 3615 (java) R 3590 3590 979 0 -1 64 14370 0 1 0 90 8 0 0 25 0 9 0 2000602251 832180224 15550 996147200 134512640 134550740 4294955616 18446744073709551615 4126667459 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3616/stat : 3616 (java) S 3590 3590 979 0 -1 64 279 0 0 0 0 0 0 0 16 0 9 0 2000602252 832180224 15550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3590 3590 979 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000602252 832180224 15550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3590 3590 979 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000602252 832180224 15550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3619] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3619/stat : 3619 (java) S 3590 3590 979 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000602254 832180224 15550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3620] ppid=3590 vsize=812676 CPUtime=0.11
/proc/3614/task/3620/stat : 3620 (java) S 3590 3590 979 0 -1 64 766 0 0 0 11 0 0 0 16 0 9 0 2000602254 832180224 15550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3621] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3621/stat : 3621 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000602254 832180224 15550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3622] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3622/stat : 3622 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000602255 832180224 15550 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.4
Current children cumulated vsize (KiB) 860236

[startup+10.3017 s]
/proc/loadavg: 2.37 2.18 2.06 3/82 3622
/proc/meminfo: memFree=1609360/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=8.29
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 835 33227 0 1 0 0 805 24 15 0 1 0 2000601413 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 259913384018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3590/statm: 11890 365 245 79 0 219 0
[pid=3614] ppid=3590 vsize=812676 CPUtime=1.91
/proc/3614/stat : 3614 (java) S 3590 3590 979 0 -1 0 19229 0 1 0 180 11 0 0 18 0 9 0 2000602250 832180224 18646 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 203169 18646 1867 9 0 197150 0
[pid=3614/tid=3615] ppid=3590 vsize=812676 CPUtime=1.73
/proc/3614/task/3615/stat : 3615 (java) R 3590 3590 979 0 -1 64 14373 0 1 0 165 8 0 0 25 0 9 0 2000602251 832180224 18646 996147200 134512640 134550740 4294955616 18446744073709551615 4126667611 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3590 vsize=812676 CPUtime=0.04
/proc/3614/task/3616/stat : 3616 (java) S 3590 3590 979 0 -1 64 3375 0 0 0 3 1 0 0 16 0 9 0 2000602252 832180224 18646 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3590 3590 979 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000602252 832180224 18646 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3590 3590 979 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000602252 832180224 18646 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3619] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3619/stat : 3619 (java) S 3590 3590 979 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000602254 832180224 18646 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3620] ppid=3590 vsize=812676 CPUtime=0.11
/proc/3614/task/3620/stat : 3620 (java) S 3590 3590 979 0 -1 64 766 0 0 0 11 0 0 0 16 0 9 0 2000602254 832180224 18646 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3621] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3621/stat : 3621 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000602254 832180224 18646 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3622] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3622/stat : 3622 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000602255 832180224 18646 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.2
Current children cumulated vsize (KiB) 860236

[startup+10.7017 s]
/proc/loadavg: 2.37 2.18 2.06 3/82 3622
/proc/meminfo: memFree=1609360/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=8.29
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 835 33227 0 1 0 0 805 24 15 0 1 0 2000601413 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 259913384018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3590/statm: 11890 365 245 79 0 219 0
[pid=3614] ppid=3590 vsize=812676 CPUtime=2.31
/proc/3614/stat : 3614 (java) S 3590 3590 979 0 -1 0 19270 0 1 0 220 11 0 0 18 0 9 0 2000602250 832180224 18686 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 203169 18686 1869 9 0 197150 0
[pid=3614/tid=3615] ppid=3590 vsize=812676 CPUtime=2.08
/proc/3614/task/3615/stat : 3615 (java) R 3590 3590 979 0 -1 64 14375 0 1 0 200 8 0 0 25 0 9 0 2000602251 832180224 18686 996147200 134512640 134550740 4294955616 18446744073709551615 4125956414 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3590 vsize=812676 CPUtime=0.04
/proc/3614/task/3616/stat : 3616 (java) S 3590 3590 979 0 -1 64 3375 0 0 0 3 1 0 0 16 0 9 0 2000602252 832180224 18686 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3590 3590 979 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000602252 832180224 18686 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3590 3590 979 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000602252 832180224 18686 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3619] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3619/stat : 3619 (java) S 3590 3590 979 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000602254 832180224 18686 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3620] ppid=3590 vsize=812676 CPUtime=0.15
/proc/3614/task/3620/stat : 3620 (java) S 3590 3590 979 0 -1 64 805 0 0 0 15 0 0 0 16 0 9 0 2000602254 832180224 18686 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3621] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3621/stat : 3621 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000602254 832180224 18686 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3622] ppid=3590 vsize=812676 CPUtime=0
/proc/3614/task/3622/stat : 3622 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000602255 832180224 18686 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.6
Current children cumulated vsize (KiB) 860236

[startup+10.8017 s]
/proc/loadavg: 2.37 2.18 2.06 3/82 3622
/proc/meminfo: memFree=1609360/2055920 swapFree=4180028/4192956
[pid=3590] ppid=3588 vsize=47560 CPUtime=8.29
/proc/3590/stat : 3590 (galacE.sh) S 3588 3590 979 0 -1 4194304 835 33227 0 1 0 0 805 24 15 0 1 0 2000601413 48701440 365 996147200 4194304 4520092 548682068832 18446744073709551615 259913384018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/3590/statm: 11890 365 245 79 0 219 0
[pid=3614] ppid=3590 vsize=812788 CPUtime=2.41
/proc/3614/stat : 3614 (java) S 3590 3590 979 0 -1 0 19435 0 1 0 230 11 0 0 18 0 9 0 2000602250 832294912 18813 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3614/statm: 203197 18813 1923 9 0 197150 0
[pid=3614/tid=3615] ppid=3590 vsize=812788 CPUtime=2.16
/proc/3614/task/3615/stat : 3615 (java) R 3590 3590 979 0 -1 64 14525 0 1 0 208 8 0 0 24 0 9 0 2000602251 832294912 18813 996147200 134512640 134550740 4294955616 18446744073709551615 4126866639 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3616] ppid=3590 vsize=812788 CPUtime=0.04
/proc/3614/task/3616/stat : 3616 (java) S 3590 3590 979 0 -1 64 3375 0 0 0 3 1 0 0 16 0 9 0 2000602252 832294912 18813 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3617] ppid=3590 vsize=812788 CPUtime=0
/proc/3614/task/3617/stat : 3617 (java) S 3590 3590 979 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2000602252 832294912 18813 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3618] ppid=3590 vsize=812788 CPUtime=0
/proc/3614/task/3618/stat : 3618 (java) S 3590 3590 979 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2000602252 832294912 18813 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3619] ppid=3590 vsize=812788 CPUtime=0
/proc/3614/task/3619/stat : 3619 (java) S 3590 3590 979 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2000602254 832294912 18813 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3620] ppid=3590 vsize=812788 CPUtime=0.17
/proc/3614/task/3620/stat : 3620 (java) S 3590 3590 979 0 -1 64 820 0 0 0 17 0 0 0 16 0 9 0 2000602254 832294912 18813 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3621] ppid=3590 vsize=812788 CPUtime=0
/proc/3614/task/3621/stat : 3621 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2000602254 832294912 18813 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=3614/tid=3622] ppid=3590 vsize=812788 CPUtime=0
/proc/3614/task/3622/stat : 3622 (java) S 3590 3590 979 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000602255 832294912 18813 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.7
Current children cumulated vsize (KiB) 860348

Child status: 0
Real time (s): 10.8949
CPU time (s): 10.7914
CPU user time (s): 10.4084
CPU system time (s): 0.382941
CPU usage (%): 99.0497
Max. virtual memory (cumulated for all children) (KiB): 860348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.4084
system time used= 0.382941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53708
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= 2323
involuntary context switches= 2337

runsolver used 0.017997 second user time and 0.048992 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 02:04:20
IDJOB=1081260
IDBENCH=57087
IDSOLVER=351
FILE ID=node4/1081260-1215216260
PBS_JOBID= 7881688
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 716b9d631b02038a07ad1e6130721329
RANDOM SEED=383012332

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1674688 kB
Buffers:         69652 kB
Cached:         220988 kB
SwapCached:       6792 kB
Active:         230944 kB
Inactive:        91696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674688 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            5848 kB
Writeback:           0 kB
Mapped:          40140 kB
Slab:            43704 kB
Committed_AS:  3408772 kB
PageTables:       1940 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= 66500 MiB
End job on node4 at 2008-07-05 02:04:31