Trace number 1083609

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 18.5702 18.9578

General information on the benchmark

Namecsp/rlfapScensMod/
normalized-scen3-f11.xml
MD5SUMab367ba35f9b0dcd1e9d2e604b57c018
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.58391
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2760
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2760
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c --- Preproc Stats ---
7.23/7.49	c start processing
7.23/7.49	c start relation processing
7.32/7.51	c start cnf exporting
17.14/17.55	c parsing time : 7.357
17.14/17.55	c preprocessing time : 17.429
17.14/17.55	
17.14/17.55	c Nary constraints - conflicts : 0 supports : 0
17.14/17.55	c Binary constraints - conflicts : 2560 supports :200
17.14/17.55	c max arity constraint : 2
17.14/17.55	c Max Tuples generated 1089
17.14/17.55	c relations : 153
17.14/17.55	c relations BDD: 0
17.14/17.55	c sampling 0/0
17.14/17.55	c vars : 11967 - clauses :  473750
17.14/17.55	
17.14/17.59	 
17.14/17.59	c --- SAT Solver Stats ---
17.14/17.59	 
17.14/17.59	c eSAT 0.1 : minisat core with additionnal features
17.14/17.59	c ============================[ Problem Statistics ]=============================
17.14/17.59	c |                                                                             |
17.14/17.59	c |  Number of variables:  11966                                                |
17.14/17.59	c |  Number of clauses:    473750                                               |
17.21/17.86	c |  Parsing time:         0.24         s                                       |
18.48/18.94	c restarts              : 203
18.48/18.94	c conflicts             : 672            (516 /sec)
18.48/18.94	c decisions             : 67613          (89.62 % random) (51938 /sec)
18.48/18.94	c euip                  : 139         
18.48/18.94	c propagations          : 303144         (232865 /sec)
18.48/18.94	c conflict literals     : 15469          (20.81 % deleted)
18.48/18.94	c Memory used           : 21.05 MB
18.48/18.94	c CPU time              : 1.3018 s
18.48/18.94	c 
18.48/18.94	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-1083609-1215229171/watcher-1083609-1215229171 -o /tmp/evaluation-result-1083609-1215229171/solver-1083609-1215229171 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1083609-1215229171.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.23 2.09 2.03 4/92 19288
/proc/meminfo: memFree=1665308/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=8652 CPUtime=0
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2001889448 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 2163 280 208 79 0 156 0
[pid=19289] ppid=19288 vsize=8688 CPUtime=0
/proc/19289/stat : 19289 (galacE.sh) S 19288 19288 15971 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2001889449 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 258939256914 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/19289/statm: 2172 286 209 79 0 165 0
[pid=19290] ppid=19289 vsize=8728 CPUtime=0
/proc/19290/stat : 19290 (galacE.sh) R 19289 19288 15971 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2001889449 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 258939088167 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/19290/statm: 2182 290 209 79 0 175 0

[startup+0.0406581 s]
/proc/loadavg: 2.23 2.09 2.03 4/92 19288
/proc/meminfo: memFree=1665308/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.103631 s]
/proc/loadavg: 2.23 2.09 2.03 4/92 19288
/proc/meminfo: memFree=1665308/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301668 s]
/proc/loadavg: 2.23 2.09 2.03 4/92 19288
/proc/meminfo: memFree=1665308/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701746 s]
/proc/loadavg: 2.23 2.09 2.03 4/92 19288
/proc/meminfo: memFree=1665308/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50289 s]
/proc/loadavg: 2.23 2.09 2.03 4/102 19310
/proc/meminfo: memFree=1624588/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
[pid=19302] ppid=19288 vsize=812468 CPUtime=1.43
/proc/19302/stat : 19302 (java) S 19288 19288 15971 0 -1 0 13395 0 1 0 135 8 0 0 18 0 9 0 2001889452 831967232 12588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19302/statm: 203117 12588 2583 9 0 197151 0
[pid=19302/tid=19303] ppid=19288 vsize=812468 CPUtime=0.6
/proc/19302/task/19303/stat : 19303 (java) R 19288 19288 15971 0 -1 64 7465 0 1 0 55 5 0 0 22 0 9 0 2001889453 831967232 12588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19304] ppid=19288 vsize=812468 CPUtime=0.66
/proc/19302/task/19304/stat : 19304 (java) R 19288 19288 15971 0 -1 64 4455 0 0 0 64 2 0 0 18 0 9 0 2001889455 831967232 12588 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19305] ppid=19288 vsize=812468 CPUtime=0
/proc/19302/task/19305/stat : 19305 (java) S 19288 19288 15971 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001889455 831967232 12588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19306] ppid=19288 vsize=812468 CPUtime=0
/proc/19302/task/19306/stat : 19306 (java) S 19288 19288 15971 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001889455 831967232 12588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19307] ppid=19288 vsize=812468 CPUtime=0
/proc/19302/task/19307/stat : 19307 (java) S 19288 19288 15971 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001889457 831967232 12588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19308] ppid=19288 vsize=812468 CPUtime=0.15
/proc/19302/task/19308/stat : 19308 (java) S 19288 19288 15971 0 -1 64 775 0 0 0 15 0 0 0 16 0 9 0 2001889457 831967232 12588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19309] ppid=19288 vsize=812468 CPUtime=0
/proc/19302/task/19309/stat : 19309 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001889457 831967232 12588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19310] ppid=19288 vsize=812468 CPUtime=0
/proc/19302/task/19310/stat : 19310 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001889457 831967232 12588 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860032

