Trace number 1100037

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 EUNSAT 938.641 947.45

General information on the benchmark

Namecsp/tightness0.65/
normalized-rand-2-40-40-135-650-66_ext.xml
MD5SUM1fa392c0e1d3c46429e536f63ebe8661
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 benchmark12.3951
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
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.94/1.03	c start processing
0.94/1.03	c start relation processing
1.05/1.19	c start cnf exporting
3.62/3.79	c parsing time : 0.899
3.62/3.79	c preprocessing time : 3.664
3.62/3.79	
3.62/3.79	c Nary constraints - conflicts : 0 supports : 0
3.62/3.79	c Binary constraints - conflicts : 0 supports :135
3.62/3.79	c max arity constraint : 2
3.62/3.79	c Max Tuples generated 0
3.62/3.79	c relations : 135
3.62/3.79	c relations BDD: 0
3.62/3.79	c sampling 0/0
3.62/3.79	c vars : 1601 - clauses :  42040
3.62/3.79	
3.71/3.86	 
3.71/3.86	c --- SAT Solver Stats ---
3.71/3.86	 
3.71/3.86	c eSAT 0.1 : minisat core with additionnal features
3.71/3.86	c ============================[ Problem Statistics ]=============================
3.71/3.86	c |                                                                             |
3.71/3.86	c |  Number of variables:  1600                                                 |
3.71/3.86	c |  Number of clauses:    42040                                                |
3.73/3.91	c |  Parsing time:         0.05         s                                       |
938.57/947.43	c restarts              : 498
938.57/947.43	c conflicts             : 373909         (400 /sec)
938.57/947.43	c decisions             : 599397         (4.72 % random) (641 /sec)
938.57/947.43	c euip                  : 55862       
938.57/947.43	c propagations          : 71226966       (76209 /sec)
938.57/947.43	c conflict literals     : 57797913       (24.82 % deleted)
938.57/947.43	c Memory used           : 71.28 MB
938.57/947.43	c CPU time              : 934.628 s
938.57/947.43	c 
938.57/947.43	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1100037-1215286361/watcher-1100037-1215286361 -o /tmp/evaluation-result-1100037-1215286361/solver-1100037-1215286361 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100037-1215286361.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.03 2.02 2.00 4/73 14396
/proc/meminfo: memFree=1688424/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=8652 CPUtime=0
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2007610434 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 2163 280 208 79 0 156 0
[pid=14397] ppid=14396 vsize=8688 CPUtime=0
/proc/14397/stat : 14397 (galacE.sh) S 14396 14396 9253 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2007610435 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 255236735058 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/14397/statm: 2172 286 209 79 0 165 0
[pid=14398] ppid=14397 vsize=8728 CPUtime=0
/proc/14398/stat : 14398 (galacE.sh) R 14397 14396 9253 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2007610435 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 255236566311 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/14398/statm: 2182 290 209 79 0 175 0

