Trace number 1100543

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 166.332 167.945

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-76_ext.xml
MD5SUMb7d6815ddb89ad9e349ee6c0e6d6f674
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 benchmark4.92225
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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 ---
2.14/2.23	c start processing
2.14/2.23	c start relation processing
3.82/3.99	c start cnf exporting
22.65/22.92	c parsing time : 2.104
22.65/22.92	c preprocessing time : 22.799
22.65/22.92	
22.65/22.92	c Nary constraints - conflicts : 0 supports : 0
22.65/22.92	c Binary constraints - conflicts : 0 supports :84
22.65/22.92	c max arity constraint : 2
22.65/22.92	c Max Tuples generated 0
22.65/22.92	c relations : 84
22.65/22.92	c relations BDD: 0
22.65/22.92	c sampling 0/0
22.65/22.92	c vars : 7201 - clauses :  674680
22.65/22.92	
22.65/22.96	 
22.65/22.96	c --- SAT Solver Stats ---
22.65/22.96	 
22.65/22.96	c eSAT 0.1 : minisat core with additionnal features
22.65/22.96	c ============================[ Problem Statistics ]=============================
22.65/22.96	c |                                                                             |
22.65/22.97	c |  Number of variables:  7200                                                 |
22.65/22.97	c |  Number of clauses:    674680                                               |
23.12/23.45	c |  Parsing time:         0.43         s                                       |
166.26/167.92	c restarts              : 391
166.26/167.92	c conflicts             : 66323          (462 /sec)
166.26/167.92	c decisions             : 348419         (25.02 % random) (2429 /sec)
166.26/167.92	c euip                  : 16386       
166.26/167.92	c propagations          : 36269346       (252823 /sec)
166.26/167.92	c conflict literals     : 22372610       (21.84 % deleted)
166.26/167.92	c Memory used           : 66.11 MB
166.26/167.92	c CPU time              : 143.457 s
166.26/167.92	c 
166.26/167.92	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-1100543-1215287299/watcher-1100543-1215287299 -o /tmp/evaluation-result-1100543-1215287299/solver-1100543-1215287299 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacE.sh HOME/instance-1100543-1215287299.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.09 2.05 2.01 4/72 16561
/proc/meminfo: memFree=1703392/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=18572 CPUtime=0
/proc/16561/stat : 16561 (runsolver) R 16559 16561 13982 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2007702356 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16561/statm: 4643 292 257 25 0 2626 0

[startup+0.0811839 s]
/proc/loadavg: 2.09 2.05 2.01 4/72 16561
/proc/meminfo: memFree=1703392/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=0.01
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.100755 s]
/proc/loadavg: 2.09 2.05 2.01 4/72 16561
/proc/meminfo: memFree=1703392/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=0.01
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.30178 s]
/proc/loadavg: 2.09 2.05 2.01 4/72 16561
/proc/meminfo: memFree=1703392/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=0.01
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701827 s]
/proc/loadavg: 2.09 2.05 2.01 4/72 16561
/proc/meminfo: memFree=1703392/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=0.01
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50192 s]
/proc/loadavg: 2.09 2.05 2.01 3/82 16583
/proc/meminfo: memFree=1632976/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=0.01
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16575] ppid=16561 vsize=812628 CPUtime=1.44
/proc/16575/stat : 16575 (java) S 16561 16561 13982 0 -1 0 22471 0 1 0 131 13 0 0 18 0 9 0 2007702360 832131072 21889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16575/statm: 203157 21889 1888 9 0 197138 0
[pid=16575/tid=16576] ppid=16561 vsize=812628 CPUtime=1.21
/proc/16575/task/16576/stat : 16576 (java) R 16561 16561 13982 0 -1 64 14475 0 1 0 113 8 0 0 25 0 9 0 2007702361 832131072 21889 996147200 134512640 134550740 4294955600 18446744073709551615 4126738296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16577] ppid=16561 vsize=812628 CPUtime=0.08
/proc/16575/task/16577/stat : 16577 (java) S 16561 16561 13982 0 -1 64 6541 0 0 0 5 3 0 0 16 0 9 0 2007702362 832131072 21889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16578] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16578/stat : 16578 (java) S 16561 16561 13982 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007702363 832131072 21889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16579] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16579/stat : 16579 (java) S 16561 16561 13982 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007702363 832131072 21889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16580] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16580/stat : 16580 (java) S 16561 16561 13982 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007702365 832131072 21889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16581] ppid=16561 vsize=812628 CPUtime=0.12
/proc/16575/task/16581/stat : 16581 (java) S 16561 16561 13982 0 -1 64 756 0 0 0 12 0 0 0 16 0 9 0 2007702365 832131072 21889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16582] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16582/stat : 16582 (java) S 16561 16561 13982 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007702365 832131072 21889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16583] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16583/stat : 16583 (java) S 16561 16561 13982 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007702365 832131072 21889 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860196

