Trace number 1046688

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 MSAT 5.83311 5.87568

General information on the benchmark

Namecsp/jnhSat/
normalized-jnh301_ext.xml
MD5SUM72ed47ef0bc9063ca630cddd323c2d8e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.047992
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity14
Maximum domain size2
Number of constraints which are defined in extension900
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.37	c --- Preproc Stats ---
0.01/0.86	c start processing
0.01/0.86	c start relation processing
4.40/4.69	c start cnf exporting
5.01/5.27	c parsing time : 0.418
5.01/5.27	c preprocessing time : 4.83
5.01/5.27	
5.01/5.27	c Nary constraints - conflicts : 835 supports : 0
5.01/5.27	c Binary constraints - conflicts : 65 supports :0
5.01/5.27	c max arity constraint : 14
5.01/5.27	c Max Tuples generated 0
5.01/5.27	c relations : 293
5.01/5.27	c relations BDD: 281
5.01/5.27	c sampling 0/0
5.01/5.28	c vars : 4244 - clauses :  12621
5.01/5.28	
5.08/5.33	 
5.08/5.33	c --- SAT Solver Stats ---
5.08/5.33	 
5.08/5.34	c restarts              : 1
5.08/5.34	c conflicts             : 9              (1000 /sec)
5.08/5.34	c decisions             : 54             (0.00 % random) (6001 /sec)
5.08/5.34	c propagations          : 10907          (1212158 /sec)
5.08/5.34	c conflict literals     : 49             (14.04 % deleted)
5.08/5.34	c Memory used           : 2.60 MB
5.08/5.34	c CPU time              : 0.008998 s
5.08/5.34	
5.08/5.34	s SATISFIABLE
5.75/5.87	v 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 1 0 1 0 1 1 1 1 0 0 0 1 0 0 0 0 0 1 0 1 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 0 0 0 1 0 1 1 1 0 1 0 1 1 0 1 0 1 1 0 1 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1046688-1215039437/watcher-1046688-1215039437 -o /tmp/evaluation-result-1046688-1215039437/solver-1046688-1215039437 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1046688-1215039437.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: 0.14 0.03 0.01 4/84 9283
/proc/meminfo: memFree=1792280/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=18572 CPUtime=0
/proc/9283/stat : 9283 (runsolver) D 9281 9283 8895 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 626863852 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 243665530151 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/9283/statm: 4643 292 257 25 0 2626 0

[startup+0.0353261 s]
/proc/loadavg: 0.14 0.03 0.01 4/84 9283
/proc/meminfo: memFree=1792280/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=544 CPUtime=0
/proc/9283/stat : 9283 (galacM.sh) R 9281 9283 8895 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 626863852 557056 1 996147200 0 0 548682069589 18446744073709551615 243665530151 0 0 4096 0 0 0 0 17 0 0 0
/proc/9283/statm: 136 1 0 0 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 544

[startup+0.103257 s]
/proc/loadavg: 0.14 0.03 0.01 4/84 9283
/proc/meminfo: memFree=1792280/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=8560 CPUtime=0
/proc/9283/stat : 9283 (galacM.sh) R 9281 9283 8895 0 -1 4194304 305 0 3 0 0 0 0 0 17 0 1 200 626863852 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 243665697381 0 2 4096 8192 0 0 0 17 0 0 0
/proc/9283/statm: 2140 254 197 79 0 133 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8560

[startup+0.301082 s]
/proc/loadavg: 0.14 0.03 0.01 4/84 9283
/proc/meminfo: memFree=1792280/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=47400 CPUtime=0.01
/proc/9283/stat : 9283 (galacM.sh) D 9281 9283 8895 0 -1 4194304 688 1857 4 0 0 0 0 1 16 0 1 0 626863852 48537600 335 996147200 4194304 4520092 548682068832 18446744073709551615 243665698290 0 2 4096 73728 18446744071563608240 0 0 17 1 0 0
/proc/9283/statm: 11850 335 231 79 0 190 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47400

