Trace number 2088397

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
Conquer 2009-07-10? (TO) 1800.04 1809.63

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-50_ext.xml
MD5SUMce5693464522134d6b11b456249c609b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data


Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2088397-1247388850/watcher-2088397-1247388850 -o /tmp/evaluation-result-2088397-1247388850/solver-2088397-1247388850 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2088397-1247388850.xml -dir HOME -tmpdir HOME 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 28460
/proc/meminfo: memFree=1645688/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=0
/proc/28460/stat : 28460 (solver) R 28458 28460 26979 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 25951073 5484544 235 996147200 4194304 4889804 548682068704 18446744073709551615 254195170276 0 0 4100 65536 0 0 0 17 1 0 0
/proc/28460/statm: 1339 235 195 169 0 50 0

[startup+0.159949 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 28460
/proc/meminfo: memFree=1645688/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=0
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25951073 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.20195 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 28460
/proc/meminfo: memFree=1645688/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=0
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25951073 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301956 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 28460
/proc/meminfo: memFree=1645688/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=0
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25951073 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701987 s]
/proc/loadavg: 1.85 1.97 1.99 4/81 28460
/proc/meminfo: memFree=1645688/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=0
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25951073 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50105 s]
/proc/loadavg: 1.85 1.97 1.99 3/83 28463
/proc/meminfo: memFree=1639784/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=0
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25951073 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 241 200 169 0 50 0
[pid=28463] ppid=28460 vsize=5624 CPUtime=1.45
/proc/28463/stat : 28463 (ld-linux.so.2) R 28460 28460 26979 0 -1 4194304 1072 0 0 0 42 103 0 0 25 0 1 0 25951074 5758976 1054 996147200 1448431616 1448550632 4294956128 18446744073709551615 134535906 0 0 4096 0 0 0 0 17 1 0 0
/proc/28463/statm: 1406 1054 100 29 0 993 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 10980

[startup+3.10216 s]
/proc/loadavg: 1.85 1.97 1.99 3/83 28463
/proc/meminfo: memFree=1635688/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=0
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 25951073 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 241 200 169 0 50 0
[pid=28463] ppid=28460 vsize=9600 CPUtime=3.04
/proc/28463/stat : 28463 (ld-linux.so.2) R 28460 28460 26979 0 -1 4194304 2075 0 0 0 86 218 0 0 25 0 1 0 25951074 9830400 2057 996147200 1448431616 1448550632 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28463/statm: 2400 2057 100 29 0 1987 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 14956

[startup+6.3014 s]
/proc/loadavg: 1.86 1.97 1.99 3/91 28474
/proc/meminfo: memFree=1605416/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=311824 CPUtime=2.57
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 14960 0 0 0 251 6 0 0 25 0 9 0 25951425 319307776 14425 996147200 134512640 142716928 4294956224 18446744073709551615 134710795 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28465/statm: 77956 14425 647 2003 0 75367 0
[pid=28465/tid=28467] ppid=28460 vsize=311824 CPUtime=0
/proc/28465/task/28467/stat : 28467 (Conquer) S 28460 28460 26979 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25951426 319307776 14425 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28460 vsize=311824 CPUtime=0.02
/proc/28465/task/28468/stat : 28468 (Conquer) S 28460 28460 26979 0 -1 64 16 0 0 0 2 0 0 0 16 0 9 0 25951444 319307776 14425 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28469] ppid=28460 vsize=311824 CPUtime=0
/proc/28465/task/28469/stat : 28469 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25951446 319307776 14425 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28470] ppid=28460 vsize=311824 CPUtime=0
/proc/28465/task/28470/stat : 28470 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25951446 319307776 14425 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28460 vsize=311824 CPUtime=0
/proc/28465/task/28471/stat : 28471 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 25951446 319307776 14425 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28472] ppid=28460 vsize=311824 CPUtime=0
/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25951446 319307776 14425 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28473] ppid=28460 vsize=311824 CPUtime=0
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25951446 319307776 14425 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28474] ppid=28460 vsize=311824 CPUtime=0
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 19 0 0 0 0 0 0 0 15 0 9 0 25951446 319307776 14425 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 317180

