Trace number 1101423

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 ESAT 222.362 224.535

General information on the benchmark

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

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
0.01/1.07	c start processing
0.01/1.07	c start relation processing
0.01/1.08	c start cnf exporting
2.14/2.21	c parsing time : 0.941
2.14/2.21	c preprocessing time : 2.084
2.14/2.21	
2.14/2.21	c Nary constraints - conflicts : 0 supports : 0
2.14/2.21	c Binary constraints - conflicts : 341 supports :10
2.14/2.21	c max arity constraint : 2
2.14/2.21	c Max Tuples generated 0
2.14/2.21	c relations : 351
2.14/2.21	c relations BDD: 0
2.14/2.21	c sampling 0/0
2.14/2.21	c vars : 761 - clauses :  40100
2.14/2.21	
2.14/2.25	 
2.14/2.25	c --- SAT Solver Stats ---
2.14/2.25	 
2.14/2.25	c eSAT 0.1 : minisat core with additionnal features
2.14/2.25	c ============================[ Problem Statistics ]=============================
2.14/2.25	c |                                                                             |
2.14/2.25	c |  Number of variables:  760                                                  |
2.14/2.25	c |  Number of clauses:    40100                                                |
2.14/2.27	c |  Parsing time:         0.03         s                                       |
221.34/223.51	c restarts              : 519
221.34/223.51	c conflicts             : 398185         (1817 /sec)
221.34/223.51	c decisions             : 579104         (2.08 % random) (2643 /sec)
221.34/223.51	c euip                  : 41224       
221.34/223.51	c propagations          : 33576660       (153248 /sec)
221.34/223.51	c conflict literals     : 19120158       (43.55 % deleted)
221.34/223.51	c Memory used           : 35.70 MB
221.34/223.51	c CPU time              : 219.1 s
221.34/223.51	c 
221.34/223.51	s SATISFIABLE
222.32/224.53	v 7 2 18 14 5 13 10 4 5 9 16 1 12 1 14 8 10 15 9 10 6 10 4 15 8 1 3 18 0 8 9 6 12 1 9 16 2 2 7 10

Verifier Data (download as text)

OK

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-1101423-1215293255/watcher-1101423-1215293255 -o /tmp/evaluation-result-1101423-1215293255/solver-1101423-1215293255 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1101423-1215293255.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.06 2.00 2.00 4/73 7712
/proc/meminfo: memFree=1721804/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=8652 CPUtime=0
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2008298377 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 2163 280 208 79 0 156 0
[pid=7713] ppid=7712 vsize=8688 CPUtime=0
/proc/7713/stat : 7713 (galacE.sh) S 7712 7712 4157 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2008298377 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7713/statm: 2172 286 209 79 0 165 0
[pid=7714] ppid=7713 vsize=8728 CPUtime=0
/proc/7714/stat : 7714 (galacE.sh) R 7713 7712 4157 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2008298377 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 240907775271 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/7714/statm: 2182 290 209 79 0 175 0

[startup+0.102692 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 7712
/proc/meminfo: memFree=1721804/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=0.01
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.202696 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 7712
/proc/meminfo: memFree=1721804/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=0.01
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.302705 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 7712
/proc/meminfo: memFree=1721804/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=0.01
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+0.702758 s]
/proc/loadavg: 2.06 2.00 2.00 4/73 7712
/proc/meminfo: memFree=1721804/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=0.01
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47588