[startup+3.10208 s]
/proc/loadavg: 2.16 2.07 2.01 4/82 16583
/proc/meminfo: memFree=1615952/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=0.01
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16575] ppid=16561 vsize=812628 CPUtime=3.02
/proc/16575/stat : 16575 (java) S 16561 16561 13982 0 -1 0 24426 0 1 0 289 13 0 0 18 0 9 0 2007702360 832131072 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16575/statm: 203157 23840 1891 9 0 197138 0
[pid=16575/tid=16576] ppid=16561 vsize=812628 CPUtime=2.68
/proc/16575/task/16576/stat : 16576 (java) R 16561 16561 13982 0 -1 64 14489 0 1 0 260 8 0 0 25 0 9 0 2007702361 832131072 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4126835395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16577] ppid=16561 vsize=812628 CPUtime=0.16
/proc/16575/task/16577/stat : 16577 (java) S 16561 16561 13982 0 -1 64 8461 0 0 0 13 3 0 0 16 0 9 0 2007702362 832131072 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16578] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16578/stat : 16578 (java) S 16561 16561 13982 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 2007702363 832131072 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16579] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16579/stat : 16579 (java) S 16561 16561 13982 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007702363 832131072 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16580] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16580/stat : 16580 (java) S 16561 16561 13982 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007702365 832131072 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16581] ppid=16561 vsize=812628 CPUtime=0.14
/proc/16575/task/16581/stat : 16581 (java) S 16561 16561 13982 0 -1 64 777 0 0 0 14 0 0 0 16 0 9 0 2007702365 832131072 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16582] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16582/stat : 16582 (java) S 16561 16561 13982 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007702365 832131072 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16583] ppid=16561 vsize=812628 CPUtime=0
/proc/16575/task/16583/stat : 16583 (java) S 16561 16561 13982 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007702365 832131072 23840 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860196

[startup+6.30244 s]
/proc/loadavg: 2.16 2.07 2.01 3/82 16583
/proc/meminfo: memFree=1599312/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=0.01
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16575] ppid=16561 vsize=812760 CPUtime=6.19
/proc/16575/stat : 16575 (java) S 16561 16561 13982 0 -1 0 27995 0 1 0 602 17 0 0 18 0 9 0 2007702360 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16575/statm: 203190 27400 1913 9 0 197171 0
[pid=16575/tid=16576] ppid=16561 vsize=812760 CPUtime=5.65
/proc/16575/task/16576/stat : 16576 (java) R 16561 16561 13982 0 -1 64 14540 0 1 0 555 10 0 0 25 0 9 0 2007702361 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4126876533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16577] ppid=16561 vsize=812760 CPUtime=0.31
/proc/16575/task/16577/stat : 16577 (java) S 16561 16561 13982 0 -1 64 11939 0 0 0 26 5 0 0 16 0 9 0 2007702362 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16578] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16578/stat : 16578 (java) S 16561 16561 13982 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007702363 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16579] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16579/stat : 16579 (java) S 16561 16561 13982 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007702363 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16580] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16580/stat : 16580 (java) S 16561 16561 13982 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007702365 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16581] ppid=16561 vsize=812760 CPUtime=0.21
/proc/16575/task/16581/stat : 16581 (java) S 16561 16561 13982 0 -1 64 817 0 0 0 20 1 0 0 16 0 9 0 2007702365 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16582] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16582/stat : 16582 (java) S 16561 16561 13982 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007702365 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16583] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16583/stat : 16583 (java) S 16561 16561 13982 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007702365 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860328

