Trace number 1102347

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 1816.12

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-15_ext.xml
MD5SUMc3b4924eda77cc92ca7e216c514922ee
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 benchmark22.5766
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints469
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension469
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.15/1.27	c start processing
1.15/1.27	c start relation processing
1.15/1.30	c start cnf exporting
3.13/3.29	c parsing time : 1.14
3.13/3.30	c preprocessing time : 3.167
3.13/3.30	
3.13/3.30	c Nary constraints - conflicts : 0 supports : 0
3.13/3.30	c Binary constraints - conflicts : 457 supports :12
3.13/3.30	c max arity constraint : 2
3.13/3.30	c Max Tuples generated 0
3.13/3.30	c relations : 469
3.13/3.30	c relations BDD: 0
3.13/3.30	c sampling 0/0
3.13/3.30	c vars : 1151 - clauses :  77039
3.13/3.30	
3.22/3.34	 
3.22/3.34	c --- SAT Solver Stats ---
3.22/3.34	 
3.22/3.34	c eSAT 0.1 : minisat core with additionnal features
3.22/3.34	c ============================[ Problem Statistics ]=============================
3.22/3.34	c |                                                                             |
3.22/3.34	c |  Number of variables:  1150                                                 |
3.22/3.34	c |  Number of clauses:    77039                                                |
3.22/3.39	c |  Parsing time:         0.04         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-1102347-1215298580/watcher-1102347-1215298580 -o /tmp/evaluation-result-1102347-1215298580/solver-1102347-1215298580 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1102347-1215298580.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 23573
/proc/meminfo: memFree=1662808/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=5224 CPUtime=0
/proc/23573/stat : 23573 (galacE.sh) R 23571 23573 23442 0 -1 4194304 59 0 0 0 0 0 0 0 20 0 1 0 2008831478 5349376 44 996147200 4194304 4520092 548682068832 18446744073709551615 210821450592 0 0 4096 0 0 0 0 17 1 0 0
/proc/23573/statm: 1306 44 33 79 0 104 0

[startup+0.081416 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 23573
/proc/meminfo: memFree=1662808/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=0.01
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.101451 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 23573
/proc/meminfo: memFree=1662808/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=0.01
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.301471 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 23573
/proc/meminfo: memFree=1662808/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=0.01
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.701521 s]
/proc/loadavg: 1.99 1.97 1.98 3/73 23573
/proc/meminfo: memFree=1662808/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=0.01
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.50262 s]
/proc/loadavg: 1.99 1.97 1.98 4/83 23595
/proc/meminfo: memFree=1592520/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=0.01
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23587] ppid=23573 vsize=812760 CPUtime=1.44
/proc/23587/stat : 23587 (java) S 23573 23573 23442 0 -1 0 19876 0 1 0 131 13 0 0 18 0 9 0 2008831482 832266240 19294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23587/statm: 203190 19294 1910 9 0 197171 0
[pid=23587/tid=23588] ppid=23573 vsize=812760 CPUtime=1.1
/proc/23587/task/23588/stat : 23588 (java) R 23573 23573 23442 0 -1 64 14533 0 1 0 101 9 0 0 25 0 9 0 2008831484 832266240 19294 996147200 134512640 134550740 4294955600 18446744073709551615 4126609338 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23589] ppid=23573 vsize=812760 CPUtime=0.03
/proc/23587/task/23589/stat : 23589 (java) S 23573 23573 23442 0 -1 64 3787 0 0 0 2 1 0 0 16 0 9 0 2008831485 832266240 19294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23590] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23590/stat : 23590 (java) S 23573 23573 23442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008831485 832266240 19294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23591] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23591/stat : 23591 (java) S 23573 23573 23442 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008831485 832266240 19294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23592] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23592/stat : 23592 (java) S 23573 23573 23442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008831487 832266240 19294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23593] ppid=23573 vsize=812760 CPUtime=0.27
/proc/23587/task/23593/stat : 23593 (java) S 23573 23573 23442 0 -1 64 857 0 0 0 27 0 0 0 15 0 9 0 2008831487 832266240 19294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23594] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23594/stat : 23594 (java) S 23573 23573 23442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008831488 832266240 19294 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23595] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23595/stat : 23595 (java) S 23573 23573 23442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008831488 832266240 19294 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) 860332