[startup+0.701124 s]
/proc/loadavg: 0.14 0.03 0.01 4/84 9283
/proc/meminfo: memFree=1792280/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=47560 CPUtime=0.01
/proc/9283/stat : 9283 (galacM.sh) S 9281 9283 8895 0 -1 4194304 759 1857 5 0 0 0 0 1 17 0 1 0 626863852 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9283/statm: 11890 363 244 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.5012 s]
/proc/loadavg: 0.21 0.05 0.01 3/78 9324
/proc/meminfo: memFree=1788680/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=47560 CPUtime=0.01
/proc/9283/stat : 9283 (galacM.sh) S 9281 9283 8895 0 -1 4194304 759 1857 5 0 0 0 0 1 17 0 1 0 626863852 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9283/statm: 11890 363 244 79 0 219 0
[pid=9316] ppid=9283 vsize=813724 CPUtime=1.3
/proc/9316/stat : 9316 (java) S 9283 9283 8895 0 -1 0 9297 0 1 0 125 5 0 0 19 0 9 0 626863889 833253376 8723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9316/statm: 203431 8723 1878 9 0 197412 0
[pid=9316/tid=9317] ppid=9283 vsize=813724 CPUtime=1.11
/proc/9316/task/9317/stat : 9317 (java) R 9283 9283 8895 0 -1 64 7837 0 1 0 107 4 0 0 23 0 9 0 626863890 833253376 8723 996147200 134512640 134550740 4294955616 18446744073709551615 4126976804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9318] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9318/stat : 9318 (java) S 9283 9283 8895 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 626863891 833253376 8723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9319] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9319/stat : 9319 (java) S 9283 9283 8895 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 626863892 833253376 8723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9320] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9320/stat : 9320 (java) S 9283 9283 8895 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 626863892 833253376 8723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9321] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9321/stat : 9321 (java) S 9283 9283 8895 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 626863894 833253376 8723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9322] ppid=9283 vsize=813724 CPUtime=0.18
/proc/9316/task/9322/stat : 9322 (java) S 9283 9283 8895 0 -1 64 757 0 0 0 18 0 0 0 16 0 9 0 626863894 833253376 8723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9316/tid=9323] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9323/stat : 9323 (java) S 9283 9283 8895 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 626863894 833253376 8723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9324] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9324/stat : 9324 (java) S 9283 9283 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626863894 833253376 8723 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 861284

[startup+3.10236 s]
/proc/loadavg: 0.21 0.05 0.01 2/78 9324
/proc/meminfo: memFree=1788296/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=47560 CPUtime=0.01
/proc/9283/stat : 9283 (galacM.sh) S 9281 9283 8895 0 -1 4194304 759 1857 5 0 0 0 0 1 17 0 1 0 626863852 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9283/statm: 11890 363 244 79 0 219 0
[pid=9316] ppid=9283 vsize=813724 CPUtime=2.9
/proc/9316/stat : 9316 (java) S 9283 9283 8895 0 -1 0 9362 0 1 0 285 5 0 0 19 0 9 0 626863889 833253376 8788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9316/statm: 203431 8788 1878 9 0 197412 0
[pid=9316/tid=9317] ppid=9283 vsize=813724 CPUtime=2.71
/proc/9316/task/9317/stat : 9317 (java) R 9283 9283 8895 0 -1 64 7896 0 1 0 267 4 0 0 25 0 9 0 626863890 833253376 8788 996147200 134512640 134550740 4294955616 18446744073709551615 4126976846 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9318] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9318/stat : 9318 (java) S 9283 9283 8895 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 626863891 833253376 8788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9319] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9319/stat : 9319 (java) S 9283 9283 8895 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 626863892 833253376 8788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9320] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9320/stat : 9320 (java) S 9283 9283 8895 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 626863892 833253376 8788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9321] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9321/stat : 9321 (java) S 9283 9283 8895 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 626863894 833253376 8788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9322] ppid=9283 vsize=813724 CPUtime=0.18
/proc/9316/task/9322/stat : 9322 (java) S 9283 9283 8895 0 -1 64 763 0 0 0 18 0 0 0 16 0 9 0 626863894 833253376 8788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9316/tid=9323] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9323/stat : 9323 (java) S 9283 9283 8895 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 626863894 833253376 8788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9324] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9324/stat : 9324 (java) S 9283 9283 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626863894 833253376 8788 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 861284

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

