Trace number 1056011

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 M? (TO) 1800.03 1809.42

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-10.xml
MD5SUM4767daf10c71e50004bb1bec7a8e5909
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints4975
Maximum constraint arity2
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.75/1.84	c start processing
1.75/1.84	c start relation processing
1.75/1.86	c start cnf exporting
23.45/23.69	c parsing time : 1.728
23.45/23.69	c preprocessing time : 23.571
23.45/23.69	
23.45/23.69	c Nary constraints - conflicts : 0 supports : 0
23.45/23.69	c Binary constraints - conflicts : 4851 supports :124
23.45/23.69	c max arity constraint : 2
23.45/23.69	c Max Tuples generated 10000
23.45/23.69	c relations : 3
23.45/23.69	c relations BDD: 0
23.45/23.69	c sampling 2/2
23.45/23.69	c vars : 10016 - clauses :  1002731
23.45/23.69	
23.54/23.75	 
23.54/23.75	c --- SAT Solver Stats ---
23.54/23.75	 

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1056011-1215061009/watcher-1056011-1215061009 -o /tmp/evaluation-result-1056011-1215061009/solver-1056011-1215061009 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1056011-1215061009.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.92 2.00 2.05 4/74 21402
/proc/meminfo: memFree=1119328/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=8652 CPUtime=0
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 346 0 0 0 0 0 0 0 18 0 1 0 661830462 8859648 280 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 0 0 0
/proc/21402/statm: 2163 280 208 79 0 156 0
[pid=21403] ppid=21402 vsize=8688 CPUtime=0
/proc/21403/stat : 21403 (galacM.sh) S 21402 21402 13857 0 -1 4194368 36 0 0 0 0 0 0 0 18 0 1 0 661830462 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 230266994770 0 0 4096 73728 18446744071563648864 0 0 17 0 0 0
/proc/21403/statm: 2172 286 209 79 0 165 0
[pid=21404] ppid=21403 vsize=8728 CPUtime=0
/proc/21404/stat : 21404 (galacM.sh) R 21403 21402 13857 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 1 0 661830462 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 230266826023 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/21404/statm: 2182 290 209 79 0 175 0

[startup+0.05802 s]
/proc/loadavg: 1.92 2.00 2.05 4/74 21402
/proc/meminfo: memFree=1119328/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=0.01
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.101599 s]
/proc/loadavg: 1.92 2.00 2.05 4/74 21402
/proc/meminfo: memFree=1119328/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=0.01
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.302642 s]
/proc/loadavg: 1.92 2.00 2.05 4/74 21402
/proc/meminfo: memFree=1119328/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=0.01
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+0.701664 s]
/proc/loadavg: 1.92 2.00 2.05 4/74 21402
/proc/meminfo: memFree=1119328/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=0.01
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47568

[startup+1.50182 s]
/proc/loadavg: 1.92 2.00 2.05 3/84 21424
/proc/meminfo: memFree=1078280/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=0.01
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21416] ppid=21402 vsize=812872 CPUtime=1.45
/proc/21416/stat : 21416 (java) S 21402 21402 13857 0 -1 0 15381 0 1 0 137 8 0 0 18 0 9 0 661830465 832380928 14602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 203218 14602 2586 9 0 197199 0
[pid=21416/tid=21417] ppid=21402 vsize=812872 CPUtime=1.07
/proc/21416/task/21417/stat : 21417 (java) R 21402 21402 13857 0 -1 64 9370 0 1 0 102 5 0 0 25 0 9 0 661830466 832380928 14602 996147200 134512640 134550740 4294955616 18446744073709551615 4126700375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21402 vsize=812872 CPUtime=0.05
/proc/21416/task/21418/stat : 21418 (java) S 21402 21402 13857 0 -1 64 4397 0 0 0 4 1 0 0 16 0 9 0 661830467 832380928 14602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21402 21402 13857 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661830468 832380928 14602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21402 21402 13857 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661830468 832380928 14602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21421/stat : 21421 (java) S 21402 21402 13857 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 661830470 832380928 14602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21402 vsize=812872 CPUtime=0.3
/proc/21416/task/21422/stat : 21422 (java) S 21402 21402 13857 0 -1 64 913 0 0 0 29 1 0 0 16 0 9 0 661830470 832380928 14602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21402 21402 13857 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661830470 832380928 14602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21424] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21424/stat : 21424 (java) S 21402 21402 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661830470 832380928 14602 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860440

