Trace number 1096005

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 14.1139 14.208

General information on the benchmark

Namecsp/subs/
normalized-scen06-sub4.xml
MD5SUMbb06c4786729b9bb95e26e13ba659421
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.06399
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints499
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension499
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
6.58/6.64	c start processing
6.58/6.64	c start relation processing
6.68/6.70	c start cnf exporting
12.50/12.64	c parsing time : 6.52
12.50/12.64	c preprocessing time : 12.543
12.50/12.64	
12.50/12.64	c Nary constraints - conflicts : 0 supports : 0
12.50/12.64	c Binary constraints - conflicts : 322 supports :177
12.50/12.64	c max arity constraint : 2
12.50/12.64	c Max Tuples generated 1936
12.50/12.64	c relations : 156
12.50/12.64	c relations BDD: 0
12.50/12.64	c sampling 0/0
12.50/12.64	c vars : 1857 - clauses :  210188
12.50/12.64	
12.50/12.66	 
12.50/12.66	c --- SAT Solver Stats ---
12.50/12.66	 
12.50/12.66	c eSAT 0.1 : minisat core with additionnal features
12.50/12.66	c ============================[ Problem Statistics ]=============================
12.50/12.66	c |                                                                             |
12.50/12.67	c |  Number of variables:  1856                                                 |
12.50/12.67	c |  Number of clauses:    210188                                               |
12.57/12.78	c |  Parsing time:         0.09         s                                       |
13.98/14.19	c restarts              : 65
13.98/14.19	c conflicts             : 173            (116 /sec)
13.98/14.19	c decisions             : 5432           (87.54 % random) (3629 /sec)
13.98/14.19	c euip                  : 45          
13.98/14.19	c propagations          : 37906          (25325 /sec)
13.98/14.19	c conflict literals     : 1653           (23.47 % deleted)
13.98/14.19	c Memory used           : 9.82 MB
13.98/14.19	c CPU time              : 1.49677 s
13.98/14.19	c 
13.98/14.19	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-1096005-1215280818/watcher-1096005-1215280818 -o /tmp/evaluation-result-1096005-1215280818/solver-1096005-1215280818 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1096005-1215280818.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.07 2.02 2.00 3/68 3346
/proc/meminfo: memFree=1745664/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=8652 CPUtime=0
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 261069796 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3346/statm: 2163 280 208 79 0 156 0
[pid=3347] ppid=3346 vsize=8688 CPUtime=0
/proc/3347/stat : 3347 (galacE.sh) S 3346 3346 1367 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 261069796 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 269807747154 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/3347/statm: 2172 286 209 79 0 165 0
[pid=3348] ppid=3347 vsize=8728 CPUtime=0
/proc/3348/stat : 3348 (galacE.sh) R 3347 3346 1367 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 261069796 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 269807578407 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/3348/statm: 2182 290 209 79 0 175 0

[startup+0.061661 s]
/proc/loadavg: 2.07 2.02 2.00 3/68 3346
/proc/meminfo: memFree=1745664/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=0.01
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101666 s]
/proc/loadavg: 2.07 2.02 2.00 3/68 3346
/proc/meminfo: memFree=1745664/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=0.01
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301687 s]
/proc/loadavg: 2.07 2.02 2.00 3/68 3346
/proc/meminfo: memFree=1745664/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=0.01
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.701725 s]
/proc/loadavg: 2.07 2.02 2.00 3/68 3346
/proc/meminfo: memFree=1745664/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=0.01
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50282 s]
/proc/loadavg: 2.07 2.02 2.00 2/78 3422
/proc/meminfo: memFree=1704032/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=0.01
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
[pid=3360] ppid=3346 vsize=813252 CPUtime=1.5
/proc/3360/stat : 3360 (java) S 3346 3346 1367 0 -1 0 13607 0 1 0 143 7 0 0 20 0 9 0 261069799 832770048 12790 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3360/statm: 203313 12790 2583 9 0 197346 0
[pid=3360/tid=3361] ppid=3346 vsize=813252 CPUtime=0.44
/proc/3360/task/3361/stat : 3361 (java) S 3346 3346 1367 0 -1 64 7525 0 1 0 40 4 0 0 16 0 9 0 261069800 832770048 12790 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3362] ppid=3346 vsize=813252 CPUtime=0.9
/proc/3360/task/3362/stat : 3362 (java) R 3346 3346 1367 0 -1 64 4641 0 0 0 89 1 0 0 19 0 9 0 261069801 832770048 12790 996147200 134512640 134550740 4294955600 18446744073709551615 102496063 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3363] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3363/stat : 3363 (java) S 3346 3346 1367 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 261069801 832770048 12790 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3364] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3364/stat : 3364 (java) S 3346 3346 1367 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261069801 832770048 12790 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3365] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3365/stat : 3365 (java) S 3346 3346 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261069803 832770048 12790 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3366] ppid=3346 vsize=813252 CPUtime=0.13
/proc/3360/task/3366/stat : 3366 (java) S 3346 3346 1367 0 -1 64 739 0 0 0 13 0 0 0 15 0 9 0 261069803 832770048 12790 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3367] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3367/stat : 3367 (java) S 3346 3346 1367 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 261069803 832770048 12790 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3368] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3368/stat : 3368 (java) S 3346 3346 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 261069803 832770048 12790 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 860808