[startup+3.10218 s]
/proc/loadavg: 2.29 2.11 2.03 4/102 19310
/proc/meminfo: memFree=1623948/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
[pid=19302] ppid=19288 vsize=812584 CPUtime=3
/proc/19302/stat : 19302 (java) S 19288 19288 15971 0 -1 0 13555 0 1 0 291 9 0 0 18 0 9 0 2001889452 832086016 12709 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19302/statm: 203146 12709 2583 9 0 197180 0
[pid=19302/tid=19303] ppid=19288 vsize=812584 CPUtime=0.9
/proc/19302/task/19303/stat : 19303 (java) R 19288 19288 15971 0 -1 64 7506 0 1 0 85 5 0 0 22 0 9 0 2001889453 832086016 12709 996147200 134512640 134550740 4294955600 18446744073709551615 4126838718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19304] ppid=19288 vsize=812584 CPUtime=1.84
/proc/19302/task/19304/stat : 19304 (java) S 19288 19288 15971 0 -1 64 4522 0 0 0 182 2 0 0 17 0 9 0 2001889455 832086016 12709 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19305] ppid=19288 vsize=812584 CPUtime=0
/proc/19302/task/19305/stat : 19305 (java) S 19288 19288 15971 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001889455 832086016 12709 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19306] ppid=19288 vsize=812584 CPUtime=0
/proc/19302/task/19306/stat : 19306 (java) S 19288 19288 15971 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001889455 832086016 12709 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19307] ppid=19288 vsize=812584 CPUtime=0
/proc/19302/task/19307/stat : 19307 (java) S 19288 19288 15971 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001889457 832086016 12709 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19308] ppid=19288 vsize=812584 CPUtime=0.23
/proc/19302/task/19308/stat : 19308 (java) S 19288 19288 15971 0 -1 64 827 0 0 0 23 0 0 0 15 0 9 0 2001889457 832086016 12709 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19309] ppid=19288 vsize=812584 CPUtime=0
/proc/19302/task/19309/stat : 19309 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001889457 832086016 12709 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19310] ppid=19288 vsize=812584 CPUtime=0
/proc/19302/task/19310/stat : 19310 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001889457 832086016 12709 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 860148

[startup+6.30177 s]
/proc/loadavg: 2.29 2.11 2.03 3/102 19310
/proc/meminfo: memFree=1622668/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
[pid=19302] ppid=19288 vsize=812680 CPUtime=6.13
/proc/19302/stat : 19302 (java) S 19288 19288 15971 0 -1 0 14492 0 1 0 603 10 0 0 18 0 9 0 2001889452 832184320 12934 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19302/statm: 203170 12934 2583 9 0 197204 0
[pid=19302/tid=19303] ppid=19288 vsize=812680 CPUtime=1.67
/proc/19302/task/19303/stat : 19303 (java) S 19288 19288 15971 0 -1 64 7575 0 1 0 161 6 0 0 16 0 9 0 2001889453 832184320 12934 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19304] ppid=19288 vsize=812680 CPUtime=4.12
/proc/19302/task/19304/stat : 19304 (java) R 19288 19288 15971 0 -1 64 5336 0 0 0 409 3 0 0 25 0 9 0 2001889455 832184320 12934 996147200 134512640 134550740 4294955600 18446744073709551615 102477906 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19305] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19305/stat : 19305 (java) S 19288 19288 15971 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001889455 832184320 12934 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19306] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19306/stat : 19306 (java) S 19288 19288 15971 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001889455 832184320 12934 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19307] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19307/stat : 19307 (java) S 19288 19288 15971 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001889457 832184320 12934 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19308] ppid=19288 vsize=812680 CPUtime=0.32
/proc/19302/task/19308/stat : 19308 (java) S 19288 19288 15971 0 -1 64 881 0 0 0 32 0 0 0 15 0 9 0 2001889457 832184320 12934 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19309] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19309/stat : 19309 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001889457 832184320 12934 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19310] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19310/stat : 19310 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001889457 832184320 12934 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 860244