[startup+12.7021 s]
/proc/loadavg: 2.14 2.07 2.01 3/82 16583
/proc/meminfo: memFree=1593680/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=0.01
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 765 1698 0 0 0 0 0 1 18 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16575] ppid=16561 vsize=812760 CPUtime=12.53
/proc/16575/stat : 16575 (java) S 16561 16561 13982 0 -1 0 28008 0 1 0 1233 20 0 0 18 0 9 0 2007702360 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16575/statm: 203190 27400 1913 9 0 197171 0
[pid=16575/tid=16576] ppid=16561 vsize=812760 CPUtime=11.98
/proc/16575/task/16576/stat : 16576 (java) R 16561 16561 13982 0 -1 64 14553 0 1 0 1186 12 0 0 25 0 9 0 2007702361 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4126637298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16577] ppid=16561 vsize=812760 CPUtime=0.32
/proc/16575/task/16577/stat : 16577 (java) S 16561 16561 13982 0 -1 64 11939 0 0 0 27 5 0 0 16 0 9 0 2007702362 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16578] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16578/stat : 16578 (java) S 16561 16561 13982 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2007702363 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16579] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16579/stat : 16579 (java) S 16561 16561 13982 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007702363 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16580] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16580/stat : 16580 (java) S 16561 16561 13982 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2007702365 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16581] ppid=16561 vsize=812760 CPUtime=0.21
/proc/16575/task/16581/stat : 16581 (java) S 16561 16561 13982 0 -1 64 817 0 0 0 20 1 0 0 16 0 9 0 2007702365 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16582] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16582/stat : 16582 (java) S 16561 16561 13982 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2007702365 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16575/tid=16583] ppid=16561 vsize=812760 CPUtime=0
/proc/16575/task/16583/stat : 16583 (java) S 16561 16561 13982 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2007702365 832266240 27400 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 860328

[startup+25.5016 s]
/proc/loadavg: 2.19 2.08 2.01 3/83 16623
/proc/meminfo: memFree=1648776/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=22.7
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 799 29748 0 1 0 0 2243 27 17 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16621] ppid=16561 vsize=43352 CPUtime=2.5
/proc/16621/stat : 16621 (eSAT_static) R 16561 16561 13982 0 -1 4194304 10684 0 0 0 245 5 0 0 25 0 1 0 2007704653 44392448 10666 996147200 134512640 135177480 4294955968 18446744073709551615 134538010 0 0 4096 3 0 0 0 17 1 0 0
/proc/16621/statm: 10838 10666 75 162 0 10673 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 90920

[startup+51.1014 s]
/proc/loadavg: 2.13 2.07 2.01 3/83 16623
/proc/meminfo: memFree=1648072/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=22.7
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 799 29748 0 1 0 0 2243 27 17 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16621] ppid=16561 vsize=43596 CPUtime=27.86
/proc/16621/stat : 16621 (eSAT_static) R 16561 16561 13982 0 -1 4194304 13045 0 0 0 2779 7 0 0 25 0 1 0 2007704653 44642304 10770 996147200 134512640 135177480 4294955968 18446744073709551615 134570809 0 0 4096 3 0 0 0 17 1 0 0
/proc/16621/statm: 10899 10770 80 162 0 10734 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 91164

[startup+102.306 s]
/proc/loadavg: 2.05 2.06 2.01 3/83 16623
/proc/meminfo: memFree=1630728/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=22.7
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 799 29748 0 1 0 0 2243 27 17 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16621] ppid=16561 vsize=61136 CPUtime=78.58
/proc/16621/stat : 16621 (eSAT_static) R 16561 16561 13982 0 -1 4194304 17399 0 0 0 7847 11 0 0 25 0 1 0 2007704653 62603264 15124 996147200 134512640 135177480 4294955968 18446744073709551615 134565388 0 0 4096 3 0 0 0 17 1 0 0
/proc/16621/statm: 15284 15124 80 162 0 15119 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 108704

[startup+162.302 s]
/proc/loadavg: 2.02 2.05 2.00 3/83 16623
/proc/meminfo: memFree=1624008/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=22.7
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 799 29748 0 1 0 0 2243 27 17 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16621] ppid=16561 vsize=67696 CPUtime=138.02
/proc/16621/stat : 16621 (eSAT_static) R 16561 16561 13982 0 -1 4194304 19027 0 0 0 13789 13 0 0 25 0 1 0 2007704653 69320704 16752 996147200 134512640 135177480 4294955968 18446744073709551615 134565395 0 0 4096 3 0 0 0 17 1 0 0
/proc/16621/statm: 16924 16752 80 162 0 16759 0
Current children cumulated CPU time (s) 160.72
Current children cumulated vsize (KiB) 115264

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

