Trace number 1097242

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 MUNSAT 133.234 133.309

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-93_ext.xml
MD5SUM1ddb53786e5f2a6d548ae915e1ccf36a
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 benchmark2.50162
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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/0.89	c start processing
0.01/0.89	c start relation processing
0.01/0.94	c start cnf exporting
2.44/2.58	c parsing time : 0.771
2.44/2.58	c preprocessing time : 2.458
2.44/2.58	
2.44/2.58	c Nary constraints - conflicts : 0 supports : 0
2.44/2.58	c Binary constraints - conflicts : 98 supports :82
2.44/2.58	c max arity constraint : 2
2.44/2.58	c Max Tuples generated 0
2.44/2.58	c relations : 180
2.44/2.58	c relations BDD: 0
2.44/2.58	c sampling 0/0
2.44/2.58	c vars : 1001 - clauses :  45785
2.44/2.58	
2.44/2.60	 
2.44/2.60	c --- SAT Solver Stats ---
2.44/2.60	 
133.10/133.29	c restarts              : 16
133.10/133.29	c conflicts             : 101417         (777 /sec)
133.10/133.29	c decisions             : 152029         (1.36 % random) (1164 /sec)
133.10/133.29	c propagations          : 13770781       (105453 /sec)
133.10/133.29	c conflict literals     : 8630822        (31.77 % deleted)
133.10/133.29	c Memory used           : 30.39 MB
133.10/133.29	c CPU time              : 130.587 s
133.10/133.29	
133.10/133.29	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-1097242-1215281586/watcher-1097242-1215281586 -o /tmp/evaluation-result-1097242-1215281586/solver-1097242-1215281586 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1097242-1215281586.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.01 2.00 2.00 4/82 5358
/proc/meminfo: memFree=1724560/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=8652 CPUtime=0
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 346 0 0 0 0 0 0 0 16 0 1 0 261146517 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5358/statm: 2163 280 208 79 0 156 0
[pid=5359] ppid=5358 vsize=8688 CPUtime=0
/proc/5359/stat : 5359 (galacM.sh) R 5358 5358 1367 0 -1 4194368 47 243 0 0 0 0 0 0 16 0 1 0 261146517 8896512 288 996147200 4194304 4520092 548682068832 18446744073709551615 269807577759 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/5359/statm: 2172 288 210 79 0 165 0
[pid=5361] ppid=5359 vsize=6864 CPUtime=0
/proc/5361/stat : 5361 (id) S 5359 5358 1367 0 -1 4194304 240 0 0 0 0 0 0 0 18 0 1 0 261146518 7028736 183 996147200 4194304 4211724 548682068832 18446744073709551615 269807765391 0 0 3674112 0 0 0 0 17 0 0 0
/proc/5361/statm: 1716 183 154 4 0 46 0

[startup+0.0750109 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 5358
/proc/meminfo: memFree=1724560/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=0.01
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 765 1858 0 0 0 0 0 1 19 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.101011 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 5358
/proc/meminfo: memFree=1724560/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=0.01
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 765 1858 0 0 0 0 0 1 19 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.301039 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 5358
/proc/meminfo: memFree=1724560/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=0.01
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 765 1858 0 0 0 0 0 1 19 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.70108 s]
/proc/loadavg: 2.01 2.00 2.00 4/82 5358
/proc/meminfo: memFree=1724560/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=0.01
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 765 1858 0 0 0 0 0 1 19 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.50216 s]
/proc/loadavg: 2.01 2.00 2.00 4/92 5380
/proc/meminfo: memFree=1654080/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=0.01
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 765 1858 0 0 0 0 0 1 19 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5372] ppid=5358 vsize=812552 CPUtime=1.44
/proc/5372/stat : 5372 (java) S 5358 5358 1367 0 -1 0 21731 0 1 0 132 12 0 0 20 0 9 0 261146520 832053248 21146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5372/statm: 203138 21146 1913 9 0 197171 0
[pid=5372/tid=5373] ppid=5358 vsize=812552 CPUtime=1.09
/proc/5372/task/5373/stat : 5373 (java) R 5358 5358 1367 0 -1 64 14528 0 1 0 102 7 0 0 25 0 9 0 261146521 832053248 21146 996147200 134512640 134550740 4294955600 18446744073709551615 4127052756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5372/tid=5374] ppid=5358 vsize=812552 CPUtime=0.04
/proc/5372/task/5374/stat : 5374 (java) S 5358 5358 1367 0 -1 64 5631 0 0 0 2 2 0 0 16 0 9 0 261146523 832053248 21146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5372/tid=5375] ppid=5358 vsize=812552 CPUtime=0
/proc/5372/task/5375/stat : 5375 (java) S 5358 5358 1367 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 261146523 832053248 21146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5372/tid=5376] ppid=5358 vsize=812552 CPUtime=0
/proc/5372/task/5376/stat : 5376 (java) S 5358 5358 1367 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 261146523 832053248 21146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5372/tid=5377] ppid=5358 vsize=812552 CPUtime=0
/proc/5372/task/5377/stat : 5377 (java) S 5358 5358 1367 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 261146525 832053248 21146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5372/tid=5378] ppid=5358 vsize=812552 CPUtime=0.27
/proc/5372/task/5378/stat : 5378 (java) S 5358 5358 1367 0 -1 64 872 0 0 0 26 1 0 0 16 0 9 0 261146525 832053248 21146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5372/tid=5379] ppid=5358 vsize=812552 CPUtime=0
/proc/5372/task/5379/stat : 5379 (java) S 5358 5358 1367 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 261146525 832053248 21146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5372/tid=5380] ppid=5358 vsize=812552 CPUtime=0
/proc/5372/task/5380/stat : 5380 (java) S 5358 5358 1367 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 261146525 832053248 21146 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860108