[startup+3.10281 s]
/proc/loadavg: 2.07 1.99 1.99 3/83 23595
/proc/meminfo: memFree=1583560/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=0.01
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23587] ppid=23573 vsize=812760 CPUtime=3.02
/proc/23587/stat : 23587 (java) S 23573 23573 23442 0 -1 0 21807 0 1 0 288 14 0 0 18 0 9 0 2008831482 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23587/statm: 203190 21221 1912 9 0 197171 0
[pid=23587/tid=23588] ppid=23573 vsize=812760 CPUtime=2.64
/proc/23587/task/23588/stat : 23588 (java) R 23573 23573 23442 0 -1 64 14538 0 1 0 254 10 0 0 25 0 9 0 2008831484 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4127084312 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23589] ppid=23573 vsize=812760 CPUtime=0.08
/proc/23587/task/23589/stat : 23589 (java) S 23573 23573 23442 0 -1 64 5705 0 0 0 5 3 0 0 16 0 9 0 2008831485 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23590] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23590/stat : 23590 (java) S 23573 23573 23442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008831485 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23591] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23591/stat : 23591 (java) S 23573 23573 23442 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008831485 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23592] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23592/stat : 23592 (java) S 23573 23573 23442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2008831487 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23593] ppid=23573 vsize=812760 CPUtime=0.28
/proc/23587/task/23593/stat : 23593 (java) S 23573 23573 23442 0 -1 64 865 0 0 0 28 0 0 0 15 0 9 0 2008831487 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23594] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23594/stat : 23594 (java) S 23573 23573 23442 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008831488 832266240 21221 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23587/tid=23595] ppid=23573 vsize=812760 CPUtime=0
/proc/23587/task/23595/stat : 23595 (java) S 23573 23573 23442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008831488 832266240 21221 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) 860332

[startup+6.3012 s]
/proc/loadavg: 2.07 1.99 1.99 3/75 23596
/proc/meminfo: memFree=1653576/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=7944 CPUtime=2.92
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 2041 0 0 0 291 1 0 0 25 0 1 0 2008831813 8134656 1852 996147200 134512640 135177480 4294955968 18446744073709551615 134548707 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 1986 1852 80 162 0 1821 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 55516

[startup+12.702 s]
/proc/loadavg: 2.06 1.99 1.99 3/75 23596
/proc/meminfo: memFree=1648520/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=10340 CPUtime=9.25
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 2626 0 0 0 924 1 0 0 25 0 1 0 2008831813 10588160 2437 996147200 134512640 135177480 4294955968 18446744073709551615 134749441 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 2585 2437 80 162 0 2420 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 57912

[startup+25.5015 s]
/proc/loadavg: 2.05 1.99 1.99 3/75 23596
/proc/meminfo: memFree=1642056/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=14284 CPUtime=21.94
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 3623 0 0 0 2191 3 0 0 25 0 1 0 2008831813 14626816 3434 996147200 134512640 135177480 4294955968 18446744073709551615 134565325 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 3571 3434 80 162 0 3406 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 61856

[startup+51.1016 s]
/proc/loadavg: 2.03 1.99 1.99 3/75 23596
/proc/meminfo: memFree=1632584/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=20368 CPUtime=47.29
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 5151 0 0 0 4725 4 0 0 25 0 1 0 2008831813 20856832 4962 996147200 134512640 135177480 4294955968 18446744073709551615 134565275 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 5092 4962 81 162 0 4927 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 67940

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.99 3/75 23596
/proc/meminfo: memFree=1617224/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=29120 CPUtime=98.02
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 7323 0 0 0 9795 7 0 0 25 0 1 0 2008831813 29818880 7134 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 7280 7134 81 162 0 7115 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 76692

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 23596
/proc/meminfo: memFree=1607944/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=38308 CPUtime=157.46
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 9597 0 0 0 15736 10 0 0 25 0 1 0 2008831813 39227392 9408 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 9577 9408 81 162 0 9412 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 85880

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/75 23596
/proc/meminfo: memFree=1600072/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=46156 CPUtime=216.9
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 11555 0 0 0 21677 13 0 0 25 0 1 0 2008831813 47263744 11366 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 11539 11366 81 162 0 11374 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 93728

[startup+282.301 s]
/proc/loadavg: 2.08 2.00 1.99 3/80 23602
/proc/meminfo: memFree=1597528/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24

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