[startup+12.7029 s]
/proc/loadavg: 1.87 1.97 1.99 3/91 28474
/proc/meminfo: memFree=1505896/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=329364 CPUtime=8.92
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 36671 0 0 0 879 13 0 0 25 0 9 0 25951425 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 134793577 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28465/statm: 82341 33948 692 2003 0 79752 0
[pid=28465/tid=28467] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28467/stat : 28467 (Conquer) S 28460 28460 26979 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25951426 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28460 vsize=329364 CPUtime=0.34
/proc/28465/task/28468/stat : 28468 (Conquer) S 28460 28460 26979 0 -1 64 39 0 0 0 34 0 0 0 16 0 9 0 25951444 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28469] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28469/stat : 28469 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28470] ppid=28460 vsize=329364 CPUtime=0.07
/proc/28465/task/28470/stat : 28470 (Conquer) S 28460 28460 26979 0 -1 64 5 0 0 0 7 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28471/stat : 28471 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28472] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28473] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28474] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 20 0 0 0 0 0 0 0 15 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 334720

[startup+25.5028 s]
/proc/loadavg: 1.97 1.99 1.99 3/91 28474
/proc/meminfo: memFree=1506088/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=329364 CPUtime=21.72
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 36745 0 0 0 2158 14 0 0 25 0 9 0 25951425 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 135304579 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28465/statm: 82341 33948 692 2003 0 79752 0
[pid=28465/tid=28467] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28467/stat : 28467 (Conquer) S 28460 28460 26979 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25951426 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28460 vsize=329364 CPUtime=0.34
/proc/28465/task/28468/stat : 28468 (Conquer) S 28460 28460 26979 0 -1 64 39 0 0 0 34 0 0 0 16 0 9 0 25951444 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28469] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28469/stat : 28469 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28470] ppid=28460 vsize=329364 CPUtime=0.07
/proc/28465/task/28470/stat : 28470 (Conquer) S 28460 28460 26979 0 -1 64 5 0 0 0 7 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28471/stat : 28471 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28472] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28473] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28474] ppid=28460 vsize=329364 CPUtime=0
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 20 0 0 0 0 0 0 0 15 0 9 0 25951446 337268736 33948 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 334720

[startup+51.1026 s]
/proc/loadavg: 1.98 1.99 1.99 3/91 28474
/proc/meminfo: memFree=1515496/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=333060 CPUtime=47.29
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 38060 0 0 0 4713 16 0 0 25 0 9 0 25951425 341053440 31635 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28465/statm: 83265 31635 692 2003 0 80676 0
[pid=28465/tid=28467] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28467/stat : 28467 (Conquer) S 28460 28460 26979 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25951426 341053440 31635 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28460 vsize=333060 CPUtime=0.63
/proc/28465/task/28468/stat : 28468 (Conquer) S 28460 28460 26979 0 -1 64 39 0 0 0 63 0 0 0 18 0 9 0 25951444 341053440 31635 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28469] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28469/stat : 28469 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25951446 341053440 31635 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28470] ppid=28460 vsize=333060 CPUtime=0.08
/proc/28465/task/28470/stat : 28470 (Conquer) S 28460 28460 26979 0 -1 64 5 0 0 0 8 0 0 0 16 0 9 0 25951446 341053440 31635 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28471] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28471/stat : 28471 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 25951446 341053440 31635 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28472] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25951446 341053440 31635 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28473] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 341053440 31635 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28474] ppid=28460 vsize=333060 CPUtime=0.08
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 959 0 0 0 8 0 0 0 15 0 9 0 25951446 341053440 31635 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 338416

[startup+102.302 s]
/proc/loadavg: 2.29 2.06 2.02 3/91 28474
/proc/meminfo: memFree=1572584/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=333060 CPUtime=98.47
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 42478 0 0 0 9827 20 0 0 25 0 9 0 25951425 341053440 17295 996147200 134512640 142716928 4294956224 18446744073709551615 134793520 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28465/statm: 83265 17295 692 2003 0 80676 0

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

