Trace number 1103315

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 198.332 200.236

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-59_ext.xml
MD5SUM9509fa9d9c8a8361ccac678e618ac115
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 benchmark5.22321
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.03	c --- Preproc Stats ---
1.44/1.57	c start processing
1.44/1.57	c start relation processing
1.84/1.98	c start cnf exporting
7.68/7.80	c parsing time : 1.444
7.68/7.80	c preprocessing time : 7.677
7.68/7.80	
7.68/7.80	c Nary constraints - conflicts : 0 supports : 0
7.68/7.80	c Binary constraints - conflicts : 0 supports :103
7.68/7.80	c max arity constraint : 2
7.68/7.80	c Max Tuples generated 0
7.68/7.80	c relations : 103
7.68/7.80	c relations BDD: 0
7.68/7.80	c sampling 0/0
7.68/7.80	c vars : 3201 - clauses :  142920
7.68/7.80	
7.68/7.85	 
7.68/7.85	c --- SAT Solver Stats ---
7.68/7.85	 
7.68/7.85	c eSAT 0.1 : minisat core with additionnal features
7.68/7.85	c ============================[ Problem Statistics ]=============================
7.68/7.85	c |                                                                             |
7.68/7.85	c |  Number of variables:  3200                                                 |
7.68/7.85	c |  Number of clauses:    142920                                               |
7.70/7.98	c |  Parsing time:         0.12         s                                       |
198.26/200.22	c restarts              : 355
198.26/200.22	c conflicts             : 103507         (543 /sec)
198.26/200.22	c decisions             : 264935         (13.80 % random) (1391 /sec)
198.26/200.22	c euip                  : 19489       
198.26/200.22	c propagations          : 35079737       (184152 /sec)
198.26/200.22	c conflict literals     : 21885286       (23.81 % deleted)
198.26/200.22	c Memory used           : 47.85 MB
198.26/200.22	c CPU time              : 190.493 s
198.26/200.22	c 
198.26/200.22	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-1103315-1215300868/watcher-1103315-1215300868 -o /tmp/evaluation-result-1103315-1215300868/solver-1103315-1215300868 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1103315-1215300868.xml 

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


[startup+0 s]
/proc/loadavg: 1.95 1.98 1.99 4/73 4400
/proc/meminfo: memFree=1611592/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=8652 CPUtime=0
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 2009058762 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 2163 280 208 79 0 156 0
[pid=4401] ppid=4400 vsize=8688 CPUtime=0
/proc/4401/stat : 4401 (galacE.sh) S 4400 4400 1517 0 -1 4194368 36 0 0 0 0 0 0 0 16 0 1 0 2009058763 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 240577642578 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/4401/statm: 2172 286 209 79 0 165 0
[pid=4402] ppid=4401 vsize=8728 CPUtime=0
/proc/4402/stat : 4402 (galacE.sh) R 4401 4400 1517 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2009058763 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 240577473831 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/4402/statm: 2182 290 209 79 0 175 0

[startup+0.032461 s]
/proc/loadavg: 1.95 1.98 1.99 4/73 4400
/proc/meminfo: memFree=1611592/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=8784 CPUtime=0.01
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 639 1481 0 0 0 0 0 1 21 0 1 0 2009058762 8994816 320 996147200 4194304 4520092 548682068832 18446744073709551615 240577642578 0 2 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/4400/statm: 2196 320 218 79 0 189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8784

[startup+0.102473 s]
/proc/loadavg: 1.95 1.98 1.99 4/73 4400
/proc/meminfo: memFree=1611592/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=0.01
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.302511 s]
/proc/loadavg: 1.95 1.98 1.99 4/73 4400
/proc/meminfo: memFree=1611592/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=0.01
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+0.702574 s]
/proc/loadavg: 1.95 1.98 1.99 4/73 4400
/proc/meminfo: memFree=1611592/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=0.01
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47580

