Trace number 1103226

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 1807.11

General information on the benchmark

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

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.45/1.60	c start processing
1.45/1.60	c start relation processing
1.94/2.02	c start cnf exporting
7.68/7.86	c parsing time : 1.469
7.68/7.86	c preprocessing time : 7.732
7.68/7.86	
7.68/7.86	c Nary constraints - conflicts : 0 supports : 0
7.68/7.86	c Binary constraints - conflicts : 0 supports :103
7.68/7.86	c max arity constraint : 2
7.68/7.86	c Max Tuples generated 0
7.68/7.86	c relations : 103
7.68/7.86	c relations BDD: 0
7.68/7.86	c sampling 0/0
7.68/7.86	c vars : 3201 - clauses :  142920
7.68/7.86	
7.74/7.92	 
7.74/7.92	c --- SAT Solver Stats ---
7.74/7.92	 

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-1103226-1215300730/watcher-1103226-1215300730 -o /tmp/evaluation-result-1103226-1215300730/solver-1103226-1215300730 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1103226-1215300730.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.00 2.02 2.00 4/81 27662
/proc/meminfo: memFree=1779656/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=8560 CPUtime=0
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 308 0 0 0 0 0 0 0 16 0 1 0 2009047398 8765440 254 996147200 4194304 4520092 548682068832 18446744073709551615 227848996751 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27662/statm: 2163 280 208 79 0 156 0
[pid=27663] ppid=27662 vsize=8688 CPUtime=0
/proc/27663/stat : 27663 (galacM.sh) S 27662 27662 26858 0 -1 4194368 36 0 0 0 0 0 0 0 17 0 1 0 2009047399 8896512 286 996147200 4194304 4520092 548682068832 18446744073709551615 227848978514 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/27663/statm: 2172 286 209 79 0 165 0
[pid=27664] ppid=27663 vsize=8728 CPUtime=0
/proc/27664/stat : 27664 (galacM.sh) R 27663 27662 26858 0 -1 4194368 25 0 0 0 0 0 0 0 19 0 1 0 2009047399 8937472 290 996147200 4194304 4520092 548682068832 18446744073709551615 227848809767 0 0 3674112 73728 0 0 0 17 1 0 0
/proc/27664/statm: 2182 290 209 79 0 175 0

[startup+0.0779469 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 27662
/proc/meminfo: memFree=1779656/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=0.01
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.102953 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 27662
/proc/meminfo: memFree=1779656/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=0.01
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.301991 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 27662
/proc/meminfo: memFree=1779656/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=0.01
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+0.701058 s]
/proc/loadavg: 2.00 2.02 2.00 4/81 27662
/proc/meminfo: memFree=1779656/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=0.01
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47576

[startup+1.5022 s]
/proc/loadavg: 2.00 2.02 2.00 4/91 27684
/proc/meminfo: memFree=1709624/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=0.01
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27676] ppid=27662 vsize=812732 CPUtime=1.44
/proc/27676/stat : 27676 (java) S 27662 27662 26858 0 -1 0 21799 0 1 0 133 11 0 0 18 0 9 0 2009047402 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27676/statm: 203183 21218 1889 9 0 197164 0
[pid=27676/tid=27677] ppid=27662 vsize=812732 CPUtime=1.22
/proc/27676/task/27677/stat : 27677 (java) R 27662 27662 26858 0 -1 64 14480 0 1 0 115 7 0 0 25 0 9 0 2009047403 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27678] ppid=27662 vsize=812732 CPUtime=0.07
/proc/27676/task/27678/stat : 27678 (java) R 27662 27662 26858 0 -1 64 5862 0 0 0 5 2 0 0 16 0 9 0 2009047405 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 101443078 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27679] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27679/stat : 27679 (java) S 27662 27662 26858 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009047405 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27680] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27680/stat : 27680 (java) S 27662 27662 26858 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009047405 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27681] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27681/stat : 27681 (java) S 27662 27662 26858 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009047407 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27682] ppid=27662 vsize=812732 CPUtime=0.12
/proc/27676/task/27682/stat : 27682 (java) S 27662 27662 26858 0 -1 64 759 0 0 0 12 0 0 0 16 0 9 0 2009047407 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27683] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27683/stat : 27683 (java) S 27662 27662 26858 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2009047407 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27684] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27684/stat : 27684 (java) S 27662 27662 26858 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009047407 832237568 21218 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 860308