/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 341053440 16143 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28473] ppid=28460 vsize=333060 CPUtime=0.02
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 25951446 341053440 16143 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28474] ppid=28460 vsize=333060 CPUtime=0.15
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 959 0 0 0 14 1 0 0 15 0 9 0 25951446 341053440 16143 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.81
Current children cumulated vsize (KiB) 338416

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 28508
/proc/meminfo: memFree=1609152/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=333060 CPUtime=1650.35
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 112340 0 0 0 164933 102 0 0 25 0 9 0 25951425 341053440 16131 996147200 134512640 142716928 4294956224 18446744073709551615 134793577 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28465/statm: 83265 16131 692 2003 0 80676 0
[pid=28465/tid=28467] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28467/stat : 28467 (Conquer) S 28460 28460 26979 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25951426 341053440 16131 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28460 vsize=333060 CPUtime=11.02
/proc/28465/task/28468/stat : 28468 (Conquer) S 28460 28460 26979 0 -1 64 47 0 0 0 1091 11 0 0 17 0 9 0 25951444 341053440 16131 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28469] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28469/stat : 28469 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 16131 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28470] ppid=28460 vsize=333060 CPUtime=6.41
/proc/28465/task/28470/stat : 28470 (Conquer) S 28460 28460 26979 0 -1 64 5 0 0 0 641 0 0 0 16 0 9 0 25951446 341053440 16131 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28471] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28471/stat : 28471 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 16131 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28472] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 341053440 16131 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28473] ppid=28460 vsize=333060 CPUtime=0.02
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 2 0 0 16 0 9 0 25951446 341053440 16131 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28474] ppid=28460 vsize=333060 CPUtime=0.16
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 959 0 0 0 14 2 0 0 15 0 9 0 25951446 341053440 16131 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.8
Current children cumulated vsize (KiB) 338416

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/82 28508
/proc/meminfo: memFree=1610048/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=333060 CPUtime=1709.88
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 114718 0 0 0 170883 105 0 0 25 0 9 0 25951425 341053440 15891 996147200 134512640 142716928 4294956224 18446744073709551615 135304599 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28465/statm: 83265 15891 692 2003 0 80676 0
[pid=28465/tid=28467] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28467/stat : 28467 (Conquer) S 28460 28460 26979 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25951426 341053440 15891 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28460 vsize=333060 CPUtime=11.41
/proc/28465/task/28468/stat : 28468 (Conquer) S 28460 28460 26979 0 -1 64 47 0 0 0 1129 12 0 0 17 0 9 0 25951444 341053440 15891 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28469] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28469/stat : 28469 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 15891 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28470] ppid=28460 vsize=333060 CPUtime=6.64
/proc/28465/task/28470/stat : 28470 (Conquer) S 28460 28460 26979 0 -1 64 5 0 0 0 664 0 0 0 16 0 9 0 25951446 341053440 15891 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28471/stat : 28471 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 15891 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28472] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 341053440 15891 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28473] ppid=28460 vsize=333060 CPUtime=0.02
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 25951446 341053440 15891 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28474] ppid=28460 vsize=333060 CPUtime=0.16
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 959 0 0 0 14 2 0 0 15 0 9 0 25951446 341053440 15891 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.33
Current children cumulated vsize (KiB) 338416

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/82 28508
/proc/meminfo: memFree=1609600/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=333060 CPUtime=1769.48
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 116810 0 0 0 176840 108 0 0 25 0 9 0 25951425 341053440 15931 996147200 134512640 142716928 4294956224 18446744073709551615 135303880 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/28465/statm: 83265 15931 692 2003 0 80676 0
[pid=28465/tid=28467] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28467/stat : 28467 (Conquer) S 28460 28460 26979 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25951426 341053440 15931 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28460 vsize=333060 CPUtime=11.85
/proc/28465/task/28468/stat : 28468 (Conquer) S 28460 28460 26979 0 -1 64 47 0 0 0 1173 12 0 0 17 0 9 0 25951444 341053440 15931 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28469] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28469/stat : 28469 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 15931 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28470] ppid=28460 vsize=333060 CPUtime=6.86
/proc/28465/task/28470/stat : 28470 (Conquer) S 28460 28460 26979 0 -1 64 5 0 0 0 686 0 0 0 16 0 9 0 25951446 341053440 15931 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28471] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28471/stat : 28471 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 15931 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28472] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 341053440 15931 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28473] ppid=28460 vsize=333060 CPUtime=0.02
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 25951446 341053440 15931 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=28465/tid=28474] ppid=28460 vsize=333060 CPUtime=0.17
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 959 0 0 0 15 2 0 0 15 0 9 0 25951446 341053440 15931 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.93
Current children cumulated vsize (KiB) 338416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.61 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 28508
/proc/meminfo: memFree=1610688/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=333060 CPUtime=1796.59
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 117444 0 0 0 179550 109 0 0 25 0 9 0 25951425 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 134793568 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28465/statm: 83265 15703 692 2003 0 80676 0
[pid=28465/tid=28467] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28467/stat : 28467 (Conquer) S 28460 28460 26979 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25951426 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28460 vsize=333060 CPUtime=12.05
/proc/28465/task/28468/stat : 28468 (Conquer) S 28460 28460 26979 0 -1 64 47 0 0 0 1193 12 0 0 17 0 9 0 25951444 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28469] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28469/stat : 28469 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28470] ppid=28460 vsize=333060 CPUtime=6.96
/proc/28465/task/28470/stat : 28470 (Conquer) S 28460 28460 26979 0 -1 64 5 0 0 0 696 0 0 0 16 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28471] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28471/stat : 28471 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28472] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28473] ppid=28460 vsize=333060 CPUtime=0.02
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28474] ppid=28460 vsize=333060 CPUtime=0.17
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 959 0 0 0 15 2 0 0 15 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 338416

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

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