[startup+1.50171 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 4422
/proc/meminfo: memFree=1541424/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=0.01
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4414] ppid=4400 vsize=812732 CPUtime=1.43
/proc/4414/stat : 4414 (java) S 4400 4400 1517 0 -1 0 21799 0 1 0 134 9 0 0 18 0 9 0 2009058766 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4414/statm: 203183 21218 1889 9 0 197164 0
[pid=4414/tid=4415] ppid=4400 vsize=812732 CPUtime=1.22
/proc/4414/task/4415/stat : 4415 (java) R 4400 4400 1517 0 -1 64 14480 0 1 0 116 6 0 0 25 0 9 0 2009058767 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4126653584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4416] ppid=4400 vsize=812732 CPUtime=0.07
/proc/4414/task/4416/stat : 4416 (java) S 4400 4400 1517 0 -1 64 5862 0 0 0 5 2 0 0 16 0 9 0 2009058769 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4417] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4417/stat : 4417 (java) S 4400 4400 1517 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009058769 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4418] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4418/stat : 4418 (java) S 4400 4400 1517 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009058769 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4419] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4419/stat : 4419 (java) S 4400 4400 1517 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009058771 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4420] ppid=4400 vsize=812732 CPUtime=0.12
/proc/4414/task/4420/stat : 4420 (java) S 4400 4400 1517 0 -1 64 759 0 0 0 12 0 0 0 16 0 9 0 2009058771 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4421] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4421/stat : 4421 (java) S 4400 4400 1517 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2009058771 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4422] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4422/stat : 4422 (java) S 4400 4400 1517 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009058771 832237568 21218 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) 860312

[startup+3.10298 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 4422
/proc/meminfo: memFree=1532720/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=0.01
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4414] ppid=4400 vsize=812732 CPUtime=3.02
/proc/4414/stat : 4414 (java) S 4400 4400 1517 0 -1 0 24874 0 1 0 291 11 0 0 18 0 9 0 2009058766 832237568 24288 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4414/statm: 203183 24288 1914 9 0 197164 0
[pid=4414/tid=4415] ppid=4400 vsize=812732 CPUtime=2.62
/proc/4414/task/4415/stat : 4415 (java) R 4400 4400 1517 0 -1 64 14531 0 1 0 255 7 0 0 25 0 9 0 2009058767 832237568 24288 996147200 134512640 134550740 4294955600 18446744073709551615 4126982900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4416] ppid=4400 vsize=812732 CPUtime=0.16
/proc/4414/task/4416/stat : 4416 (java) S 4400 4400 1517 0 -1 64 8807 0 0 0 13 3 0 0 16 0 9 0 2009058769 832237568 24288 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4417] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4417/stat : 4417 (java) S 4400 4400 1517 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 2009058769 832237568 24288 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4418] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4418/stat : 4418 (java) S 4400 4400 1517 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009058769 832237568 24288 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4419] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4419/stat : 4419 (java) S 4400 4400 1517 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009058771 832237568 24288 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4420] ppid=4400 vsize=812732 CPUtime=0.22
/proc/4414/task/4420/stat : 4420 (java) S 4400 4400 1517 0 -1 64 838 0 0 0 22 0 0 0 16 0 9 0 2009058771 832237568 24288 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4421] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4421/stat : 4421 (java) S 4400 4400 1517 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2009058771 832237568 24288 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4422] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4422/stat : 4422 (java) S 4400 4400 1517 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009058771 832237568 24288 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860312

