Trace number 1101533

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.09 1809.71

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-23_ext.xml
MD5SUM9134282df2ceb7b4f7b3cea4f5381931
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.76258
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/0.89	c start processing
0.01/0.89	c start relation processing
0.01/0.90	c start cnf exporting
1.86/1.92	c parsing time : 0.766
1.86/1.92	c preprocessing time : 1.804
1.86/1.92	
1.86/1.92	c Nary constraints - conflicts : 0 supports : 0
1.86/1.92	c Binary constraints - conflicts : 314 supports :19
1.86/1.92	c max arity constraint : 2
1.86/1.92	c Max Tuples generated 0
1.86/1.92	c relations : 333
1.86/1.92	c relations BDD: 0
1.86/1.92	c sampling 0/0
1.86/1.92	c vars : 761 - clauses :  38004
1.86/1.92	
1.86/1.97	 
1.86/1.97	c --- SAT Solver Stats ---
1.86/1.97	 
1.86/1.97	c eSAT 0.1 : minisat core with additionnal features
1.86/1.97	c ============================[ Problem Statistics ]=============================
1.86/1.97	c |                                                                             |
1.86/1.97	c |  Number of variables:  760                                                  |
1.86/1.97	c |  Number of clauses:    38004                                                |
1.86/1.99	c |  Parsing time:         0.02         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-1101533-1215293637/watcher-1101533-1215293637 -o /tmp/evaluation-result-1101533-1215293637/solver-1101533-1215293637 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101533-1215293637.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/74 30276
/proc/meminfo: memFree=1614920/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=8652 CPUtime=0
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 685091292 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 2163 280 208 79 0 156 0
[pid=30277] ppid=30276 vsize=8688 CPUtime=0
/proc/30277/stat : 30277 (galacE.sh) R 30276 30276 27892 0 -1 4194368 26 0 0 0 0 0 0 0 19 0 1 0 685091292 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/30277/statm: 2172 286 209 79 0 165 0
[pid=30278] ppid=30277 vsize=8688 CPUtime=0
/proc/30278/stat : 30278 (galacE.sh) R 30277 30276 27892 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 685091292 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 249069890207 0 65536 4096 73728 0 0 0 17 0 0 0
/proc/30278/statm: 2172 286 209 79 0 165 0

[startup+0.0179071 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 30276
/proc/meminfo: memFree=1614920/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=8772 CPUtime=0
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 526 1177 0 0 0 0 0 0 16 0 1 0 685091292 8982528 317 996147200 4194304 4520092 548682068832 18446744073709551615 249070059602 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/30276/statm: 2193 317 217 79 0 186 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8772

[startup+0.103925 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 30276
/proc/meminfo: memFree=1614920/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=0.01
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301945 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 30276
/proc/meminfo: memFree=1614920/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=0.01
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701981 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 30276
/proc/meminfo: memFree=1614920/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=0.01
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50206 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 30298
/proc/meminfo: memFree=1544312/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=0.01
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 766 1698 0 0 0 0 0 1 18 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30290] ppid=30276 vsize=812760 CPUtime=1.46
/proc/30290/stat : 30290 (java) S 30276 30276 27892 0 -1 0 19888 0 1 0 134 12 0 0 19 0 9 0 685091295 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30290/statm: 203190 19304 1912 9 0 197171 0
[pid=30290/tid=30291] ppid=30276 vsize=812760 CPUtime=1.14
/proc/30290/task/30291/stat : 30291 (java) R 30276 30276 27892 0 -1 64 14531 0 1 0 106 8 0 0 25 0 9 0 685091296 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4126604465 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30290/tid=30292] ppid=30276 vsize=812760 CPUtime=0.04
/proc/30290/task/30292/stat : 30292 (java) S 30276 30276 27892 0 -1 64 3792 0 0 0 2 2 0 0 16 0 9 0 685091297 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30290/tid=30293] ppid=30276 vsize=812760 CPUtime=0
/proc/30290/task/30293/stat : 30293 (java) S 30276 30276 27892 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 685091298 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30290/tid=30294] ppid=30276 vsize=812760 CPUtime=0
/proc/30290/task/30294/stat : 30294 (java) S 30276 30276 27892 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 685091298 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30290/tid=30295] ppid=30276 vsize=812760 CPUtime=0
/proc/30290/task/30295/stat : 30295 (java) S 30276 30276 27892 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 685091300 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30290/tid=30296] ppid=30276 vsize=812760 CPUtime=0.25
/proc/30290/task/30296/stat : 30296 (java) S 30276 30276 27892 0 -1 64 866 0 0 0 25 0 0 0 15 0 9 0 685091300 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30290/tid=30297] ppid=30276 vsize=812760 CPUtime=0
/proc/30290/task/30297/stat : 30297 (java) S 30276 30276 27892 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 685091300 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30290/tid=30298] ppid=30276 vsize=812760 CPUtime=0
/proc/30290/task/30298/stat : 30298 (java) S 30276 30276 27892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 685091300 832266240 19304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 860324