[startup+3.10299 s]
/proc/loadavg: 2.07 2.02 2.00 4/91 3444
/proc/meminfo: memFree=1674616/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=0.01
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
[pid=3360] ppid=3346 vsize=813252 CPUtime=3.07
/proc/3360/stat : 3360 (java) S 3346 3346 1367 0 -1 0 13953 0 1 0 300 7 0 0 20 0 9 0 261069799 832770048 13093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3360/statm: 203313 13093 2583 9 0 197346 0
[pid=3360/tid=3361] ppid=3346 vsize=813252 CPUtime=0.57
/proc/3360/task/3361/stat : 3361 (java) S 3346 3346 1367 0 -1 64 7568 0 1 0 53 4 0 0 15 0 9 0 261069800 832770048 13093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3360/tid=3362] ppid=3346 vsize=813252 CPUtime=2.33
/proc/3360/task/3362/stat : 3362 (java) R 3346 3346 1367 0 -1 64 4932 0 0 0 231 2 0 0 20 0 9 0 261069801 832770048 13093 996147200 134512640 134550740 4294955600 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3360/tid=3363] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3363/stat : 3363 (java) S 3346 3346 1367 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 261069801 832770048 13093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3364] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3364/stat : 3364 (java) S 3346 3346 1367 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261069801 832770048 13093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3365] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3365/stat : 3365 (java) S 3346 3346 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261069803 832770048 13093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3366] ppid=3346 vsize=813252 CPUtime=0.15
/proc/3360/task/3366/stat : 3366 (java) S 3346 3346 1367 0 -1 64 751 0 0 0 15 0 0 0 15 0 9 0 261069803 832770048 13093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3360/tid=3367] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3367/stat : 3367 (java) S 3346 3346 1367 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 261069803 832770048 13093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3368] ppid=3346 vsize=813252 CPUtime=0
/proc/3360/task/3368/stat : 3368 (java) S 3346 3346 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 261069803 832770048 13093 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 860808

[startup+6.30132 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 3481
/proc/meminfo: memFree=1666544/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=0.01
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
[pid=3360] ppid=3346 vsize=813360 CPUtime=6.27
/proc/3360/stat : 3360 (java) S 3346 3346 1367 0 -1 0 15146 0 1 0 617 10 0 0 20 0 9 0 261069799 832880640 13682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3360/statm: 203340 13682 2585 9 0 197373 0
[pid=3360/tid=3361] ppid=3346 vsize=813360 CPUtime=0.79
/proc/3360/task/3361/stat : 3361 (java) S 3346 3346 1367 0 -1 64 7642 0 1 0 75 4 0 0 15 0 9 0 261069800 832880640 13682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3360/tid=3362] ppid=3346 vsize=813360 CPUtime=5.25
/proc/3360/task/3362/stat : 3362 (java) R 3346 3346 1367 0 -1 64 6008 0 0 0 521 4 0 0 25 0 9 0 261069801 832880640 13682 996147200 134512640 134550740 4294955600 18446744073709551615 102350570 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3360/tid=3363] ppid=3346 vsize=813360 CPUtime=0
/proc/3360/task/3363/stat : 3363 (java) S 3346 3346 1367 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 261069801 832880640 13682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3364] ppid=3346 vsize=813360 CPUtime=0
/proc/3360/task/3364/stat : 3364 (java) S 3346 3346 1367 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 261069801 832880640 13682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3365] ppid=3346 vsize=813360 CPUtime=0
/proc/3360/task/3365/stat : 3365 (java) S 3346 3346 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261069803 832880640 13682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3366] ppid=3346 vsize=813360 CPUtime=0.19
/proc/3360/task/3366/stat : 3366 (java) S 3346 3346 1367 0 -1 64 794 0 0 0 19 0 0 0 15 0 9 0 261069803 832880640 13682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3360/tid=3367] ppid=3346 vsize=813360 CPUtime=0
/proc/3360/task/3367/stat : 3367 (java) S 3346 3346 1367 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 261069803 832880640 13682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3360/tid=3368] ppid=3346 vsize=813360 CPUtime=0
/proc/3360/task/3368/stat : 3368 (java) S 3346 3346 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 261069803 832880640 13682 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 860916