[startup+1.50183 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 7734
/proc/meminfo: memFree=1651388/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=0.01
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 764 1697 0 0 0 0 0 1 18 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7726] ppid=7712 vsize=812556 CPUtime=1.43
/proc/7726/stat : 7726 (java) S 7712 7712 4157 0 -1 0 19882 0 1 0 133 10 0 0 18 0 9 0 2008298381 832057344 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7726/statm: 203139 19299 1910 9 0 197172 0
[pid=7726/tid=7727] ppid=7712 vsize=812556 CPUtime=1.11
/proc/7726/task/7727/stat : 7727 (java) R 7712 7712 4157 0 -1 64 14535 0 1 0 103 8 0 0 25 0 9 0 2008298382 832057344 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4127023054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7726/tid=7728] ppid=7712 vsize=812556 CPUtime=0.03
/proc/7726/task/7728/stat : 7728 (java) S 7712 7712 4157 0 -1 64 3792 0 0 0 2 1 0 0 17 0 9 0 2008298383 832057344 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7726/tid=7729] ppid=7712 vsize=812556 CPUtime=0
/proc/7726/task/7729/stat : 7729 (java) S 7712 7712 4157 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008298383 832057344 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7726/tid=7730] ppid=7712 vsize=812556 CPUtime=0
/proc/7726/task/7730/stat : 7730 (java) S 7712 7712 4157 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008298383 832057344 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7726/tid=7731] ppid=7712 vsize=812556 CPUtime=0
/proc/7726/task/7731/stat : 7731 (java) S 7712 7712 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008298386 832057344 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7726/tid=7732] ppid=7712 vsize=812556 CPUtime=0.27
/proc/7726/task/7732/stat : 7732 (java) S 7712 7712 4157 0 -1 64 857 0 0 0 27 0 0 0 15 0 9 0 2008298386 832057344 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7726/tid=7733] ppid=7712 vsize=812556 CPUtime=0
/proc/7726/task/7733/stat : 7733 (java) S 7712 7712 4157 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008298386 832057344 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7726/tid=7734] ppid=7712 vsize=812556 CPUtime=0
/proc/7726/task/7734/stat : 7734 (java) S 7712 7712 4157 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008298386 832057344 19299 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 860144

[startup+3.10199 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 7734
/proc/meminfo: memFree=1644604/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 47588

[startup+6.30132 s]
/proc/loadavg: 2.05 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1715004/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7735] ppid=7712 vsize=7156 CPUtime=4
/proc/7735/stat : 7735 (eSAT_static) R 7712 7712 4157 0 -1 4194304 1618 0 0 0 400 0 0 0 25 0 1 0 2008298602 7327744 1512 996147200 134512640 135177480 4294955968 18446744073709551615 134565406 0 0 4096 3 0 0 0 17 1 0 0
/proc/7735/statm: 1789 1512 80 162 0 1624 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 54744

[startup+12.702 s]
/proc/loadavg: 2.05 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1711356/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7735] ppid=7712 vsize=10288 CPUtime=10.34
/proc/7735/stat : 7735 (eSAT_static) R 7712 7712 4157 0 -1 4194304 2419 0 0 0 1033 1 0 0 25 0 1 0 2008298602 10534912 2313 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7735/statm: 2572 2313 80 162 0 2407 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 57876

[startup+25.5022 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1706812/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7735] ppid=7712 vsize=12284 CPUtime=23.03
/proc/7735/stat : 7735 (eSAT_static) R 7712 7712 4157 0 -1 4194304 2921 0 0 0 2301 2 0 0 25 0 1 0 2008298602 12578816 2815 996147200 134512640 135177480 4294955968 18446744073709551615 134571602 0 0 4096 3 0 0 0 17 1 0 0
/proc/7735/statm: 3071 2815 80 162 0 2906 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 59872

[startup+51.1028 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1699644/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7735] ppid=7712 vsize=18748 CPUtime=48.38
/proc/7735/stat : 7735 (eSAT_static) R 7712 7712 4157 0 -1 4194304 4545 0 0 0 4834 4 0 0 25 0 1 0 2008298602 19197952 4439 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7735/statm: 4687 4439 80 162 0 4522 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 66336

[startup+102.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1694268/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7735] ppid=7712 vsize=21808 CPUtime=99.11
/proc/7735/stat : 7735 (eSAT_static) R 7712 7712 4157 0 -1 4194304 5261 0 0 0 9906 5 0 0 25 0 1 0 2008298602 22331392 5155 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7735/statm: 5452 5155 80 162 0 5287 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 69396

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1684668/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7735] ppid=7712 vsize=27924 CPUtime=158.55
/proc/7735/stat : 7735 (eSAT_static) R 7712 7712 4157 0 -1 4194304 6823 0 0 0 15848 7 0 0 25 0 1 0 2008298602 28594176 6717 996147200 134512640 135177480 4294955968 18446744073709551615 134570992 0 0 4096 3 0 0 0 17 1 0 0
/proc/7735/statm: 6981 6717 80 162 0 6816 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 75512