[startup+3.10133 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 5380
/proc/meminfo: memFree=1645888/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 47556

[startup+6.30267 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1715200/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=9748 CPUtime=3.69
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 2227 0 0 0 368 1 0 0 25 0 1 0 261146777 9981952 2208 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 2437 2208 57 152 0 2282 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 57304

[startup+12.7014 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1710272/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=14044 CPUtime=10.08
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 3329 0 0 0 1006 2 0 0 25 0 1 0 261146777 14381056 3310 996147200 134512640 135136200 4294955968 18446744073709551615 134529417 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 3511 3310 57 152 0 3356 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 61600

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1705472/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=18648 CPUtime=22.88
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 4461 0 0 0 2285 3 0 0 25 0 1 0 261146777 19095552 4442 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 4662 4442 57 152 0 4507 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 66204

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1699200/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=25304 CPUtime=48.47
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 6061 0 0 0 4842 5 0 0 25 0 1 0 261146777 25911296 6042 996147200 134512640 135136200 4294955968 18446744073709551615 134529527 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 6326 6042 57 152 0 6171 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 72860

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1695808/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=28652 CPUtime=99.66
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 6893 0 0 0 9960 6 0 0 25 0 1 0 261146777 29339648 6874 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 7163 6874 57 152 0 7008 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 76208

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

[startup+115.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1695296/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=29260 CPUtime=112.45
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 7009 0 0 0 11239 6 0 0 25 0 1 0 261146777 29962240 6990 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 7315 6990 57 152 0 7160 0
Current children cumulated CPU time (s) 115
Current children cumulated vsize (KiB) 76816

[startup+121.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1694976/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=29672 CPUtime=118.85
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 7102 0 0 0 11879 6 0 0 25 0 1 0 261146777 30384128 7083 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 7418 7083 57 152 0 7263 0
Current children cumulated CPU time (s) 121.4
Current children cumulated vsize (KiB) 77228

[startup+127.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1694016/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=30720 CPUtime=125.25
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 7345 0 0 0 12519 6 0 0 25 0 1 0 261146777 31457280 7326 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 7680 7326 57 152 0 7525 0
Current children cumulated CPU time (s) 127.8
Current children cumulated vsize (KiB) 78276

[startup+131.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1693696/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=30984 CPUtime=128.45
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 7427 0 0 0 12839 6 0 0 25 0 1 0 261146777 31727616 7408 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 7746 7408 57 152 0 7591 0
Current children cumulated CPU time (s) 131
Current children cumulated vsize (KiB) 78540

[startup+132.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1693504/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=31116 CPUtime=130.05
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 7456 0 0 0 12999 6 0 0 25 0 1 0 261146777 31862784 7437 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 7779 7437 57 152 0 7624 0
Current children cumulated CPU time (s) 132.6
Current children cumulated vsize (KiB) 78672

[startup+133.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1693504/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=31116 CPUtime=130.45
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194304 7462 0 0 0 13039 6 0 0 25 0 1 0 261146777 31862784 7443 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 7779 7443 57 152 0 7624 0
Current children cumulated CPU time (s) 133
Current children cumulated vsize (KiB) 78672

[startup+133.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5381
/proc/meminfo: memFree=1693504/2055920 swapFree=4180000/4192956
[pid=5358] ppid=5356 vsize=47556 CPUtime=2.55
/proc/5358/stat : 5358 (galacM.sh) S 5356 5358 1367 0 -1 4194304 799 23634 0 1 0 0 239 16 17 0 1 0 261146517 48697344 364 996147200 4194304 4520092 548682068832 18446744073709551615 269807184730 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/5358/statm: 11889 364 245 79 0 219 0
[pid=5381] ppid=5358 vsize=0 CPUtime=130.64
/proc/5381/stat : 5381 (minisat) R 5358 5358 1367 0 -1 4194308 7489 0 0 0 13058 6 0 0 25 0 1 0 261146777 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/5381/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 133.19
Current children cumulated vsize (KiB) 47556

Child status: 0
Real time (s): 133.309
CPU time (s): 133.234
CPU user time (s): 132.988
CPU system time (s): 0.245962
CPU usage (%): 99.9436
Max. virtual memory (cumulated for all children) (KiB): 860108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 132.988
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32113
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= 1228
involuntary context switches= 1576

runsolver used 0.136979 second user time and 0.357945 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 20:13:06
IDJOB=1097242
IDBENCH=59392
IDSOLVER=350
FILE ID=node81/1097242-1215281586
PBS_JOBID= 7882235
Free space on /tmp= 126820 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-93_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1097242-1215281586/watcher-1097242-1215281586 -o /tmp/evaluation-result-1097242-1215281586/solver-1097242-1215281586 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1097242-1215281586.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1ddb53786e5f2a6d548ae915e1ccf36a
RANDOM SEED=1986080076

node81.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1725104 kB
Buffers:         52456 kB
Cached:         198832 kB
SwapCached:       6228 kB
Active:         175040 kB
Inactive:        99728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725104 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            3344 kB
Writeback:           0 kB
Mapped:          40276 kB
Slab:            41332 kB
Committed_AS:   678964 kB
PageTables:       1704 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

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