[startup+12.7029 s]
/proc/loadavg: 2.33 2.12 2.04 3/102 19310
/proc/meminfo: memFree=1589772/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
[pid=19302] ppid=19288 vsize=812680 CPUtime=12.42
/proc/19302/stat : 19302 (java) S 19288 19288 15971 0 -1 0 21862 0 1 0 1225 17 0 0 18 0 9 0 2001889452 832184320 20270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19302/statm: 203170 20270 2589 9 0 197204 0
[pid=19302/tid=19303] ppid=19288 vsize=812680 CPUtime=7.07
/proc/19302/task/19303/stat : 19303 (java) R 19288 19288 15971 0 -1 64 14773 0 1 0 695 12 0 0 23 0 9 0 2001889453 832184320 20270 996147200 134512640 134550740 4294955600 18446744073709551615 4127302382 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19304] ppid=19288 vsize=812680 CPUtime=4.94
/proc/19302/task/19304/stat : 19304 (java) S 19288 19288 15971 0 -1 64 5461 0 0 0 491 3 0 0 22 0 9 0 2001889455 832184320 20270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19305] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19305/stat : 19305 (java) S 19288 19288 15971 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001889455 832184320 20270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19306] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19306/stat : 19306 (java) S 19288 19288 15971 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001889455 832184320 20270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19307] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19307/stat : 19307 (java) S 19288 19288 15971 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001889457 832184320 20270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19308] ppid=19288 vsize=812680 CPUtime=0.38
/proc/19302/task/19308/stat : 19308 (java) S 19288 19288 15971 0 -1 64 928 0 0 0 38 0 0 0 15 0 9 0 2001889457 832184320 20270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19309] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19309/stat : 19309 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001889457 832184320 20270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19310] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19310/stat : 19310 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001889457 832184320 20270 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 860244

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

[startup+15.9015 s]
/proc/loadavg: 2.33 2.12 2.04 3/102 19310
/proc/meminfo: memFree=1587980/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
[pid=19302] ppid=19288 vsize=812680 CPUtime=15.56
/proc/19302/stat : 19302 (java) S 19288 19288 15971 0 -1 0 21868 0 1 0 1538 18 0 0 18 0 9 0 2001889452 832184320 20271 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19302/statm: 203170 20271 2589 9 0 197204 0
[pid=19302/tid=19303] ppid=19288 vsize=812680 CPUtime=10.19
/proc/19302/task/19303/stat : 19303 (java) R 19288 19288 15971 0 -1 64 14778 0 1 0 1007 12 0 0 25 0 9 0 2001889453 832184320 20271 996147200 134512640 134550740 4294955600 18446744073709551615 4126606693 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19304] ppid=19288 vsize=812680 CPUtime=4.96
/proc/19302/task/19304/stat : 19304 (java) S 19288 19288 15971 0 -1 64 5462 0 0 0 492 4 0 0 17 0 9 0 2001889455 832184320 20271 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19305] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19305/stat : 19305 (java) S 19288 19288 15971 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001889455 832184320 20271 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19306] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19306/stat : 19306 (java) S 19288 19288 15971 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001889455 832184320 20271 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19307] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19307/stat : 19307 (java) S 19288 19288 15971 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001889457 832184320 20271 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19308] ppid=19288 vsize=812680 CPUtime=0.38
/proc/19302/task/19308/stat : 19308 (java) S 19288 19288 15971 0 -1 64 928 0 0 0 38 0 0 0 15 0 9 0 2001889457 832184320 20271 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19309] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19309/stat : 19309 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001889457 832184320 20271 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19310] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19310/stat : 19310 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001889457 832184320 20271 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.57
Current children cumulated vsize (KiB) 860244