[startup+4.70252 s]
/proc/loadavg: 0.21 0.05 0.01 4/91 9346
/proc/meminfo: memFree=1756256/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=47560 CPUtime=0.01
/proc/9283/stat : 9283 (galacM.sh) S 9281 9283 8895 0 -1 4194304 759 1857 5 0 0 0 0 1 17 0 1 0 626863852 48701440 363 996147200 4194304 4520092 548682068832 18446744073709551615 243665136474 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/9283/statm: 11890 363 244 79 0 219 0
[pid=9316] ppid=9283 vsize=813724 CPUtime=4.49
/proc/9316/stat : 9316 (java) S 9283 9283 8895 0 -1 0 9476 0 1 0 444 5 0 0 19 0 9 0 626863889 833253376 8898 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9316/statm: 203431 8898 1895 9 0 197412 0
[pid=9316/tid=9317] ppid=9283 vsize=813724 CPUtime=4.29
/proc/9316/task/9317/stat : 9317 (java) R 9283 9283 8895 0 -1 64 8003 0 1 0 425 4 0 0 25 0 9 0 626863890 833253376 8898 996147200 134512640 134550740 4294955616 18446744073709551615 4125963713 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9316/tid=9318] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9318/stat : 9318 (java) S 9283 9283 8895 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 626863891 833253376 8898 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9316/tid=9319] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9319/stat : 9319 (java) S 9283 9283 8895 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 626863892 833253376 8898 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9320] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9320/stat : 9320 (java) S 9283 9283 8895 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 626863892 833253376 8898 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9321] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9321/stat : 9321 (java) S 9283 9283 8895 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 626863894 833253376 8898 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9322] ppid=9283 vsize=813724 CPUtime=0.19
/proc/9316/task/9322/stat : 9322 (java) S 9283 9283 8895 0 -1 64 770 0 0 0 19 0 0 0 16 0 9 0 626863894 833253376 8898 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9316/tid=9323] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9323/stat : 9323 (java) S 9283 9283 8895 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 626863894 833253376 8898 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9316/tid=9324] ppid=9283 vsize=813724 CPUtime=0
/proc/9316/task/9324/stat : 9324 (java) S 9283 9283 8895 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 626863894 833253376 8898 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 861284

[startup+5.5066 s]
/proc/loadavg: 0.21 0.05 0.01 3/78 9373
/proc/meminfo: memFree=1810120/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=47560 CPUtime=5.12
/proc/9283/stat : 9283 (galacM.sh) S 9281 9283 8895 0 -1 4194304 830 21862 5 1 0 1 497 14 17 0 1 0 626863852 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/9283/statm: 11890 364 244 79 0 219 0
[pid=9365] ppid=9283 vsize=813752 CPUtime=0.19
/proc/9365/stat : 9365 (java) S 9283 9283 8895 0 -1 0 4832 0 1 0 17 2 0 0 20 0 9 0 626864387 833282048 4265 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9365/statm: 203438 4265 1834 9 0 197419 0
[pid=9365/tid=9366] ppid=9283 vsize=813752 CPUtime=0.13
/proc/9365/task/9366/stat : 9366 (java) R 9283 9283 8895 0 -1 64 3440 0 1 0 12 1 0 0 17 0 9 0 626864388 833282048 4266 996147200 134512640 134550740 4294955616 18446744073709551615 102492834 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9367] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9367/stat : 9367 (java) S 9283 9283 8895 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 626864389 833282048 4267 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9368] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9368/stat : 9368 (java) S 9283 9283 8895 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 626864389 833282048 4267 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9369] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9369/stat : 9369 (java) S 9283 9283 8895 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 626864389 833282048 4267 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9370] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9370/stat : 9370 (java) S 9283 9283 8895 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 626864391 833282048 4267 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9371] ppid=9283 vsize=813752 CPUtime=0.05
/proc/9365/task/9371/stat : 9371 (java) S 9283 9283 8895 0 -1 64 678 0 0 0 5 0 0 0 16 0 9 0 626864391 833282048 4267 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9365/tid=9372] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9372/stat : 9372 (java) S 9283 9283 8895 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626864391 833282048 4267 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9373] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9373/stat : 9373 (java) S 9283 9283 8895 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 626864391 833282048 4268 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 861312

[startup+5.70262 s]
/proc/loadavg: 0.21 0.05 0.01 3/78 9373
/proc/meminfo: memFree=1810120/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=47560 CPUtime=5.12
/proc/9283/stat : 9283 (galacM.sh) S 9281 9283 8895 0 -1 4194304 830 21862 5 1 0 1 497 14 17 0 1 0 626863852 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/9283/statm: 11890 364 244 79 0 219 0
[pid=9365] ppid=9283 vsize=813752 CPUtime=0.5
/proc/9365/stat : 9365 (java) S 9283 9283 8895 0 -1 0 5554 0 1 0 47 3 0 0 20 0 9 0 626864387 833282048 4976 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9365/statm: 203438 4977 1855 9 0 197419 0
[pid=9365/tid=9366] ppid=9283 vsize=813752 CPUtime=0.33
/proc/9365/task/9366/stat : 9366 (java) R 9283 9283 8895 0 -1 64 4072 0 1 0 31 2 0 0 17 0 9 0 626864388 833282048 4977 996147200 134512640 134550740 4294955616 18446744073709551615 4126909560 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9367] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9367/stat : 9367 (java) S 9283 9283 8895 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 626864389 833282048 4977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9368] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9368/stat : 9368 (java) S 9283 9283 8895 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 626864389 833282048 4977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9369] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9369/stat : 9369 (java) S 9283 9283 8895 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 626864389 833282048 4977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9370] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9370/stat : 9370 (java) S 9283 9283 8895 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 626864391 833282048 4977 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9371] ppid=9283 vsize=813752 CPUtime=0.15
/proc/9365/task/9371/stat : 9371 (java) S 9283 9283 8895 0 -1 64 768 0 0 0 15 0 0 0 16 0 9 0 626864391 833282048 4978 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9365/tid=9372] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9372/stat : 9372 (java) S 9283 9283 8895 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626864391 833282048 4978 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9373] ppid=9283 vsize=813752 CPUtime=0
/proc/9365/task/9373/stat : 9373 (java) S 9283 9283 8895 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 626864391 833282048 4978 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 861312