[startup+0.0871059 s]
/proc/loadavg: 2.03 2.02 2.00 4/73 14396
/proc/meminfo: memFree=1688424/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=0.01
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102108 s]
/proc/loadavg: 2.03 2.02 2.00 4/73 14396
/proc/meminfo: memFree=1688424/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=0.01
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301149 s]
/proc/loadavg: 2.03 2.02 2.00 4/73 14396
/proc/meminfo: memFree=1688424/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=0.01
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.702226 s]
/proc/loadavg: 2.03 2.02 2.00 4/73 14396
/proc/meminfo: memFree=1688424/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=0.01
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50137 s]
/proc/loadavg: 2.03 2.02 2.00 4/83 14418
/proc/meminfo: memFree=1618200/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=0.01
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14410] ppid=14396 vsize=812760 CPUtime=1.44
/proc/14410/stat : 14410 (java) S 14396 14396 9253 0 -1 0 22207 0 1 0 133 11 0 0 18 0 9 0 2007610438 832266240 21623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14410/statm: 203190 21623 1913 9 0 197171 0
[pid=14410/tid=14411] ppid=14396 vsize=812760 CPUtime=1.13
/proc/14410/task/14411/stat : 14411 (java) R 14396 14396 9253 0 -1 64 14531 0 1 0 106 7 0 0 25 0 9 0 2007610439 832266240 21623 996147200 134512640 134550740 4294955600 18446744073709551615 4126940000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14412] ppid=14396 vsize=812760 CPUtime=0.07
/proc/14410/task/14412/stat : 14412 (java) S 14396 14396 9253 0 -1 64 6148 0 0 0 5 2 0 0 16 0 9 0 2007610441 832266240 21623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14413] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14413/stat : 14413 (java) S 14396 14396 9253 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007610441 832266240 21623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14414] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14414/stat : 14414 (java) S 14396 14396 9253 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007610441 832266240 21623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14415] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14415/stat : 14415 (java) S 14396 14396 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007610443 832266240 21623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14416] ppid=14396 vsize=812760 CPUtime=0.21
/proc/14410/task/14416/stat : 14416 (java) S 14396 14396 9253 0 -1 64 829 0 0 0 21 0 0 0 15 0 9 0 2007610443 832266240 21623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14417] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14417/stat : 14417 (java) S 14396 14396 9253 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007610443 832266240 21623 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14418] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14418/stat : 14418 (java) S 14396 14396 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007610443 832266240 21623 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) 860324

[startup+3.10168 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 14418
/proc/meminfo: memFree=1603864/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=0.01
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 766 1698 0 0 0 0 0 1 23 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14410] ppid=14396 vsize=812760 CPUtime=3.02
/proc/14410/stat : 14410 (java) S 14396 14396 9253 0 -1 0 23216 0 1 0 290 12 0 0 18 0 9 0 2007610438 832266240 22628 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14410/statm: 203190 22628 1915 9 0 197171 0
[pid=14410/tid=14411] ppid=14396 vsize=812760 CPUtime=2.67
/proc/14410/task/14411/stat : 14411 (java) R 14396 14396 9253 0 -1 64 14536 0 1 0 259 8 0 0 25 0 9 0 2007610439 832266240 22628 996147200 134512640 134550740 4294955600 18446744073709551615 4126962378 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14412] ppid=14396 vsize=812760 CPUtime=0.1
/proc/14410/task/14412/stat : 14412 (java) S 14396 14396 9253 0 -1 64 7139 0 0 0 8 2 0 0 16 0 9 0 2007610441 832266240 22628 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14413] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14413/stat : 14413 (java) S 14396 14396 9253 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007610441 832266240 22628 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14414] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14414/stat : 14414 (java) S 14396 14396 9253 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2007610441 832266240 22628 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14415] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14415/stat : 14415 (java) S 14396 14396 9253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007610443 832266240 22628 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14416] ppid=14396 vsize=812760 CPUtime=0.22
/proc/14410/task/14416/stat : 14416 (java) S 14396 14396 9253 0 -1 64 842 0 0 0 22 0 0 0 15 0 9 0 2007610443 832266240 22628 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14417] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14417/stat : 14417 (java) S 14396 14396 9253 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2007610443 832266240 22628 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14410/tid=14418] ppid=14396 vsize=812760 CPUtime=0
/proc/14410/task/14418/stat : 14418 (java) S 14396 14396 9253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007610443 832266240 22628 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) 860324

[startup+6.30228 s]
/proc/loadavg: 2.03 2.02 2.00 3/75 14419
/proc/meminfo: memFree=1680536/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=8560 CPUtime=2.4
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 2123 0 0 0 239 1 0 0 25 0 1 0 2007610821 8765440 2022 996147200 134512640 135177480 4294955968 18446744073709551615 134565251 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 2140 2022 81 162 0 1975 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 56124

[startup+12.7015 s]
/proc/loadavg: 2.03 2.02 2.00 3/75 14419
/proc/meminfo: memFree=1675224/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=12520 CPUtime=8.74
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 3115 0 0 0 872 2 0 0 25 0 1 0 2007610821 12820480 3014 996147200 134512640 135177480 4294955968 18446744073709551615 134564720 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 3130 3014 81 162 0 2965 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 60084