[startup+3.10148 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 27684
/proc/meminfo: memFree=1700856/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=0.01
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27676] ppid=27662 vsize=812732 CPUtime=3.02
/proc/27676/stat : 27676 (java) S 27662 27662 26858 0 -1 0 24879 0 1 0 290 12 0 0 18 0 9 0 2009047402 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27676/statm: 203183 24292 1914 9 0 197164 0
[pid=27676/tid=27677] ppid=27662 vsize=812732 CPUtime=2.61
/proc/27676/task/27677/stat : 27677 (java) R 27662 27662 26858 0 -1 64 14532 0 1 0 254 7 0 0 25 0 9 0 2009047403 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4126964616 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27678] ppid=27662 vsize=812732 CPUtime=0.16
/proc/27676/task/27678/stat : 27678 (java) S 27662 27662 26858 0 -1 64 8811 0 0 0 13 3 0 0 16 0 9 0 2009047405 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27679] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27679/stat : 27679 (java) S 27662 27662 26858 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009047405 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27680] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27680/stat : 27680 (java) S 27662 27662 26858 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009047405 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27681] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27681/stat : 27681 (java) S 27662 27662 26858 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009047407 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27682] ppid=27662 vsize=812732 CPUtime=0.21
/proc/27676/task/27682/stat : 27682 (java) S 27662 27662 26858 0 -1 64 838 0 0 0 21 0 0 0 16 0 9 0 2009047407 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27683] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27683/stat : 27683 (java) S 27662 27662 26858 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2009047407 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27684] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27684/stat : 27684 (java) S 27662 27662 26858 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009047407 832237568 24292 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860308

[startup+6.30205 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 27684
/proc/meminfo: memFree=1686584/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=0.01
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 766 1697 0 0 0 0 0 1 18 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27676] ppid=27662 vsize=812732 CPUtime=6.2
/proc/27676/stat : 27676 (java) S 27662 27662 26858 0 -1 0 24901 0 1 0 606 14 0 0 18 0 9 0 2009047402 832237568 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27676/statm: 203183 24307 1915 9 0 197164 0
[pid=27676/tid=27677] ppid=27662 vsize=812732 CPUtime=5.76
/proc/27676/task/27677/stat : 27677 (java) R 27662 27662 26858 0 -1 64 14540 0 1 0 567 9 0 0 25 0 9 0 2009047403 832237568 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4126700527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27678] ppid=27662 vsize=812732 CPUtime=0.17
/proc/27676/task/27678/stat : 27678 (java) S 27662 27662 26858 0 -1 64 8811 0 0 0 14 3 0 0 16 0 9 0 2009047405 832237568 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27679] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27679/stat : 27679 (java) S 27662 27662 26858 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2009047405 832237568 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27680] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27680/stat : 27680 (java) S 27662 27662 26858 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2009047405 832237568 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27681] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27681/stat : 27681 (java) S 27662 27662 26858 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2009047407 832237568 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27682] ppid=27662 vsize=812732 CPUtime=0.23
/proc/27676/task/27682/stat : 27682 (java) S 27662 27662 26858 0 -1 64 852 0 0 0 23 0 0 0 15 0 9 0 2009047407 832237568 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27683] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27683/stat : 27683 (java) S 27662 27662 26858 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2009047407 832237568 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27676/tid=27684] ppid=27662 vsize=812732 CPUtime=0
/proc/27676/task/27684/stat : 27684 (java) S 27662 27662 26858 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2009047407 832237568 24307 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 860308