[startup+222.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1673916/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7735] ppid=7712 vsize=36284 CPUtime=217.99
/proc/7735/stat : 7735 (eSAT_static) R 7712 7712 4157 0 -1 4194304 8855 0 0 0 21790 9 0 0 25 0 1 0 2008298602 37154816 8749 996147200 134512640 135177480 4294955968 18446744073709551615 134749441 0 0 4096 3 0 0 0 17 1 0 0
/proc/7735/statm: 9071 8749 80 162 0 8906 0
Current children cumulated CPU time (s) 220.16
Current children cumulated vsize (KiB) 83872

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

[startup+222.403 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1673916/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7735] ppid=7712 vsize=36284 CPUtime=218.08
/proc/7735/stat : 7735 (eSAT_static) R 7712 7712 4157 0 -1 4194304 8859 0 0 0 21799 9 0 0 25 0 1 0 2008298602 37154816 8753 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7735/statm: 9071 8753 80 162 0 8906 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 83872

[startup+223.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1673916/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=2.17
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 798 23052 0 1 0 0 203 14 17 0 1 0 2008298377 48730112 363 996147200 4194304 4520092 548682068832 18446744073709551615 240907381594 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/7712/statm: 11897 363 244 79 0 219 0
[pid=7735] ppid=7712 vsize=36552 CPUtime=218.88
/proc/7735/stat : 7735 (eSAT_static) R 7712 7712 4157 0 -1 4194304 8901 0 0 0 21879 9 0 0 25 0 1 0 2008298602 37429248 8795 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/7735/statm: 9138 8795 80 162 0 8973 0
Current children cumulated CPU time (s) 221.05
Current children cumulated vsize (KiB) 84140

[startup+224.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 7735
/proc/meminfo: memFree=1673724/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=221.37
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 834 31981 0 1 0 0 22113 24 16 0 1 0 2008298377 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7712/statm: 11897 364 244 79 0 219 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 47588

[startup+224.401 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 7744
/proc/meminfo: memFree=1666236/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=221.37
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 834 31981 0 1 0 0 22113 24 16 0 1 0 2008298377 48730112 364 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7712/statm: 11897 364 244 79 0 219 0
[pid=7736] ppid=7712 vsize=812564 CPUtime=0.86
/proc/7736/stat : 7736 (java) S 7712 7712 4157 0 -1 0 12934 0 1 0 78 8 0 0 18 0 9 0 2008320729 832065536 12357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7736/statm: 203141 12357 1857 9 0 197174 0
[pid=7736/tid=7737] ppid=7712 vsize=812564 CPUtime=0.65
/proc/7736/task/7737/stat : 7737 (java) R 7712 7712 4157 0 -1 64 11410 0 1 0 59 6 0 0 23 0 9 0 2008320731 832065536 12357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7738] ppid=7712 vsize=812564 CPUtime=0
/proc/7736/task/7738/stat : 7738 (java) S 7712 7712 4157 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2008320732 832065536 12357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7739] ppid=7712 vsize=812564 CPUtime=0
/proc/7736/task/7739/stat : 7739 (java) S 7712 7712 4157 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008320732 832065536 12357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7740] ppid=7712 vsize=812564 CPUtime=0
/proc/7736/task/7740/stat : 7740 (java) S 7712 7712 4157 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008320732 832065536 12357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7741] ppid=7712 vsize=812564 CPUtime=0
/proc/7736/task/7741/stat : 7741 (java) S 7712 7712 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008320735 832065536 12357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7742] ppid=7712 vsize=812564 CPUtime=0.18
/proc/7736/task/7742/stat : 7742 (java) R 7712 7712 4157 0 -1 64 811 0 0 0 18 0 0 0 16 0 9 0 2008320735 832065536 12357 996147200 134512640 134550740 4294955616 18446744073709551615 101644688 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7743] ppid=7712 vsize=812564 CPUtime=0
/proc/7736/task/7743/stat : 7743 (java) S 7712 7712 4157 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008320735 832065536 12357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7744] ppid=7712 vsize=812564 CPUtime=0
/proc/7736/task/7744/stat : 7744 (java) S 7712 7712 4157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008320735 832065536 12357 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 860152