[startup+25.5029 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 14419
/proc/meminfo: memFree=1670104/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=17024 CPUtime=21.43
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 4227 0 0 0 2138 5 0 0 25 0 1 0 2007610821 17432576 4126 996147200 134512640 135177480 4294955968 18446744073709551615 134565414 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 4256 4126 81 162 0 4091 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 64588

[startup+51.1027 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 14419
/proc/meminfo: memFree=1664536/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=23040 CPUtime=46.78
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 5744 0 0 0 4672 6 0 0 25 0 1 0 2007610821 23592960 5643 996147200 134512640 135177480 4294955968 18446744073709551615 134565376 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 5760 5643 81 162 0 5595 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 70604

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 14419
/proc/meminfo: memFree=1648664/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=33332 CPUtime=97.5
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 8288 0 0 0 9740 10 0 0 25 0 1 0 2007610821 34131968 8187 996147200 134512640 135177480 4294955968 18446744073709551615 134564635 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 8333 8187 81 162 0 8168 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 80896

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14419
/proc/meminfo: memFree=1643800/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=37892 CPUtime=156.93
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 9440 0 0 0 15681 12 0 0 25 0 1 0 2007610821 38801408 9339 996147200 134512640 135177480 4294955968 18446744073709551615 134565474 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 9473 9339 81 162 0 9308 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 85456

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14584
/proc/meminfo: memFree=1677144/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=45056 CPUtime=216.6
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 11183 0 0 0 21644 16 0 0 25 0 1 0 2007610821 46137344 11082 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 11264 11082 81 162 0 11099 0
Current children cumulated CPU time (s) 220.33

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


[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14586
/proc/meminfo: memFree=1660128/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=62116 CPUtime=513.76
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 15422 0 0 0 51355 21 0 0 25 0 1 0 2007610821 63606784 15321 996147200 134512640 135177480 4294955968 18446744073709551615 134565416 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 15529 15321 81 162 0 15364 0
Current children cumulated CPU time (s) 517.49
Current children cumulated vsize (KiB) 109680

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1659616/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=62632 CPUtime=573.19
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 15527 0 0 0 57298 21 0 0 25 0 1 0 2007610821 64135168 15426 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 15658 15426 81 162 0 15493 0
Current children cumulated CPU time (s) 576.92
Current children cumulated vsize (KiB) 110196

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1658912/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=63368 CPUtime=632.62
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 15709 0 0 0 63241 21 0 0 25 0 1 0 2007610821 64888832 15608 996147200 134512640 135177480 4294955968 18446744073709551615 134565318 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 15842 15608 81 162 0 15677 0
Current children cumulated CPU time (s) 636.35
Current children cumulated vsize (KiB) 110932

[startup+702.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1657120/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=65252 CPUtime=692.05
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 16132 0 0 0 69184 21 0 0 25 0 1 0 2007610821 66818048 16031 996147200 134512640 135177480 4294955968 18446744073709551615 134565419 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 16313 16031 81 162 0 16148 0
Current children cumulated CPU time (s) 695.78
Current children cumulated vsize (KiB) 112816

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1652000/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=70692 CPUtime=751.49
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17413 0 0 0 75127 22 0 0 25 0 1 0 2007610821 72388608 17312 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 17673 17312 81 162 0 17508 0
Current children cumulated CPU time (s) 755.22
Current children cumulated vsize (KiB) 118256

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1650464/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=72108 CPUtime=810.92
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17765 0 0 0 81069 23 0 0 25 0 1 0 2007610821 73838592 17664 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 18027 17664 81 162 0 17862 0
Current children cumulated CPU time (s) 814.65
Current children cumulated vsize (KiB) 119672

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1650336/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=72296 CPUtime=870.35
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17789 0 0 0 87012 23 0 0 25 0 1 0 2007610821 74031104 17688 996147200 134512640 135177480 4294955968 18446744073709551615 134565260 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 18074 17688 81 162 0 17909 0
Current children cumulated CPU time (s) 874.08
Current children cumulated vsize (KiB) 119860

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1649632/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=72988 CPUtime=929.79
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17973 0 0 0 92955 24 0 0 25 0 1 0 2007610821 74739712 17872 996147200 134512640 135177480 4294955968 18446744073709551615 134571273 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 18247 17872 81 162 0 18082 0
Current children cumulated CPU time (s) 933.52
Current children cumulated vsize (KiB) 120552

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

[startup+943.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1649632/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=72988 CPUtime=931.37
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17975 0 0 0 93113 24 0 0 25 0 1 0 2007610821 74739712 17874 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 18247 17874 81 162 0 18082 0
Current children cumulated CPU time (s) 935.1
Current children cumulated vsize (KiB) 120552

[startup+945.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1649568/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=72988 CPUtime=932.96
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17980 0 0 0 93272 24 0 0 25 0 1 0 2007610821 74739712 17879 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 18247 17879 81 162 0 18082 0
Current children cumulated CPU time (s) 936.69
Current children cumulated vsize (KiB) 120552

[startup+946.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 14586
/proc/meminfo: memFree=1649568/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=72988 CPUtime=933.75
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17981 0 0 0 93351 24 0 0 25 0 1 0 2007610821 74739712 17880 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 18247 17880 81 162 0 18082 0
Current children cumulated CPU time (s) 937.48
Current children cumulated vsize (KiB) 120552

[startup+947.107 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14586
/proc/meminfo: memFree=1649568/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=72988 CPUtime=934.54
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17982 0 0 0 93430 24 0 0 25 0 1 0 2007610821 74739712 17881 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 18247 17881 81 162 0 18082 0
Current children cumulated CPU time (s) 938.27
Current children cumulated vsize (KiB) 120552

[startup+947.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14586
/proc/meminfo: memFree=1649568/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=72988 CPUtime=934.74
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17984 0 0 0 93450 24 0 0 25 0 1 0 2007610821 74739712 17883 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 18247 17883 81 162 0 18082 0
Current children cumulated CPU time (s) 938.47
Current children cumulated vsize (KiB) 120552

[startup+947.402 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14586
/proc/meminfo: memFree=1649568/2055920 swapFree=4180456/4192956
[pid=14396] ppid=14394 vsize=47564 CPUtime=3.73
/proc/14396/stat : 14396 (galacE.sh) S 14394 14396 9253 0 -1 4194304 800 24928 0 1 0 0 358 15 17 0 1 0 2007610434 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 255236172634 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/14396/statm: 11891 365 246 79 0 219 0
[pid=14419] ppid=14396 vsize=72988 CPUtime=934.84
/proc/14419/stat : 14419 (eSAT_static) R 14396 14396 9253 0 -1 4194304 17984 0 0 0 93460 24 0 0 25 0 1 0 2007610821 74739712 17883 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/14419/statm: 18247 17883 81 162 0 18082 0
Current children cumulated CPU time (s) 938.57
Current children cumulated vsize (KiB) 120552

Child status: 0
Real time (s): 947.45
CPU time (s): 938.641
CPU user time (s): 938.22
CPU system time (s): 0.420936
CPU usage (%): 99.0703
Max. virtual memory (cumulated for all children) (KiB): 860324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 938.22
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43912
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= 1212
involuntary context switches= 35963

runsolver used 1.03484 second user time and 3.2735 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-05 21:32:41
IDJOB=1100037
IDBENCH=59821
IDSOLVER=351
FILE ID=node19/1100037-1215286361
PBS_JOBID= 7882199
Free space on /tmp= 66556 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.65/normalized-rand-2-40-40-135-650-66_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1100037-1215286361/watcher-1100037-1215286361 -o /tmp/evaluation-result-1100037-1215286361/solver-1100037-1215286361 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1100037-1215286361.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1fa392c0e1d3c46429e536f63ebe8661
RANDOM SEED=731736872

node19.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.263
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	: 5931.00
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.263
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:       1688904 kB
Buffers:         53792 kB
Cached:         203348 kB
SwapCached:       6496 kB
Active:         209440 kB
Inactive:       102228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688904 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            3520 kB
Writeback:           0 kB
Mapped:          61108 kB
Slab:            40496 kB
Committed_AS:  3554200 kB
PageTables:       1932 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= 66556 MiB
End job on node19 at 2008-07-05 21:48:28