Trace number 1103337

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 E? (TO) 1800.08 1812.01

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-78_ext.xml
MD5SUM2ac92b434940a175b3fb756f91844113
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.5066
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
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 ---
1.35/1.43	c start processing
1.35/1.43	c start relation processing
1.75/1.84	c start cnf exporting
7.39/7.53	c parsing time : 1.304
7.39/7.54	c preprocessing time : 7.413
7.39/7.54	
7.39/7.54	c Nary constraints - conflicts : 0 supports : 0
7.39/7.54	c Binary constraints - conflicts : 0 supports :103
7.39/7.54	c max arity constraint : 2
7.39/7.54	c Max Tuples generated 0
7.39/7.54	c relations : 103
7.39/7.54	c relations BDD: 0
7.39/7.54	c sampling 0/0
7.39/7.54	c vars : 3201 - clauses :  142920
7.39/7.54	
7.44/7.61	 
7.44/7.61	c --- SAT Solver Stats ---
7.44/7.61	 
7.44/7.61	c eSAT 0.1 : minisat core with additionnal features
7.44/7.61	c ============================[ Problem Statistics ]=============================
7.44/7.61	c |                                                                             |
7.44/7.61	c |  Number of variables:  3200                                                 |
7.44/7.61	c |  Number of clauses:    142920                                               |
7.45/7.74	c |  Parsing time:         0.11         s                                       |

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1103337-1215300912/watcher-1103337-1215300912 -o /tmp/evaluation-result-1103337-1215300912/solver-1103337-1215300912 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1103337-1215300912.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.00 2.00 2.00 4/73 24345
/proc/meminfo: memFree=1711896/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=18572 CPUtime=0
/proc/24345/stat : 24345 (runsolver) R 24343 24345 22469 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1014493724 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24345/statm: 4643 292 257 25 0 2626 0

[startup+0.0457559 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 24345
/proc/meminfo: memFree=1711896/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=0.01
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+0.10154 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 24345
/proc/meminfo: memFree=1711896/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=0.01
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+0.30158 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 24345
/proc/meminfo: memFree=1711896/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=0.01
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+0.701662 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 24345
/proc/meminfo: memFree=1711896/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=0.01
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47540

[startup+1.5028 s]
/proc/loadavg: 2.16 2.03 2.01 3/83 24367
/proc/meminfo: memFree=1641864/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=0.01
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24359] ppid=24345 vsize=812760 CPUtime=1.44
/proc/24359/stat : 24359 (java) S 24345 24345 22469 0 -1 0 21830 0 1 0 134 10 0 0 18 0 9 0 1014493728 832266240 21248 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24359/statm: 203190 21248 1891 9 0 197171 0
[pid=24359/tid=24360] ppid=24345 vsize=812760 CPUtime=1.17
/proc/24359/task/24360/stat : 24360 (java) R 24345 24345 22469 0 -1 64 14486 0 1 0 111 6 0 0 25 0 9 0 1014493729 832266240 21248 996147200 134512640 134550740 4294955600 18446744073709551615 4126867492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24361] ppid=24345 vsize=812760 CPUtime=0.07
/proc/24359/task/24361/stat : 24361 (java) S 24345 24345 22469 0 -1 64 5855 0 0 0 6 1 0 0 16 0 9 0 1014493730 832266240 21248 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24362] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24362/stat : 24362 (java) S 24345 24345 22469 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1014493731 832266240 21248 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24363] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24363/stat : 24363 (java) S 24345 24345 22469 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1014493731 832266240 21248 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24364] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24364/stat : 24364 (java) S 24345 24345 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1014493733 832266240 21248 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24365] ppid=24345 vsize=812760 CPUtime=0.17
/proc/24359/task/24365/stat : 24365 (java) S 24345 24345 22469 0 -1 64 791 0 0 0 17 0 0 0 16 0 9 0 1014493733 832266240 21248 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24366] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24366/stat : 24366 (java) S 24345 24345 22469 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1014493733 832266240 21248 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24367] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24367/stat : 24367 (java) S 24345 24345 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1014493733 832266240 21248 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) 860300