[startup+163.102 s]
/proc/loadavg: 2.02 2.04 2.00 3/83 16623
/proc/meminfo: memFree=1624008/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=22.7
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 799 29748 0 1 0 0 2243 27 17 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16621] ppid=16561 vsize=67696 CPUtime=138.81
/proc/16621/stat : 16621 (eSAT_static) R 16561 16561 13982 0 -1 4194304 19027 0 0 0 13868 13 0 0 25 0 1 0 2007704653 69320704 16752 996147200 134512640 135177480 4294955968 18446744073709551615 134547827 0 0 4096 3 0 0 0 17 1 0 0
/proc/16621/statm: 16924 16752 80 162 0 16759 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 115264

[startup+166.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/83 16623
/proc/meminfo: memFree=1624008/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=22.7
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 799 29748 0 1 0 0 2243 27 17 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16621] ppid=16561 vsize=67696 CPUtime=141.98
/proc/16621/stat : 16621 (eSAT_static) R 16561 16561 13982 0 -1 4194304 19027 0 0 0 14185 13 0 0 25 0 1 0 2007704653 69320704 16752 996147200 134512640 135177480 4294955968 18446744073709551615 134565429 0 0 4096 3 0 0 0 17 1 0 0
/proc/16621/statm: 16924 16752 80 162 0 16759 0
Current children cumulated CPU time (s) 164.68
Current children cumulated vsize (KiB) 115264

[startup+167.101 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 16623
/proc/meminfo: memFree=1624008/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=22.7
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 799 29748 0 1 0 0 2243 27 17 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16621] ppid=16561 vsize=67696 CPUtime=142.77
/proc/16621/stat : 16621 (eSAT_static) R 16561 16561 13982 0 -1 4194304 19027 0 0 0 14264 13 0 0 25 0 1 0 2007704653 69320704 16752 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/16621/statm: 16924 16752 80 162 0 16759 0
Current children cumulated CPU time (s) 165.47
Current children cumulated vsize (KiB) 115264

[startup+167.501 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 16623
/proc/meminfo: memFree=1624008/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=22.7
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 799 29748 0 1 0 0 2243 27 17 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16621] ppid=16561 vsize=67696 CPUtime=143.17
/proc/16621/stat : 16621 (eSAT_static) R 16561 16561 13982 0 -1 4194304 19027 0 0 0 14304 13 0 0 25 0 1 0 2007704653 69320704 16752 996147200 134512640 135177480 4294955968 18446744073709551615 134546815 0 0 4096 3 0 0 0 17 1 0 0
/proc/16621/statm: 16924 16752 80 162 0 16759 0
Current children cumulated CPU time (s) 165.87
Current children cumulated vsize (KiB) 115264

[startup+167.901 s]
/proc/loadavg: 2.01 2.04 2.00 3/83 16623
/proc/meminfo: memFree=1624008/2055920 swapFree=4180096/4192956
[pid=16561] ppid=16559 vsize=47568 CPUtime=22.7
/proc/16561/stat : 16561 (galacE.sh) S 16559 16561 13982 0 -1 4194304 799 29748 0 1 0 0 2243 27 17 0 1 0 2007702356 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 259414747994 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16561/statm: 11892 364 245 79 0 219 0
[pid=16621] ppid=16561 vsize=67696 CPUtime=143.56
/proc/16621/stat : 16621 (eSAT_static) R 16561 16561 13982 0 -1 4194304 19027 0 0 0 14343 13 0 0 25 0 1 0 2007704653 69320704 16752 996147200 134512640 135177480 4294955968 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 1 0 0
/proc/16621/statm: 16924 16752 80 162 0 16759 0
Current children cumulated CPU time (s) 166.26
Current children cumulated vsize (KiB) 115264

Child status: 0
Real time (s): 167.945
CPU time (s): 166.332
CPU user time (s): 165.897
CPU system time (s): 0.434933
CPU usage (%): 99.0396
Max. virtual memory (cumulated for all children) (KiB): 860328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.897
system time used= 0.434933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49774
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= 1764
involuntary context switches= 8122

runsolver used 0.215967 second user time and 0.553915 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 21:48:19
IDJOB=1100543
IDBENCH=59929
IDSOLVER=351
FILE ID=node42/1100543-1215287299
PBS_JOBID= 7882219
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b7d6815ddb89ad9e349ee6c0e6d6f674
RANDOM SEED=1098119498

node42.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.214
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.214
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:       1703872 kB
Buffers:         51620 kB
Cached:         213376 kB
SwapCached:       7140 kB
Active:         197916 kB
Inactive:       100860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703872 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            4892 kB
Writeback:           0 kB
Mapped:          41168 kB
Slab:            38436 kB
Committed_AS:  3777052 kB
PageTables:       1964 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= 66488 MiB
End job on node42 at 2008-07-05 21:51:07