[startup+5.80263 s]
/proc/loadavg: 0.21 0.05 0.01 3/78 9373
/proc/meminfo: memFree=1810120/2055920 swapFree=4177412/4192956
[pid=9283] ppid=9281 vsize=47560 CPUtime=5.12
/proc/9283/stat : 9283 (galacM.sh) S 9281 9283 8895 0 -1 4194304 830 21862 5 1 0 1 497 14 17 0 1 0 626863852 48701440 364 996147200 4194304 4520092 548682068832 18446744073709551615 243665698898 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/9283/statm: 11890 364 244 79 0 219 0
[pid=9365] ppid=9283 vsize=813996 CPUtime=0.63
/proc/9365/stat : 9365 (java) S 9283 9283 8895 0 -1 0 6134 0 1 0 59 4 0 0 20 0 9 0 626864387 833531904 5516 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9365/statm: 203499 5516 1911 9 0 197452 0
[pid=9365/tid=9366] ppid=9283 vsize=813996 CPUtime=0.44
/proc/9365/task/9366/stat : 9366 (java) R 9283 9283 8895 0 -1 64 4631 0 1 0 41 3 0 0 17 0 9 0 626864388 833531904 5517 996147200 134512640 134550740 4294955616 18446744073709551615 4126962029 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9367] ppid=9283 vsize=813996 CPUtime=0
/proc/9365/task/9367/stat : 9367 (java) S 9283 9283 8895 0 -1 64 4 0 0 0 0 0 0 0 22 0 9 0 626864389 833531904 5517 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9368] ppid=9283 vsize=813996 CPUtime=0
/proc/9365/task/9368/stat : 9368 (java) S 9283 9283 8895 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 626864389 833531904 5517 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9369] ppid=9283 vsize=813996 CPUtime=0
/proc/9365/task/9369/stat : 9369 (java) S 9283 9283 8895 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 626864389 833531904 5518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9370] ppid=9283 vsize=813996 CPUtime=0
/proc/9365/task/9370/stat : 9370 (java) S 9283 9283 8895 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 626864391 833531904 5518 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9371] ppid=9283 vsize=813996 CPUtime=0.17
/proc/9365/task/9371/stat : 9371 (java) R 9283 9283 8895 0 -1 64 789 0 0 0 17 0 0 0 16 0 9 0 626864391 833531904 5519 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=9365/tid=9372] ppid=9283 vsize=813996 CPUtime=0
/proc/9365/task/9372/stat : 9372 (java) S 9283 9283 8895 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 626864391 833531904 5519 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 0 0 0
[pid=9365/tid=9373] ppid=9283 vsize=813996 CPUtime=0
/proc/9365/task/9373/stat : 9373 (java) S 9283 9283 8895 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 626864391 833531904 5519 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 861556

Child status: 0
Real time (s): 5.87568
CPU time (s): 5.83311
CPU user time (s): 5.62115
CPU system time (s): 0.211967
CPU usage (%): 99.2755
Max. virtual memory (cumulated for all children) (KiB): 861556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.62115
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29887
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 938
involuntary context switches= 584

runsolver used 0.006998 second user time and 0.029995 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-03 00:57:17
IDJOB=1046688
IDBENCH=53946
IDSOLVER=350
FILE ID=node84/1046688-1215039437
PBS_JOBID= 7875009
Free space on /tmp= 66552 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/jnhSat/normalized-jnh301_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1046688-1215039437/watcher-1046688-1215039437 -o /tmp/evaluation-result-1046688-1215039437/solver-1046688-1215039437 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1046688-1215039437.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 72ed47ef0bc9063ca630cddd323c2d8e
RANDOM SEED=1642515160

node84.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.231
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.231
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:       1792888 kB
Buffers:         23516 kB
Cached:         133316 kB
SwapCached:       9700 kB
Active:         147964 kB
Inactive:        45464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792888 kB
SwapTotal:     4192956 kB
SwapFree:      4177412 kB
Dirty:            4952 kB
Writeback:           0 kB
Mapped:          46668 kB
Slab:            54860 kB
Committed_AS:  1716720 kB
PageTables:       1812 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node84 at 2008-07-03 00:57:23