[startup+3.10211 s]
/proc/loadavg: 2.16 2.03 2.01 3/83 24367
/proc/meminfo: memFree=1632968/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=0.01
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24359] ppid=24345 vsize=812760 CPUtime=3.02
/proc/24359/stat : 24359 (java) S 24345 24345 22469 0 -1 0 24866 0 1 0 290 12 0 0 18 0 9 0 1014493728 832266240 24280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24359/statm: 203190 24280 1913 9 0 197171 0
[pid=24359/tid=24360] ppid=24345 vsize=812760 CPUtime=2.61
/proc/24359/task/24360/stat : 24360 (java) R 24345 24345 22469 0 -1 64 14532 0 1 0 254 7 0 0 25 0 9 0 1014493729 832266240 24280 996147200 134512640 134550740 4294955600 18446744073709551615 4126746935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24361] ppid=24345 vsize=812760 CPUtime=0.16
/proc/24359/task/24361/stat : 24361 (java) S 24345 24345 22469 0 -1 64 8804 0 0 0 14 2 0 0 16 0 9 0 1014493730 832266240 24280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24362] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24362/stat : 24362 (java) S 24345 24345 22469 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1014493731 832266240 24280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24363] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24363/stat : 24363 (java) S 24345 24345 22469 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1014493731 832266240 24280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24364] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24364/stat : 24364 (java) S 24345 24345 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1014493733 832266240 24280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24365] ppid=24345 vsize=812760 CPUtime=0.22
/proc/24359/task/24365/stat : 24365 (java) S 24345 24345 22469 0 -1 64 832 0 0 0 21 1 0 0 16 0 9 0 1014493733 832266240 24280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24366] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24366/stat : 24366 (java) S 24345 24345 22469 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1014493733 832266240 24280 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24367] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24367/stat : 24367 (java) S 24345 24345 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1014493733 832266240 24280 996147200 134512640 134550740 4294955600 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) 860300

[startup+6.30172 s]
/proc/loadavg: 2.15 2.03 2.01 3/83 24367
/proc/meminfo: memFree=1618952/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=0.01
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24359] ppid=24345 vsize=812760 CPUtime=6.19
/proc/24359/stat : 24359 (java) S 24345 24345 22469 0 -1 0 24888 0 1 0 606 13 0 0 18 0 9 0 1014493728 832266240 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24359/statm: 203190 24294 1914 9 0 197171 0
[pid=24359/tid=24360] ppid=24345 vsize=812760 CPUtime=5.76
/proc/24359/task/24360/stat : 24360 (java) R 24345 24345 22469 0 -1 64 14541 0 1 0 568 8 0 0 25 0 9 0 1014493729 832266240 24294 996147200 134512640 134550740 4294955600 18446744073709551615 102064827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24361] ppid=24345 vsize=812760 CPUtime=0.16
/proc/24359/task/24361/stat : 24361 (java) S 24345 24345 22469 0 -1 64 8804 0 0 0 14 2 0 0 16 0 9 0 1014493730 832266240 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24362] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24362/stat : 24362 (java) S 24345 24345 22469 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1014493731 832266240 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24363] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24363/stat : 24363 (java) S 24345 24345 22469 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1014493731 832266240 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24364] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24364/stat : 24364 (java) S 24345 24345 22469 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1014493733 832266240 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24365] ppid=24345 vsize=812760 CPUtime=0.24
/proc/24359/task/24365/stat : 24365 (java) S 24345 24345 22469 0 -1 64 845 0 0 0 23 1 0 0 15 0 9 0 1014493733 832266240 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24366] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24366/stat : 24366 (java) S 24345 24345 22469 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 1014493733 832266240 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24359/tid=24367] ppid=24345 vsize=812760 CPUtime=0
/proc/24359/task/24367/stat : 24367 (java) S 24345 24345 22469 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1014493733 832266240 24294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860300

[startup+12.7019 s]
/proc/loadavg: 2.13 2.03 2.01 3/75 24368
/proc/meminfo: memFree=1696712/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=13704 CPUtime=5.04
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 3665 0 0 0 502 2 0 0 25 0 1 0 1014494485 14032896 3265 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/24368/statm: 3426 3265 81 162 0 3261 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 61244