[startup+3.10212 s]
/proc/loadavg: 1.92 2.00 2.05 3/84 21424
/proc/meminfo: memFree=1048072/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=0.01
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21416] ppid=21402 vsize=812872 CPUtime=3.04
/proc/21416/stat : 21416 (java) S 21402 21402 13857 0 -1 0 21038 0 1 0 292 12 0 0 18 0 9 0 661830465 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 203218 20255 2592 9 0 197199 0
[pid=21416/tid=21417] ppid=21402 vsize=812872 CPUtime=2.59
/proc/21416/task/21417/stat : 21417 (java) R 21402 21402 13857 0 -1 64 14619 0 1 0 250 9 0 0 25 0 9 0 661830466 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4127426260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21402 vsize=812872 CPUtime=0.06
/proc/21416/task/21418/stat : 21418 (java) S 21402 21402 13857 0 -1 64 4760 0 0 0 5 1 0 0 16 0 9 0 661830467 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21402 21402 13857 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661830468 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21402 21402 13857 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661830468 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21421/stat : 21421 (java) S 21402 21402 13857 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 661830470 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21402 vsize=812872 CPUtime=0.36
/proc/21416/task/21422/stat : 21422 (java) S 21402 21402 13857 0 -1 64 958 0 0 0 35 1 0 0 15 0 9 0 661830470 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21402 21402 13857 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661830470 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21424] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21424/stat : 21424 (java) S 21402 21402 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661830470 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 860440

[startup+6.30171 s]
/proc/loadavg: 2.09 2.03 2.06 3/84 21424
/proc/meminfo: memFree=1044296/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=0.01
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21416] ppid=21402 vsize=812872 CPUtime=6.22
/proc/21416/stat : 21416 (java) S 21402 21402 13857 0 -1 0 21045 0 1 0 608 14 0 0 18 0 9 0 661830465 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 203218 20255 2592 9 0 197199 0
[pid=21416/tid=21417] ppid=21402 vsize=812872 CPUtime=5.75
/proc/21416/task/21417/stat : 21417 (java) R 21402 21402 13857 0 -1 64 14626 0 1 0 565 10 0 0 25 0 9 0 661830466 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4127358443 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21402 vsize=812872 CPUtime=0.08
/proc/21416/task/21418/stat : 21418 (java) S 21402 21402 13857 0 -1 64 4760 0 0 0 7 1 0 0 16 0 9 0 661830467 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21402 21402 13857 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661830468 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21402 21402 13857 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661830468 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21421/stat : 21421 (java) S 21402 21402 13857 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 661830470 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21402 vsize=812872 CPUtime=0.36
/proc/21416/task/21422/stat : 21422 (java) S 21402 21402 13857 0 -1 64 958 0 0 0 35 1 0 0 15 0 9 0 661830470 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21402 21402 13857 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661830470 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21424] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21424/stat : 21424 (java) S 21402 21402 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661830470 832380928 20255 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 860440

[startup+12.7029 s]
/proc/loadavg: 2.24 2.07 2.07 3/84 21424
/proc/meminfo: memFree=1038360/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=0.01
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21416] ppid=21402 vsize=812872 CPUtime=12.59
/proc/21416/stat : 21416 (java) S 21402 21402 13857 0 -1 0 21245 0 1 0 1242 17 0 0 18 0 9 0 661830465 832380928 20442 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21416/statm: 203218 20442 2592 9 0 197199 0
[pid=21416/tid=21417] ppid=21402 vsize=812872 CPUtime=12.08
/proc/21416/task/21417/stat : 21417 (java) R 21402 21402 13857 0 -1 64 14639 0 1 0 1196 12 0 0 25 0 9 0 661830466 832380928 20442 996147200 134512640 134550740 4294955616 18446744073709551615 4126782752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21418] ppid=21402 vsize=812872 CPUtime=0.11
/proc/21416/task/21418/stat : 21418 (java) S 21402 21402 13857 0 -1 64 4939 0 0 0 9 2 0 0 16 0 9 0 661830467 832380928 20442 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21419] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21419/stat : 21419 (java) S 21402 21402 13857 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 661830468 832380928 20442 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21420] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21420/stat : 21420 (java) S 21402 21402 13857 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 661830468 832380928 20442 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21421] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21421/stat : 21421 (java) S 21402 21402 13857 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 661830470 832380928 20442 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21422] ppid=21402 vsize=812872 CPUtime=0.37
/proc/21416/task/21422/stat : 21422 (java) S 21402 21402 13857 0 -1 64 966 0 0 0 36 1 0 0 16 0 9 0 661830470 832380928 20442 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21423] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21423/stat : 21423 (java) S 21402 21402 13857 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 661830470 832380928 20442 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21416/tid=21424] ppid=21402 vsize=812872 CPUtime=0
/proc/21416/task/21424/stat : 21424 (java) S 21402 21402 13857 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 661830470 832380928 20442 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 860440