[startup+6.30156 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 4422
/proc/meminfo: memFree=1518512/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=0.01
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4414] ppid=4400 vsize=812732 CPUtime=6.19
/proc/4414/stat : 4414 (java) S 4400 4400 1517 0 -1 0 24896 0 1 0 607 12 0 0 18 0 9 0 2009058766 832237568 24303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4414/statm: 203183 24303 1915 9 0 197164 0
[pid=4414/tid=4415] ppid=4400 vsize=812732 CPUtime=5.76
/proc/4414/task/4415/stat : 4415 (java) R 4400 4400 1517 0 -1 64 14539 0 1 0 568 8 0 0 25 0 9 0 2009058767 832237568 24303 996147200 134512640 134550740 4294955600 18446744073709551615 4126978801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4416] ppid=4400 vsize=812732 CPUtime=0.17
/proc/4414/task/4416/stat : 4416 (java) S 4400 4400 1517 0 -1 64 8807 0 0 0 14 3 0 0 16 0 9 0 2009058769 832237568 24303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4417] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4417/stat : 4417 (java) S 4400 4400 1517 0 -1 64 11 0 0 0 0 0 0 0 17 0 9 0 2009058769 832237568 24303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4418] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4418/stat : 4418 (java) S 4400 4400 1517 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009058769 832237568 24303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4419] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4419/stat : 4419 (java) S 4400 4400 1517 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009058771 832237568 24303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4420] ppid=4400 vsize=812732 CPUtime=0.23
/proc/4414/task/4420/stat : 4420 (java) S 4400 4400 1517 0 -1 64 852 0 0 0 23 0 0 0 15 0 9 0 2009058771 832237568 24303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4421] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4421/stat : 4421 (java) S 4400 4400 1517 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2009058771 832237568 24303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4414/tid=4422] ppid=4400 vsize=812732 CPUtime=0
/proc/4414/task/4422/stat : 4422 (java) S 4400 4400 1517 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009058771 832237568 24303 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860312

[startup+12.7016 s]
/proc/loadavg: 1.96 1.98 1.99 3/75 4423
/proc/meminfo: memFree=1595576/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=12920 CPUtime=4.8
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 3391 0 0 0 479 1 0 0 25 0 1 0 2009059547 13230080 3056 996147200 134512640 135177480 4294955968 18446744073709551615 134565685 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 3230 3056 81 162 0 3065 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 60500

[startup+25.5027 s]
/proc/loadavg: 1.97 1.98 1.99 3/75 4423
/proc/meminfo: memFree=1588344/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=20352 CPUtime=17.48
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 5244 0 0 0 1746 2 0 0 25 0 1 0 2009059547 20840448 4909 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 5088 4909 81 162 0 4923 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 67932

[startup+51.1021 s]
/proc/loadavg: 1.98 1.98 1.99 3/75 4423
/proc/meminfo: memFree=1579192/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=29632 CPUtime=42.84
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 7584 0 0 0 4280 4 0 0 25 0 1 0 2009059547 30343168 7249 996147200 134512640 135177480 4294955968 18446744073709551615 134565340 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 7408 7249 81 162 0 7243 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 77212

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 4423
/proc/meminfo: memFree=1571384/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=37256 CPUtime=93.57
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 9461 0 0 0 9351 6 0 0 25 0 1 0 2009059547 38150144 9126 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 9314 9126 81 162 0 9149 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 84836