[startup+3.10222 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 30299
/proc/meminfo: memFree=1610488/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=4676 CPUtime=1.1
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 1009 0 0 0 110 0 0 0 25 0 1 0 685091489 4788224 910 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30299/statm: 1169 910 80 162 0 1004 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 52240

[startup+6.30154 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 30299
/proc/meminfo: memFree=1607992/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=7336 CPUtime=4.28
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 1682 0 0 0 427 1 0 0 25 0 1 0 685091489 7512064 1583 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/30299/statm: 1834 1583 80 162 0 1669 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 54900

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 30299
/proc/meminfo: memFree=1604800/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=10412 CPUtime=10.63
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 2444 0 0 0 1061 2 0 0 25 0 1 0 685091489 10661888 2345 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30299/statm: 2603 2345 80 162 0 2438 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 57976

[startup+25.5014 s]
/proc/loadavg: 2.06 2.02 2.00 3/76 30299
/proc/meminfo: memFree=1600768/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=13564 CPUtime=23.33
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 3242 0 0 0 2330 3 0 0 25 0 1 0 685091489 13889536 3143 996147200 134512640 135177480 4294955968 18446744073709551615 134565521 0 0 4096 3 0 0 0 17 1 0 0
/proc/30299/statm: 3391 3143 80 162 0 3226 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 61128

[startup+51.102 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 30299
/proc/meminfo: memFree=1595712/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=15828 CPUtime=48.73
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 3781 0 0 0 4869 4 0 0 25 0 1 0 685091489 16207872 3682 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30299/statm: 3957 3682 80 162 0 3792 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 63392

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/76 30299
/proc/meminfo: memFree=1585600/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=21524 CPUtime=99.54
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 5181 0 0 0 9948 6 0 0 25 0 1 0 685091489 22040576 5082 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30299/statm: 5381 5082 80 162 0 5216 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 69088

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30299
/proc/meminfo: memFree=1574912/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=27836 CPUtime=159.07
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 6719 0 0 0 15900 7 0 0 25 0 1 0 685091489 28504064 6620 996147200 134512640 135177480 4294955968 18446744073709551615 134547829 0 0 4096 3 0 0 0 17 1 0 0
/proc/30299/statm: 6959 6620 80 162 0 6794 0
Current children cumulated CPU time (s) 160.98
Current children cumulated vsize (KiB) 75400

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30299
/proc/meminfo: memFree=1569280/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=33284 CPUtime=218.62
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 8087 0 0 0 21853 9 0 0 25 0 1 0 685091489 34082816 7988 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30299/statm: 8321 7988 80 162 0 8156 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 80848

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30299
/proc/meminfo: memFree=1565120/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=37324 CPUtime=278.16
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 9107 0 0 0 27806 10 0 0 25 0 1 0 685091489 38219776 9008 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/30299/statm: 9331 9008 80 162 0 9166 0
Current children cumulated CPU time (s) 280.07
Current children cumulated vsize (KiB) 84888

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30299

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

/proc/30299/statm: 22597 22065 81 162 0 22432 0
Current children cumulated CPU time (s) 1175.28
Current children cumulated vsize (KiB) 137952

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30433
/proc/meminfo: memFree=1570504/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=90720 CPUtime=1233.13
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 22241 0 0 0 123282 31 0 0 25 0 1 0 685091489 92897280 22142 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 22680 22142 81 162 0 22515 0
Current children cumulated CPU time (s) 1235.04
Current children cumulated vsize (KiB) 138284

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30433
/proc/meminfo: memFree=1569160/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=90720 CPUtime=1292.89
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 22248 0 0 0 129258 31 0 0 25 0 1 0 685091489 92897280 22149 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 22680 22149 81 162 0 22515 0
Current children cumulated CPU time (s) 1294.8
Current children cumulated vsize (KiB) 138284

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30433
/proc/meminfo: memFree=1566344/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=90896 CPUtime=1352.64
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 22286 0 0 0 135233 31 0 0 25 0 1 0 685091489 93077504 22187 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 22724 22187 81 162 0 22559 0
Current children cumulated CPU time (s) 1354.55
Current children cumulated vsize (KiB) 138460

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30433
/proc/meminfo: memFree=1565064/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=91392 CPUtime=1412.39
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 22377 0 0 0 141208 31 0 0 25 0 1 0 685091489 93585408 22278 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 22848 22278 81 162 0 22683 0
Current children cumulated CPU time (s) 1414.3
Current children cumulated vsize (KiB) 138956

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30433
/proc/meminfo: memFree=1564552/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=91552 CPUtime=1472.14
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 22416 0 0 0 147183 31 0 0 25 0 1 0 685091489 93749248 22317 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 22888 22317 81 162 0 22723 0
Current children cumulated CPU time (s) 1474.05
Current children cumulated vsize (KiB) 139116

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30433
/proc/meminfo: memFree=1564424/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=91552 CPUtime=1531.89
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 22419 0 0 0 153158 31 0 0 25 0 1 0 685091489 93749248 22320 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 22888 22320 81 162 0 22723 0
Current children cumulated CPU time (s) 1533.8
Current children cumulated vsize (KiB) 139116

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30433
/proc/meminfo: memFree=1559624/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=91996 CPUtime=1591.64
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 22532 0 0 0 159133 31 0 0 25 0 1 0 685091489 94203904 22433 996147200 134512640 135177480 4294955968 18446744073709551615 134565248 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 22999 22433 81 162 0 22834 0
Current children cumulated CPU time (s) 1593.55
Current children cumulated vsize (KiB) 139560

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30439
/proc/meminfo: memFree=1555208/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=94052 CPUtime=1651.38
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 23065 0 0 0 165106 32 0 0 25 0 1 0 685091489 96309248 22966 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 23513 22966 81 162 0 23348 0
Current children cumulated CPU time (s) 1653.29
Current children cumulated vsize (KiB) 141616

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30439
/proc/meminfo: memFree=1550152/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=99000 CPUtime=1711.13
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 24262 0 0 0 171080 33 0 0 25 0 1 0 685091489 101376000 24163 996147200 134512640 135177480 4294955968 18446744073709551615 134565268 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 24750 24163 81 162 0 24585 0
Current children cumulated CPU time (s) 1713.04
Current children cumulated vsize (KiB) 146564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30439
/proc/meminfo: memFree=1545480/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=103648 CPUtime=1770.89
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 25411 0 0 0 177054 35 0 0 25 0 1 0 685091489 106135552 25312 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 25912 25312 81 162 0 25747 0
Current children cumulated CPU time (s) 1772.8
Current children cumulated vsize (KiB) 151212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30439
/proc/meminfo: memFree=1543496/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=105504 CPUtime=1798.18
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 25876 0 0 0 179782 36 0 0 25 0 1 0 685091489 108036096 25777 996147200 134512640 135177480 4294955968 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 26376 25777 81 162 0 26211 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 153068

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

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

[startup+1809.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30439
/proc/meminfo: memFree=1543496/2055920 swapFree=4179812/4192956
[pid=30276] ppid=30274 vsize=47564 CPUtime=1.91
/proc/30276/stat : 30276 (galacE.sh) S 30274 30276 27892 0 -1 4194304 800 23053 0 1 0 0 176 15 17 0 1 0 685091292 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 249069497178 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/30276/statm: 11891 365 246 79 0 219 0
[pid=30299] ppid=30276 vsize=105504 CPUtime=1798.18
/proc/30299/stat : 30299 (eSAT_static) R 30276 30276 27892 0 -1 4194304 25876 0 0 0 179782 36 0 0 25 0 1 0 685091489 108036096 25777 996147200 134512640 135177480 4294955968 18446744073709551615 134565382 0 0 4096 3 0 0 0 17 0 0 0
/proc/30299/statm: 26376 25777 81 162 0 26211 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 153068

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30276 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=770730
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=161975
# CPU time returned by wait4() is 1.9327
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.71
CPU time (s): 1800.09
CPU user time (s): 1799.58
CPU system time (s): 0.51
CPU usage (%): 99.4683
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77073
system time used= 0.161975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23853
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= 1170
involuntary context switches= 1107

runsolver used 1.86472 second user time and 4.85826 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 23:33:57
IDJOB=1101533
IDBENCH=60049
IDSOLVER=351
FILE ID=node89/1101533-1215293637
PBS_JOBID= 7882279
Free space on /tmp= 66520 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-23_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101533-1215293637/watcher-1101533-1215293637 -o /tmp/evaluation-result-1101533-1215293637/solver-1101533-1215293637 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1101533-1215293637.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9134282df2ceb7b4f7b3cea4f5381931
RANDOM SEED=1307043233

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:       1615400 kB
Buffers:         71012 kB
Cached:         215548 kB
SwapCached:       7132 kB
Active:         258012 kB
Inactive:       125996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1615400 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            3292 kB
Writeback:           0 kB
Mapped:         101052 kB
Slab:            41780 kB
Committed_AS:  2060816 kB
PageTables:       1904 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= 66516 MiB
End job on node89 at 2008-07-06 00:04:08