[startup+17.5028 s]
/proc/loadavg: 2.30 2.12 2.04 3/102 19310
/proc/meminfo: memFree=1586572/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=0.01
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 764 1698 0 0 0 0 0 1 18 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
[pid=19302] ppid=19288 vsize=812680 CPUtime=17.13
/proc/19302/stat : 19302 (java) S 19288 19288 15971 0 -1 0 21902 0 1 0 1695 18 0 0 18 0 9 0 2001889452 832184320 20302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19302/statm: 203170 20302 2589 9 0 197204 0
[pid=19302/tid=19303] ppid=19288 vsize=812680 CPUtime=11.77
/proc/19302/task/19303/stat : 19303 (java) R 19288 19288 15971 0 -1 64 14781 0 1 0 1164 13 0 0 25 0 9 0 2001889453 832184320 20302 996147200 134512640 134550740 4294955600 18446744073709551615 4127418408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19304] ppid=19288 vsize=812680 CPUtime=4.96
/proc/19302/task/19304/stat : 19304 (java) S 19288 19288 15971 0 -1 64 5493 0 0 0 492 4 0 0 16 0 9 0 2001889455 832184320 20302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19305] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19305/stat : 19305 (java) S 19288 19288 15971 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2001889455 832184320 20302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19306] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19306/stat : 19306 (java) S 19288 19288 15971 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2001889455 832184320 20302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19307] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19307/stat : 19307 (java) S 19288 19288 15971 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2001889457 832184320 20302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19308] ppid=19288 vsize=812680 CPUtime=0.39
/proc/19302/task/19308/stat : 19308 (java) S 19288 19288 15971 0 -1 64 928 0 0 0 39 0 0 0 17 0 9 0 2001889457 832184320 20302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19309] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19309/stat : 19309 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2001889457 832184320 20302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19302/tid=19310] ppid=19288 vsize=812680 CPUtime=0
/proc/19302/task/19310/stat : 19310 (java) S 19288 19288 15971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001889457 832184320 20302 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.14
Current children cumulated vsize (KiB) 860244

[startup+18.3019 s]
/proc/loadavg: 2.30 2.12 2.04 3/102 19310
/proc/meminfo: memFree=1586572/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=17.21
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 798 23611 0 1 0 0 1700 21 17 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
Current children cumulated CPU time (s) 17.21
Current children cumulated vsize (KiB) 47564

[startup+18.708 s]
/proc/loadavg: 2.30 2.12 2.04 3/94 19311
/proc/meminfo: memFree=1634572/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=17.21
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 798 23611 0 1 0 0 1700 21 17 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
[pid=19311] ppid=19288 vsize=24308 CPUtime=1.08
/proc/19311/stat : 19311 (eSAT_static) R 19288 19288 15971 0 -1 4194304 5864 0 0 0 106 2 0 0 25 0 1 0 2001891208 24891392 5846 996147200 134512640 135177480 4294955968 18446744073709551615 134537195 0 0 4096 3 0 0 0 17 1 0 0
/proc/19311/statm: 6077 5846 75 162 0 5912 0
Current children cumulated CPU time (s) 18.29
Current children cumulated vsize (KiB) 71872

[startup+18.9021 s]
/proc/loadavg: 2.30 2.12 2.04 3/94 19311
/proc/meminfo: memFree=1634572/2055920 swapFree=4179816/4192956
[pid=19288] ppid=19286 vsize=47564 CPUtime=17.21
/proc/19288/stat : 19288 (galacE.sh) S 19286 19288 15971 0 -1 4194304 798 23611 0 1 0 0 1700 21 17 0 1 0 2001889448 48705536 363 996147200 4194304 4520092 548682068832 18446744073709551615 258938694490 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/19288/statm: 11891 363 244 79 0 219 0
[pid=19311] ppid=19288 vsize=21548 CPUtime=1.27
/proc/19311/stat : 19311 (eSAT_static) R 19288 19288 15971 0 -1 4194304 5882 0 0 0 125 2 0 0 25 0 1 0 2001891208 22065152 5181 996147200 134512640 135177480 4294955968 18446744073709551615 134564590 0 0 4096 3 0 0 0 17 1 0 0
/proc/19311/statm: 5387 5181 80 162 0 5222 0
Current children cumulated CPU time (s) 18.48
Current children cumulated vsize (KiB) 69112

Child status: 0
Real time (s): 18.9578
CPU time (s): 18.5702
CPU user time (s): 18.3082
CPU system time (s): 0.26196
CPU usage (%): 97.9554
Max. virtual memory (cumulated for all children) (KiB): 860448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3082
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30490
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= 2275
involuntary context switches= 2934

runsolver used 0.024996 second user time and 0.072988 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 05:39:31
IDJOB=1083609
IDBENCH=57496
IDSOLVER=351
FILE ID=node45/1083609-1215229171
PBS_JOBID= 7881753
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ab367ba35f9b0dcd1e9d2e604b57c018
RANDOM SEED=201149275

node45.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.268
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.268
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:       1665788 kB
Buffers:         16848 kB
Cached:         172072 kB
SwapCached:       6920 kB
Active:         282916 kB
Inactive:        46228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665788 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            3608 kB
Writeback:           0 kB
Mapped:         157248 kB
Slab:            45828 kB
Committed_AS:  4479940 kB
PageTables:       2192 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= 66464 MiB
End job on node45 at 2008-07-05 05:39:50