[startup+224.506 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 7744
/proc/meminfo: memFree=1666236/2055920 swapFree=4179028/4192956
[pid=7712] ppid=7710 vsize=47588 CPUtime=221.37
/proc/7712/stat : 7712 (galacE.sh) S 7710 7712 4157 0 -1 4194304 841 31981 0 1 0 0 22113 24 16 0 1 0 2008298377 48730112 365 996147200 4194304 4520092 548682068832 18446744073709551615 240907944018 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/7712/statm: 11897 365 244 79 0 219 0
[pid=7736] ppid=7712 vsize=812676 CPUtime=0.95
/proc/7736/stat : 7736 (java) S 7712 7712 4157 0 -1 0 13435 0 1 0 87 8 0 0 18 0 9 0 2008320729 832180224 12817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7736/statm: 203169 12817 1912 9 0 197174 0
[pid=7736/tid=7737] ppid=7712 vsize=812676 CPUtime=0.73
/proc/7736/task/7737/stat : 7737 (java) S 7712 7712 4157 0 -1 64 11888 0 1 0 66 7 0 0 18 0 9 0 2008320731 832180224 12817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7738] ppid=7712 vsize=812676 CPUtime=0
/proc/7736/task/7738/stat : 7738 (java) S 7712 7712 4157 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 2008320732 832180224 12817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7739] ppid=7712 vsize=812676 CPUtime=0
/proc/7736/task/7739/stat : 7739 (java) S 7712 7712 4157 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2008320732 832180224 12817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7740] ppid=7712 vsize=812676 CPUtime=0
/proc/7736/task/7740/stat : 7740 (java) S 7712 7712 4157 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008320732 832180224 12817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7741] ppid=7712 vsize=812676 CPUtime=0
/proc/7736/task/7741/stat : 7741 (java) S 7712 7712 4157 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008320735 832180224 12817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7742] ppid=7712 vsize=812676 CPUtime=0.2
/proc/7736/task/7742/stat : 7742 (java) S 7712 7712 4157 0 -1 64 834 0 0 0 20 0 0 0 16 0 9 0 2008320735 832180224 12817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7743] ppid=7712 vsize=812676 CPUtime=0
/proc/7736/task/7743/stat : 7743 (java) S 7712 7712 4157 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2008320735 832180224 12817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=7736/tid=7744] ppid=7712 vsize=812676 CPUtime=0
/proc/7736/task/7744/stat : 7744 (java) S 7712 7712 4157 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2008320735 832180224 12817 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 860264

Child status: 0
Real time (s): 224.535
CPU time (s): 222.362
CPU user time (s): 222.011
CPU system time (s): 0.350946
CPU usage (%): 99.0323
Max. virtual memory (cumulated for all children) (KiB): 860264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.011
system time used= 0.350946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46456
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1687
involuntary context switches= 6319

runsolver used 0.267959 second user time and 0.764883 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 23:27:35
IDJOB=1101423
IDBENCH=60040
IDSOLVER=351
FILE ID=node36/1101423-1215293255
PBS_JOBID= 7882268
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3e645e0932c1e74b02831c70007084d5
RANDOM SEED=1377892866

node36.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.240
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.240
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:       1722220 kB
Buffers:         53092 kB
Cached:         190740 kB
SwapCached:       7700 kB
Active:         189060 kB
Inactive:        92120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722220 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            3464 kB
Writeback:           0 kB
Mapped:          43920 kB
Slab:            38000 kB
Committed_AS:  3390372 kB
PageTables:       1752 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= 66548 MiB
End job on node36 at 2008-07-05 23:31:19