[startup+12.7012 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 27685
/proc/meminfo: memFree=1760568/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=16952 CPUtime=4.72
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 4075 0 0 0 470 2 0 0 25 0 1 0 2009048191 17358848 4056 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 1 0 0
/proc/27685/statm: 4238 4056 57 152 0 4083 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 64528

[startup+25.5014 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 27685
/proc/meminfo: memFree=1749816/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=27124 CPUtime=17.4
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 6624 0 0 0 1735 5 0 0 25 0 1 0 2009048191 27774976 6605 996147200 134512640 135136200 4294955968 18446744073709551615 134529520 0 0 4096 3 0 0 0 17 1 0 0
/proc/27685/statm: 6781 6605 57 152 0 6626 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 74700

[startup+51.102 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 27685
/proc/meminfo: memFree=1735416/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=41648 CPUtime=42.76
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 10245 0 0 0 4268 8 0 0 25 0 1 0 2009048191 42647552 10226 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/27685/statm: 10412 10226 57 152 0 10257 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 89224

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 27685
/proc/meminfo: memFree=1718648/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=58380 CPUtime=93.48
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 14358 0 0 0 9335 13 0 0 25 0 1 0 2009048191 59781120 14339 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/27685/statm: 14595 14339 57 152 0 14440 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 105956

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 27685
/proc/meminfo: memFree=1704312/2055920 swapFree=4180540/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0

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

/proc/27685/statm: 49902 48864 57 152 0 49747 0
Current children cumulated CPU time (s) 1175.46
Current children cumulated vsize (KiB) 247184

[startup+1242.3 s]
/proc/loadavg: 1.00 1.13 1.51 2/66 29064
/proc/meminfo: memFree=1587144/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=207352 CPUtime=1227.67
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 50797 0 0 0 122708 59 0 0 25 0 1 0 2009048191 212328448 50778 996147200 134512640 135136200 4294955968 18446744073709551615 134529428 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 51838 50778 57 152 0 51683 0
Current children cumulated CPU time (s) 1235.44
Current children cumulated vsize (KiB) 254928

[startup+1302.3 s]
/proc/loadavg: 1.00 1.10 1.48 2/66 29064
/proc/meminfo: memFree=1577480/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=217296 CPUtime=1287.65
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 53191 0 0 0 128703 62 0 0 25 0 1 0 2009048191 222511104 53163 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 54324 53163 57 152 0 54169 0
Current children cumulated CPU time (s) 1295.42
Current children cumulated vsize (KiB) 264872

[startup+1362.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/66 29064
/proc/meminfo: memFree=1569160/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=225804 CPUtime=1347.63
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 55260 0 0 0 134699 64 0 0 25 0 1 0 2009048191 231223296 55232 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 56451 55232 57 152 0 56296 0
Current children cumulated CPU time (s) 1355.4
Current children cumulated vsize (KiB) 273380

[startup+1422.31 s]
/proc/loadavg: 1.00 1.06 1.41 2/66 29064
/proc/meminfo: memFree=1565384/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=229760 CPUtime=1407.61
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 56184 0 0 0 140696 65 0 0 25 0 1 0 2009048191 235274240 56156 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 57440 56156 57 152 0 57285 0
Current children cumulated CPU time (s) 1415.38
Current children cumulated vsize (KiB) 277336

[startup+1482.3 s]
/proc/loadavg: 1.00 1.05 1.39 2/66 29064
/proc/meminfo: memFree=1560584/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=234852 CPUtime=1467.58
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 57400 0 0 0 146692 66 0 0 25 0 1 0 2009048191 240488448 57372 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 58713 57372 57 152 0 58558 0
Current children cumulated CPU time (s) 1475.35
Current children cumulated vsize (KiB) 282428

[startup+1542.3 s]
/proc/loadavg: 1.00 1.04 1.36 2/66 29064
/proc/meminfo: memFree=1555912/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=239744 CPUtime=1527.56
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 58548 0 0 0 152688 68 0 0 25 0 1 0 2009048191 245497856 58520 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 59936 58520 57 152 0 59781 0
Current children cumulated CPU time (s) 1535.33
Current children cumulated vsize (KiB) 287320

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.33 2/66 29064
/proc/meminfo: memFree=1550728/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=245448 CPUtime=1587.54
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 59869 0 0 0 158684 70 0 0 25 0 1 0 2009048191 251338752 59841 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 61362 59841 57 152 0 61207 0
Current children cumulated CPU time (s) 1595.31
Current children cumulated vsize (KiB) 293024

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.31 2/66 29064
/proc/meminfo: memFree=1546760/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=249268 CPUtime=1647.52
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 60814 0 0 0 164681 71 0 0 25 0 1 0 2009048191 255250432 60786 996147200 134512640 135136200 4294955968 18446744073709551615 134529580 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 62317 60786 57 152 0 62162 0
Current children cumulated CPU time (s) 1655.29
Current children cumulated vsize (KiB) 296844

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.29 2/66 29064
/proc/meminfo: memFree=1542344/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=254040 CPUtime=1707.49
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 61917 0 0 0 170677 72 0 0 25 0 1 0 2009048191 260136960 61889 996147200 134512640 135136200 4294955968 18446744073709551615 134525834 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 63510 61889 57 152 0 63355 0
Current children cumulated CPU time (s) 1715.26
Current children cumulated vsize (KiB) 301616

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.27 2/66 29070
/proc/meminfo: memFree=1538248/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=258040 CPUtime=1767.46
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 62904 0 0 0 176673 73 0 0 25 0 1 0 2009048191 264232960 62876 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 64510 62876 57 152 0 64355 0
Current children cumulated CPU time (s) 1775.23
Current children cumulated vsize (KiB) 305616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.1 s]
/proc/loadavg: 1.00 1.01 1.26 2/66 29070
/proc/meminfo: memFree=1536328/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=260240 CPUtime=1792.26
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 63388 0 0 0 179152 74 0 0 25 0 1 0 2009048191 266485760 63351 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 65060 63351 57 152 0 64905 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 307816

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

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

[startup+1807.1 s]
/proc/loadavg: 1.00 1.01 1.26 2/66 29070
/proc/meminfo: memFree=1536328/2055920 swapFree=4180568/4192956
[pid=27662] ppid=27660 vsize=47576 CPUtime=7.77
/proc/27662/stat : 27662 (galacM.sh) S 27660 27662 26858 0 -1 4194304 800 26613 0 1 0 0 760 17 17 0 1 0 2009047398 48717824 365 996147200 4194304 4520092 548682068832 18446744073709551615 227848416090 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/27662/statm: 11894 365 246 79 0 219 0
[pid=27685] ppid=27662 vsize=260240 CPUtime=1792.26
/proc/27685/stat : 27685 (minisat) R 27662 27662 26858 0 -1 4194304 63388 0 0 0 179152 74 0 0 25 0 1 0 2009048191 266485760 63351 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/27685/statm: 65060 63351 57 152 0 64905 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 307816

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27662 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=605843
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=184971
# CPU time returned by wait4() is 7.79081
# 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): 1807.11
CPU time (s): 1800.03
CPU user time (s): 1799.12
CPU system time (s): 0.91
CPU usage (%): 99.6081
Max. virtual memory (cumulated for all children) (KiB): 860308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.60584
system time used= 0.184971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27413
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= 960
involuntary context switches= 1058

runsolver used 1.86272 second user time and 5.31919 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-06 01:32:10
IDJOB=1103226
IDBENCH=60305
IDSOLVER=350
FILE ID=node18/1103226-1215300730
PBS_JOBID= 7882397
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ba40c5b262033abed15fee078e4af63
RANDOM SEED=625427651

node18.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.268
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	: 5931.00
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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1780136 kB
Buffers:         41400 kB
Cached:         158356 kB
SwapCached:       6012 kB
Active:         152884 kB
Inactive:        68312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780136 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            3816 kB
Writeback:           0 kB
Mapped:          37704 kB
Slab:            39776 kB
Committed_AS:  3632160 kB
PageTables:       1816 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= 66552 MiB
End job on node18 at 2008-07-06 02:02:19