[startup+162.302 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 4423
/proc/meminfo: memFree=1565240/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=43684 CPUtime=153.02
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 11023 0 0 0 15294 8 0 0 25 0 1 0 2009059547 44732416 10688 996147200 134512640 135177480 4294955968 18446744073709551615 134558999 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 10921 10688 81 162 0 10756 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 91264

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

[startup+179.102 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 4423
/proc/meminfo: memFree=1563768/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=45136 CPUtime=169.66
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 11364 0 0 0 16958 8 0 0 25 0 1 0 2009059547 46219264 11029 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 11284 11029 81 162 0 11119 0
Current children cumulated CPU time (s) 177.36
Current children cumulated vsize (KiB) 92716

[startup+191.902 s]
/proc/loadavg: 2.10 2.02 2.00 3/75 4423
/proc/meminfo: memFree=1561976/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=47016 CPUtime=182.35
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 11829 0 0 0 18226 9 0 0 25 0 1 0 2009059547 48144384 11494 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 11754 11494 81 162 0 11589 0
Current children cumulated CPU time (s) 190.05
Current children cumulated vsize (KiB) 94596

[startup+195.101 s]
/proc/loadavg: 2.09 2.02 2.00 3/75 4423
/proc/meminfo: memFree=1561080/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=47888 CPUtime=185.51
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 12026 0 0 0 18542 9 0 0 25 0 1 0 2009059547 49037312 11691 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 11972 11691 81 162 0 11807 0
Current children cumulated CPU time (s) 193.21
Current children cumulated vsize (KiB) 95468

[startup+198.303 s]
/proc/loadavg: 2.09 2.02 2.00 3/75 4423
/proc/meminfo: memFree=1560184/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=48736 CPUtime=188.68
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 12232 0 0 0 18859 9 0 0 25 0 1 0 2009059547 49905664 11897 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 12184 11897 81 162 0 12019 0
Current children cumulated CPU time (s) 196.38
Current children cumulated vsize (KiB) 96316

[startup+199.107 s]
/proc/loadavg: 2.08 2.02 2.00 3/75 4423
/proc/meminfo: memFree=1560056/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=48868 CPUtime=189.48
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 12263 0 0 0 18939 9 0 0 25 0 1 0 2009059547 50040832 11928 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 12217 11928 81 162 0 12052 0
Current children cumulated CPU time (s) 197.18
Current children cumulated vsize (KiB) 96448

[startup+199.901 s]
/proc/loadavg: 2.08 2.02 2.00 3/75 4423
/proc/meminfo: memFree=1560056/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=48996 CPUtime=190.27
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 12301 0 0 0 19018 9 0 0 25 0 1 0 2009059547 50171904 11966 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 12249 11966 81 162 0 12084 0
Current children cumulated CPU time (s) 197.97
Current children cumulated vsize (KiB) 96576

[startup+200.101 s]
/proc/loadavg: 2.08 2.02 2.00 3/75 4423
/proc/meminfo: memFree=1559800/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=48996 CPUtime=190.46
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 12311 0 0 0 19037 9 0 0 25 0 1 0 2009059547 50171904 11976 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 12249 11976 81 162 0 12084 0
Current children cumulated CPU time (s) 198.16
Current children cumulated vsize (KiB) 96576

[startup+200.206 s]
/proc/loadavg: 2.08 2.02 2.00 3/75 4423
/proc/meminfo: memFree=1559800/2055920 swapFree=4180240/4192956
[pid=4400] ppid=4398 vsize=47580 CPUtime=7.7
/proc/4400/stat : 4400 (galacE.sh) S 4398 4400 1517 0 -1 4194304 800 26608 0 1 0 0 755 15 17 0 1 0 2009058762 48721920 365 996147200 4194304 4520092 548682068832 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/4400/statm: 11895 365 246 79 0 219 0
[pid=4423] ppid=4400 vsize=48996 CPUtime=190.56
/proc/4423/stat : 4423 (eSAT_static) R 4400 4400 1517 0 -1 4194304 12312 0 0 0 19047 9 0 0 25 0 1 0 2009059547 50171904 11977 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/4423/statm: 12249 11977 81 162 0 12084 0
Current children cumulated CPU time (s) 198.26
Current children cumulated vsize (KiB) 96576

Child status: 0
Real time (s): 200.236
CPU time (s): 198.332
CPU user time (s): 198.055
CPU system time (s): 0.276957
CPU usage (%): 99.0489
Max. virtual memory (cumulated for all children) (KiB): 860312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.055
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39920
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= 1006
involuntary context switches= 5026

runsolver used 0.230964 second user time and 0.6539 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-06 01:34:28
IDJOB=1103315
IDBENCH=60320
IDSOLVER=351
FILE ID=node50/1103315-1215300868
PBS_JOBID= 7882301
Free space on /tmp= 66436 MiB

SOLVER NAME= galac E
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-59_ext.xml
COMMAND LINE= HOME/galacE.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103315-1215300868/watcher-1103315-1215300868 -o /tmp/evaluation-result-1103315-1215300868/solver-1103315-1215300868 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacE.sh HOME/instance-1103315-1215300868.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9509fa9d9c8a8361ccac678e618ac115
RANDOM SEED=742078628

node50.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.261
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.261
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:       1612072 kB
Buffers:         86568 kB
Cached:         270568 kB
SwapCached:       7072 kB
Active:         231440 kB
Inactive:       150268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612072 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            3952 kB
Writeback:           0 kB
Mapped:          30788 kB
Slab:            47436 kB
Committed_AS:  4099572 kB
PageTables:       1844 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= 66436 MiB
End job on node50 at 2008-07-06 01:37:48