/proc/23596/statm: 23807 23544 81 162 0 23642 0
Current children cumulated CPU time (s) 1171.13
Current children cumulated vsize (KiB) 142800

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 23602
/proc/meminfo: memFree=1498312/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=95412 CPUtime=1227.33
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 23774 0 0 0 122705 28 0 0 25 0 1 0 2008831813 97701888 23577 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 23853 23577 81 162 0 23688 0
Current children cumulated CPU time (s) 1230.57
Current children cumulated vsize (KiB) 142984

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 23602
/proc/meminfo: memFree=1498120/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=95412 CPUtime=1286.77
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 23781 0 0 0 128649 28 0 0 25 0 1 0 2008831813 97701888 23584 996147200 134512640 135177480 4294955968 18446744073709551615 134565457 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 23853 23584 81 162 0 23688 0
Current children cumulated CPU time (s) 1290.01
Current children cumulated vsize (KiB) 142984

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 23602
/proc/meminfo: memFree=1489992/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=103748 CPUtime=1346.21
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 25885 0 0 0 134589 32 0 0 25 0 1 0 2008831813 106237952 25680 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 25937 25680 81 162 0 25772 0
Current children cumulated CPU time (s) 1349.45
Current children cumulated vsize (KiB) 151320

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 23602
/proc/meminfo: memFree=1482056/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=111348 CPUtime=1405.65
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 27767 0 0 0 140530 35 0 0 25 0 1 0 2008831813 114020352 27562 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 27837 27562 81 162 0 27672 0
Current children cumulated CPU time (s) 1408.89
Current children cumulated vsize (KiB) 158920

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 23602
/proc/meminfo: memFree=1472712/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=120832 CPUtime=1465.08
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 30000 0 0 0 146470 38 0 0 25 0 1 0 2008831813 123731968 29795 996147200 134512640 135177480 4294955968 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 30208 29795 81 162 0 30043 0
Current children cumulated CPU time (s) 1468.32
Current children cumulated vsize (KiB) 168404

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 23602
/proc/meminfo: memFree=1464776/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=128292 CPUtime=1524.52
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 31899 0 0 0 152412 40 0 0 25 0 1 0 2008831813 131371008 31694 996147200 134512640 135177480 4294955968 18446744073709551615 134548822 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 32073 31694 81 162 0 31908 0
Current children cumulated CPU time (s) 1527.76
Current children cumulated vsize (KiB) 175864

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 23602
/proc/meminfo: memFree=1464520/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=128292 CPUtime=1583.96
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 31899 0 0 0 158356 40 0 0 25 0 1 0 2008831813 131371008 31694 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 32073 31694 81 162 0 31908 0
Current children cumulated CPU time (s) 1587.2
Current children cumulated vsize (KiB) 175864

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/75 23602
/proc/meminfo: memFree=1464456/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=128292 CPUtime=1643.4
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 31899 0 0 0 164300 40 0 0 25 0 1 0 2008831813 131371008 31694 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/23596/statm: 32073 31694 81 162 0 31908 0
Current children cumulated CPU time (s) 1646.64
Current children cumulated vsize (KiB) 175864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/83 23786
/proc/meminfo: memFree=1578296/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=128292 CPUtime=1703.07
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 31901 0 0 0 170265 42 0 0 25 0 1 0 2008831813 131371008 31696 996147200 134512640 135177480 4294955968 18446744073709551615 134571625 0 0 4096 3 0 0 0 17 0 0 0
/proc/23596/statm: 32073 31696 81 162 0 31908 0
Current children cumulated CPU time (s) 1706.31
Current children cumulated vsize (KiB) 175864

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/74 23814
/proc/meminfo: memFree=1578888/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=128292 CPUtime=1763.04
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 31902 0 0 0 176261 43 0 0 25 0 1 0 2008831813 131371008 31697 996147200 134512640 135177480 4294955968 18446744073709551615 134565379 0 0 4096 3 0 0 0 17 0 0 0
/proc/23596/statm: 32073 31697 81 162 0 31908 0
Current children cumulated CPU time (s) 1766.28
Current children cumulated vsize (KiB) 175864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 2.00 2.00 1.99 3/74 23814
/proc/meminfo: memFree=1578760/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=128292 CPUtime=1796.84
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 31904 0 0 0 179641 43 0 0 25 0 1 0 2008831813 131371008 31699 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 0 0 0
/proc/23596/statm: 32073 31699 81 162 0 31908 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 175864

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

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

[startup+1816.11 s]
/proc/loadavg: 2.00 2.00 1.99 3/74 23814
/proc/meminfo: memFree=1578760/2055920 swapFree=4180424/4192956
[pid=23573] ppid=23571 vsize=47572 CPUtime=3.24
/proc/23573/stat : 23573 (galacE.sh) S 23571 23573 23442 0 -1 4194304 799 23518 0 1 0 0 307 17 17 0 1 0 2008831478 48713728 364 996147200 4194304 4520092 548682068832 18446744073709551615 210823736154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/23573/statm: 11893 364 245 79 0 219 0
[pid=23596] ppid=23573 vsize=128292 CPUtime=1796.84
/proc/23596/stat : 23596 (eSAT_static) R 23573 23573 23442 0 -1 4194304 31904 0 0 0 179641 43 0 0 25 0 1 0 2008831813 131371008 31699 996147200 134512640 135177480 4294955968 18446744073709551615 134565292 0 0 4096 3 0 0 0 17 0 0 0
/proc/23596/statm: 32073 31699 81 162 0 31908 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 175864

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23573 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=85530
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=183972
# CPU time returned by wait4() is 3.2695
# 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): 1816.12
CPU time (s): 1800.08
CPU user time (s): 1799.48
CPU system time (s): 0.6
CPU usage (%): 99.1169
Max. virtual memory (cumulated for all children) (KiB): 860332

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

runsolver used 2.24366 second user time and 6.01609 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-06 00:56:20
IDJOB=1102347
IDBENCH=60123
IDSOLVER=351
FILE ID=node33/1102347-1215298580
PBS_JOBID= 7882434
Free space on /tmp= 66468 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c3b4924eda77cc92ca7e216c514922ee
RANDOM SEED=1639716085

node33.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.231
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.231
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:       1663288 kB
Buffers:         60464 kB
Cached:         209448 kB
SwapCached:       6236 kB
Active:         246080 kB
Inactive:        90940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663288 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            3504 kB
Writeback:           0 kB
Mapped:          73824 kB
Slab:            40912 kB
Committed_AS:  3698120 kB
PageTables:       1912 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 node33 at 2008-07-06 01:26:38