[startup+25.5023 s]
/proc/loadavg: 2.26 2.08 2.08 3/76 21425
/proc/meminfo: memFree=1064472/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=41280 CPUtime=1.73
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 10118 0 0 0 167 6 0 0 25 0 1 0 661832837 42270720 10099 996147200 134512640 135136200 4294955968 18446744073709551615 134719610 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 10320 10099 57 152 0 10165 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 88848

[startup+51.103 s]
/proc/loadavg: 2.17 2.07 2.07 3/76 21425
/proc/meminfo: memFree=1018968/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=86720 CPUtime=27.23
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 21492 0 0 0 2709 14 0 0 25 0 1 0 661832837 88801280 21473 996147200 134512640 135136200 4294955968 18446744073709551615 134525805 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 21680 21473 57 152 0 21525 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 134288

[startup+102.306 s]
/proc/loadavg: 2.11 2.07 2.07 3/76 21425

################
# More data... #
################

/proc/21425/statm: 168548 168004 57 152 0 168393 0
Current children cumulated CPU time (s) 1118.23
Current children cumulated vsize (KiB) 721760

[startup+1182.3 s]
/proc/loadavg: 2.02 2.08 2.07 4/75 21508
/proc/meminfo: memFree=955048/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=693460 CPUtime=1154.2
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 172845 0 0 0 115256 164 0 0 25 0 1 0 661832837 710103040 172826 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 173365 172826 57 152 0 173210 0
Current children cumulated CPU time (s) 1177.76
Current children cumulated vsize (KiB) 741028

[startup+1242.3 s]
/proc/loadavg: 2.00 2.07 2.06 3/75 21508
/proc/meminfo: memFree=936040/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=712176 CPUtime=1213.73
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 177496 0 0 0 121206 167 0 0 25 0 1 0 661832837 729268224 177477 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 178044 177477 57 152 0 177889 0
Current children cumulated CPU time (s) 1237.29
Current children cumulated vsize (KiB) 759744