[startup+25.5014 s]
/proc/loadavg: 2.10 2.03 2.01 3/75 24368
/proc/meminfo: memFree=1686280/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=23184 CPUtime=17.72
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 6017 0 0 0 1768 4 0 0 25 0 1 0 1014494485 23740416 5617 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/24368/statm: 5796 5617 81 162 0 5631 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 70724

[startup+51.1012 s]
/proc/loadavg: 2.07 2.03 2.01 3/75 24368
/proc/meminfo: memFree=1678536/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=31196 CPUtime=43.08
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 8018 0 0 0 4302 6 0 0 25 0 1 0 1014494485 31944704 7618 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/24368/statm: 7799 7618 81 162 0 7634 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 78736

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/75 24368
/proc/meminfo: memFree=1662664/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=46480 CPUtime=93.81
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 11859 0 0 0 9371 10 0 0 25 0 1 0 1014494485 47595520 11459 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/24368/statm: 11620 11459 81 162 0 11455 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 94020

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 24368
/proc/meminfo: memFree=1654792/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=54324 CPUtime=153.25
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 13810 0 0 0 15312 13 0 0 25 0 1 0 1014494485 55627776 13410 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/24368/statm: 13581 13410 81 162 0 13416 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 101864


################
# More data... #
################

/proc/24368/statm: 30879 30580 81 162 0 30714 0
Current children cumulated CPU time (s) 1111.77
Current children cumulated vsize (KiB) 171056

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 24370
/proc/meminfo: memFree=1580216/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=128940 CPUtime=1163.76
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 32343 0 0 0 116338 38 0 0 25 0 1 0 1014494485 132034560 31943 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/24368/statm: 32235 31943 81 162 0 32070 0
Current children cumulated CPU time (s) 1171.21
Current children cumulated vsize (KiB) 176480

[startup+1242.3 s]
/proc/loadavg: 1.92 1.98 1.99 2/69 24387
/proc/meminfo: memFree=1588920/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=137816 CPUtime=1223.22
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 34527 0 0 0 122281 41 0 0 25 0 1 0 1014494485 141123584 34127 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 1 0 0
/proc/24368/statm: 34454 34127 81 162 0 34289 0
Current children cumulated CPU time (s) 1230.67
Current children cumulated vsize (KiB) 185356

[startup+1302.3 s]
/proc/loadavg: 1.34 1.80 1.93 2/66 24391
/proc/meminfo: memFree=1590456/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=137816 CPUtime=1283.19
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 34527 0 0 0 128278 41 0 0 25 0 1 0 1014494485 141123584 34127 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 34454 34127 81 162 0 34289 0
Current children cumulated CPU time (s) 1290.64
Current children cumulated vsize (KiB) 185356

[startup+1362.3 s]
/proc/loadavg: 1.12 1.65 1.87 2/66 24391
/proc/meminfo: memFree=1590456/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=137816 CPUtime=1343.15
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 34527 0 0 0 134274 41 0 0 25 0 1 0 1014494485 141123584 34127 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 34454 34127 81 162 0 34289 0
Current children cumulated CPU time (s) 1350.6
Current children cumulated vsize (KiB) 185356

[startup+1422.31 s]
/proc/loadavg: 1.04 1.53 1.81 2/66 24391
/proc/meminfo: memFree=1590456/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=137816 CPUtime=1403.12
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 34531 0 0 0 140271 41 0 0 25 0 1 0 1014494485 141123584 34131 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 34454 34131 81 162 0 34289 0
Current children cumulated CPU time (s) 1410.57
Current children cumulated vsize (KiB) 185356

[startup+1482.3 s]
/proc/loadavg: 1.01 1.43 1.76 2/66 24393
/proc/meminfo: memFree=1590392/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=137816 CPUtime=1463.09
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 34536 0 0 0 146268 41 0 0 25 0 1 0 1014494485 141123584 34136 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 34454 34136 81 162 0 34289 0
Current children cumulated CPU time (s) 1470.54
Current children cumulated vsize (KiB) 185356