[startup+1809.61 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 28508
/proc/meminfo: memFree=1610688/2055920 swapFree=4192812/4192956
[pid=28460] ppid=28458 vsize=5356 CPUtime=3.45
/proc/28460/stat : 28460 (solver) S 28458 28460 26979 0 -1 4194304 361 2514 0 0 0 0 97 248 16 0 1 0 25951073 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28460/statm: 1339 242 201 169 0 50 0
[pid=28465] ppid=28460 vsize=333060 CPUtime=1796.59
/proc/28465/stat : 28465 (Conquer) R 28460 28460 26979 0 -1 0 117444 0 0 0 179550 109 0 0 25 0 9 0 25951425 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 134793568 0 0 4096 17551 18446744073709551615 0 0 17 0 0 0
/proc/28465/statm: 83265 15703 692 2003 0 80676 0
[pid=28465/tid=28467] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28467/stat : 28467 (Conquer) S 28460 28460 26979 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25951426 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=28465/tid=28468] ppid=28460 vsize=333060 CPUtime=12.05
/proc/28465/task/28468/stat : 28468 (Conquer) S 28460 28460 26979 0 -1 64 47 0 0 0 1193 12 0 0 17 0 9 0 25951444 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28469] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28469/stat : 28469 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28470] ppid=28460 vsize=333060 CPUtime=6.96
/proc/28465/task/28470/stat : 28470 (Conquer) S 28460 28460 26979 0 -1 64 5 0 0 0 696 0 0 0 16 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28471] ppid=28460 vsize=333060 CPUtime=0.01
/proc/28465/task/28471/stat : 28471 (Conquer) S 28460 28460 26979 0 -1 64 2 0 0 0 0 1 0 0 16 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28472] ppid=28460 vsize=333060 CPUtime=0
/proc/28465/task/28472/stat : 28472 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28473] ppid=28460 vsize=333060 CPUtime=0.02
/proc/28465/task/28473/stat : 28473 (Conquer) S 28460 28460 26979 0 -1 64 1 0 0 0 0 2 0 0 15 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
[pid=28465/tid=28474] ppid=28460 vsize=333060 CPUtime=0.17
/proc/28465/task/28474/stat : 28474 (Conquer) S 28460 28460 26979 0 -1 64 959 0 0 0 15 2 0 0 15 0 9 0 25951446 341053440 15703 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 338416

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28460 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=980850
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=490621
# CPU time returned by wait4() is 3.47147
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1809.63
CPU time (s): 1800.04
CPU user time (s): 1796.47
CPU system time (s): 3.57
CPU usage (%): 99.4702
Max. virtual memory (cumulated for all children) (KiB): 338420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.98085
system time used= 2.49062
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2875
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24
involuntary context switches= 149

runsolver used 2.09168 second user time and 6.15406 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 10:54:10
IDJOB=2088397
IDBENCH=58920
IDSOLVER=740
FILE ID=node34/2088397-1247388850
PBS_JOBID= 9507197
Free space on /tmp= 66312 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/rand-3-28-28-fcd/normalized-rand-3-28-28-93-632-fcd-50_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088397-1247388850/watcher-2088397-1247388850 -o /tmp/evaluation-result-2088397-1247388850/solver-2088397-1247388850 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2088397-1247388850.xml -dir HOME -tmpdir HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ce5693464522134d6b11b456249c609b
RANDOM SEED=1212188576

node34.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.232
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.232
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:       1646168 kB
Buffers:         57896 kB
Cached:         223760 kB
SwapCached:          0 kB
Active:         244000 kB
Inactive:       103056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           26808 kB
Writeback:           0 kB
Mapped:          85732 kB
Slab:            47736 kB
Committed_AS:   273020 kB
PageTables:       1924 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= 66288 MiB
End job on node34 at 2009-07-12 11:24:22