[startup+1302.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/75 21508
/proc/meminfo: memFree=921512/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=726400 CPUtime=1273.27
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 181059 0 0 0 127156 171 0 0 25 0 1 0 661832837 743833600 181040 996147200 134512640 135136200 4294955968 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 181600 181040 57 152 0 181445 0
Current children cumulated CPU time (s) 1296.83
Current children cumulated vsize (KiB) 773968

[startup+1362.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/75 21508
/proc/meminfo: memFree=909928/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=738252 CPUtime=1332.81
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 183984 0 0 0 133107 174 0 0 25 0 1 0 661832837 755970048 183965 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 184563 183965 57 152 0 184408 0
Current children cumulated CPU time (s) 1356.37
Current children cumulated vsize (KiB) 785820

[startup+1422.31 s]
/proc/loadavg: 2.00 2.03 2.04 3/75 21508
/proc/meminfo: memFree=895336/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=752780 CPUtime=1392.35
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 187600 0 0 0 139058 177 0 0 25 0 1 0 661832837 770846720 187581 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 188195 187581 57 152 0 188040 0
Current children cumulated CPU time (s) 1415.91
Current children cumulated vsize (KiB) 800348

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/75 21508
/proc/meminfo: memFree=881192/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=766924 CPUtime=1451.88
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 191128 0 0 0 145007 181 0 0 25 0 1 0 661832837 785330176 191109 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 191731 191109 57 152 0 191576 0
Current children cumulated CPU time (s) 1475.44
Current children cumulated vsize (KiB) 814492

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/75 21508
/proc/meminfo: memFree=867240/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=780764 CPUtime=1511.41
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 194576 0 0 0 150956 185 0 0 25 0 1 0 661832837 799502336 194557 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 195191 194557 57 152 0 195036 0
Current children cumulated CPU time (s) 1534.97
Current children cumulated vsize (KiB) 828332

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/75 21508
/proc/meminfo: memFree=853480/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=794452 CPUtime=1570.96
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 197981 0 0 0 156907 189 0 0 25 0 1 0 661832837 813518848 197962 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 198613 197962 57 152 0 198458 0
Current children cumulated CPU time (s) 1594.52
Current children cumulated vsize (KiB) 842020

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 21508
/proc/meminfo: memFree=840296/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=807420 CPUtime=1630.49
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 201234 0 0 0 162858 191 0 0 25 0 1 0 661832837 826798080 201215 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 201855 201215 57 152 0 201700 0
Current children cumulated CPU time (s) 1654.05
Current children cumulated vsize (KiB) 854988

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 21508
/proc/meminfo: memFree=812968/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=835052 CPUtime=1690.03
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 208115 0 0 0 168806 197 0 0 25 0 1 0 661832837 855093248 208096 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 208763 208096 57 152 0 208608 0
Current children cumulated CPU time (s) 1713.59
Current children cumulated vsize (KiB) 882620

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 21508
/proc/meminfo: memFree=789288/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=858812 CPUtime=1749.56
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 213906 0 0 0 174754 202 0 0 25 0 1 0 661832837 879423488 213887 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 214703 213887 57 152 0 214548 0
Current children cumulated CPU time (s) 1773.12
Current children cumulated vsize (KiB) 906380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.4 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 21508
/proc/meminfo: memFree=778600/2055924 swapFree=4177432/4192956
[pid=21402] ppid=21400 vsize=47568 CPUtime=23.56
/proc/21402/stat : 21402 (galacM.sh) S 21400 21402 13857 0 -1 4194304 799 22974 0 1 0 0 2333 23 17 0 1 0 661830462 48709632 364 996147200 4194304 4520092 548682068832 18446744073709551615 230266432346 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/21402/statm: 11892 364 245 79 0 219 0
[pid=21425] ppid=21402 vsize=869116 CPUtime=1776.47
/proc/21425/stat : 21425 (minisat) R 21402 21402 13857 0 -1 4194304 216490 0 0 0 177442 205 0 0 25 0 1 0 661832837 889974784 216471 996147200 134512640 135136200 4294955968 18446744073709551615 134527715 0 0 4096 3 0 0 0 17 0 0 0
/proc/21425/statm: 217279 216471 57 152 0 217124 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 916684

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21402 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=333452
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=241963
# CPU time returned by wait4() is 23.5754
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.42
CPU time (s): 1800.03
CPU user time (s): 1797.75
CPU system time (s): 2.28
CPU usage (%): 99.4811
Max. virtual memory (cumulated for all children) (KiB): 916684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3335
system time used= 0.241963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23773
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= 2400
involuntary context switches= 2149

runsolver used 1.74873 second user time and 5.2702 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-03 06:56:49
IDJOB=1056011
IDBENCH=57394
IDSOLVER=350
FILE ID=node83/1056011-1215061009
PBS_JOBID= 7875012
Free space on /tmp= 65312 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4767daf10c71e50004bb1bec7a8e5909
RANDOM SEED=1061148954

node83.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.263
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.263
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:      2055924 kB
MemFree:       1119872 kB
Buffers:         58536 kB
Cached:         357216 kB
SwapCached:       9588 kB
Active:         787236 kB
Inactive:        82256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1119872 kB
SwapTotal:     4192956 kB
SwapFree:      4177432 kB
Dirty:            3620 kB
Writeback:           0 kB
Mapped:         460040 kB
Slab:            51036 kB
Committed_AS:  1441188 kB
PageTables:       2676 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= 65468 MiB
End job on node83 at 2008-07-03 07:27:00