[startup+1542.3 s]
/proc/loadavg: 1.00 1.35 1.71 2/66 24393
/proc/meminfo: memFree=1590392/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=137980 CPUtime=1523.05
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 34575 0 0 0 152264 41 0 0 25 0 1 0 1014494485 141291520 34175 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 34495 34175 81 162 0 34330 0
Current children cumulated CPU time (s) 1530.5
Current children cumulated vsize (KiB) 185520

[startup+1602.3 s]
/proc/loadavg: 1.00 1.28 1.66 2/66 24399
/proc/meminfo: memFree=1586616/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=142044 CPUtime=1583.02
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 35591 0 0 0 158259 43 0 0 25 0 1 0 1014494485 145453056 35191 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 35511 35191 81 162 0 35346 0
Current children cumulated CPU time (s) 1590.47
Current children cumulated vsize (KiB) 189584

[startup+1662.3 s]
/proc/loadavg: 1.00 1.23 1.62 2/66 24399
/proc/meminfo: memFree=1577592/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=151224 CPUtime=1642.99
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 37852 0 0 0 164254 45 0 0 25 0 1 0 1014494485 154853376 37452 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 37806 37452 81 162 0 37641 0
Current children cumulated CPU time (s) 1650.44
Current children cumulated vsize (KiB) 198764

[startup+1722.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/66 24399
/proc/meminfo: memFree=1568312/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=160420 CPUtime=1702.97
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 40132 0 0 0 170250 47 0 0 25 0 1 0 1014494485 164270080 39732 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 40105 39732 81 162 0 39940 0
Current children cumulated CPU time (s) 1710.42
Current children cumulated vsize (KiB) 207960

[startup+1782.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/66 24399
/proc/meminfo: memFree=1568248/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=160420 CPUtime=1762.94
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 40132 0 0 0 176247 47 0 0 25 0 1 0 1014494485 164270080 39732 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 40105 39732 81 162 0 39940 0
Current children cumulated CPU time (s) 1770.39
Current children cumulated vsize (KiB) 207960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 1.00 1.13 1.52 2/66 24399
/proc/meminfo: memFree=1568248/2055920 swapFree=4174728/4192956
[pid=24345] ppid=24343 vsize=47540 CPUtime=7.45
/proc/24345/stat : 24345 (galacE.sh) S 24343 24345 22469 0 -1 4194304 799 26599 0 1 0 0 729 16 17 0 1 0 1014493724 48680960 364 996147200 4194304 4520092 548682068832 18446744073709551615 266134023002 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/24345/statm: 11885 364 245 79 0 219 0
[pid=24368] ppid=24345 vsize=160420 CPUtime=1792.63
/proc/24368/stat : 24368 (eSAT_static) R 24345 24345 22469 0 -1 4194304 40132 0 0 0 179216 47 0 0 25 0 1 0 1014494485 164270080 39732 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/24368/statm: 40105 39732 81 162 0 39940 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 207960

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24345 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=297890
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=174973
# CPU time returned by wait4() is 7.47286
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.01
CPU time (s): 1800.08
CPU user time (s): 1799.45
CPU system time (s): 0.63
CPU usage (%): 99.3415
Max. virtual memory (cumulated for all children) (KiB): 860300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.29789
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27398
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= 1263
involuntary context switches= 1351

runsolver used 1.90371 second user time and 5.62514 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-06 01:35:12
IDJOB=1103337
IDBENCH=60325
IDSOLVER=351
FILE ID=node35/1103337-1215300912
PBS_JOBID= 7882326
Free space on /tmp= 66472 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-78_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103337-1215300912/watcher-1103337-1215300912 -o /tmp/evaluation-result-1103337-1215300912/solver-1103337-1215300912 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1103337-1215300912.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2ac92b434940a175b3fb756f91844113
RANDOM SEED=29367264

node35.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.261
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.261
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:       1712440 kB
Buffers:         58104 kB
Cached:         199724 kB
SwapCached:      12200 kB
Active:         191572 kB
Inactive:        95704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712440 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            3832 kB
Writeback:           0 kB
Mapped:          36068 kB
Slab:            41556 kB
Committed_AS:  1737644 kB
PageTables:       1788 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= 66468 MiB
End job on node35 at 2008-07-06 02:05:26