[startup+12.702 s]
/proc/loadavg: 2.06 2.01 2.00 3/91 3579
/proc/meminfo: memFree=1644480/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=12.57
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 799 24577 0 1 0 0 1238 19 17 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 47556

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

[startup+13.5011 s]
/proc/loadavg: 2.06 2.01 2.00 2/70 3601
/proc/meminfo: memFree=1730728/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=12.57
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 799 24577 0 1 0 0 1238 19 17 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
[pid=3584] ppid=3346 vsize=10860 CPUtime=0.81
/proc/3584/stat : 3584 (eSAT_static) R 3346 3346 1367 0 -1 4194304 2499 0 0 0 79 2 0 0 24 0 1 0 261071063 11120640 2481 996147200 134512640 135177480 4294955968 18446744073709551615 134537460 0 0 4096 3 0 0 0 17 1 0 0
/proc/3584/statm: 2715 2481 76 162 0 2550 0
Current children cumulated CPU time (s) 13.38
Current children cumulated vsize (KiB) 58416

[startup+13.9011 s]
/proc/loadavg: 2.06 2.01 2.00 2/70 3601
/proc/meminfo: memFree=1730728/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=12.57
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 799 24577 0 1 0 0 1238 19 17 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
[pid=3584] ppid=3346 vsize=11264 CPUtime=1.21
/proc/3584/stat : 3584 (eSAT_static) R 3346 3346 1367 0 -1 4194304 2583 0 0 0 119 2 0 0 25 0 1 0 261071063 11534336 2565 996147200 134512640 135177480 4294955968 18446744073709551615 134537443 0 0 4096 3 0 0 0 17 1 0 0
/proc/3584/statm: 2816 2565 76 162 0 2651 0
Current children cumulated CPU time (s) 13.78
Current children cumulated vsize (KiB) 58820

[startup+14.1012 s]
/proc/loadavg: 2.06 2.01 2.00 2/70 3601
/proc/meminfo: memFree=1730728/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=12.57
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 799 24577 0 1 0 0 1238 19 17 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
[pid=3584] ppid=3346 vsize=11264 CPUtime=1.41
/proc/3584/stat : 3584 (eSAT_static) R 3346 3346 1367 0 -1 4194304 2583 0 0 0 139 2 0 0 25 0 1 0 261071063 11534336 2565 996147200 134512640 135177480 4294955968 18446744073709551615 134537311 0 0 4096 3 0 0 0 17 1 0 0
/proc/3584/statm: 2816 2565 76 162 0 2651 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 58820

[startup+14.2012 s]
/proc/loadavg: 2.06 2.01 2.00 2/69 3601
/proc/meminfo: memFree=1740400/2055920 swapFree=4180000/4192956
[pid=3346] ppid=3344 vsize=47556 CPUtime=14.09
/proc/3346/stat : 3346 (galacE.sh) S 3344 3346 1367 0 -1 4194304 833 27175 0 1 0 0 1388 21 16 0 1 0 261069796 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/3346/statm: 11889 364 245 79 0 219 0
[pid=3602] ppid=3346 vsize=41144 CPUtime=0
/proc/3602/stat : 3602 (rm) R 3346 3346 1367 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 261071216 42131456 104 996147200 4194304 4227748 548682068624 18446744073709551615 4205088 0 0 4096 0 0 0 0 17 1 0 0
/proc/3602/statm: 10286 109 90 8 0 42 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 88700

Child status: 0
Real time (s): 14.208
CPU time (s): 14.1139
CPU user time (s): 13.8869
CPU system time (s): 0.226965
CPU usage (%): 99.3376
Max. virtual memory (cumulated for all children) (KiB): 861056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.8869
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28163
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= 1171
involuntary context switches= 1129

runsolver used 0.023996 second user time and 0.047992 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 20:00:19
IDJOB=1096005
IDBENCH=58940
IDSOLVER=351
FILE ID=node81/1096005-1215280818
PBS_JOBID= 7882235
Free space on /tmp= 126812 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb06c4786729b9bb95e26e13ba659421
RANDOM SEED=335762655

node81.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745952 kB
Buffers:         48788 kB
Cached:         196244 kB
SwapCached:       6228 kB
Active:         155112 kB
Inactive:        99572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745952 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            3404 kB
Writeback:           0 kB
Mapped:          16080 kB
Slab:            40884 kB
Committed_AS:   590392 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126816 MiB
End job on node81 at 2008-07-05 20:00:33