Trace number 1056006

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
Sugar v1.13+picosat? (TO) 1800.09 1807.73

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.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 06:56:29 2008
0.00/0.04	c 0	PID 11559
0.00/0.04	c 0	HOST node77.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1056006-1215060989.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056006-1215060989.xml' 'HOME/temp.csp'
0.03/0.78	c 1	2 domains, 101 variables, 3 predicates, 0 relations, 4975 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.75/0.90	c 1	Parsing HOME/temp.csp
1.01/1.13	c 1	parsed 5081 expressions
1.01/1.13	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.13	c 1	Converting to clausal form CSP
1.20/1.36	c 1	converted 509 (10%) expressions
1.20/1.38	c 1	converted 1017 (20%) expressions
1.30/1.40	c 1	converted 1525 (30%) expressions
1.30/1.42	c 1	converted 2033 (40%) expressions
1.30/1.43	c 1	converted 2541 (50%) expressions
1.30/1.45	c 1	converted 3049 (60%) expressions
1.30/1.47	c 1	converted 3557 (70%) expressions
1.40/1.52	c 1	converted 4065 (80%) expressions
1.40/1.54	c 1	converted 4573 (90%) expressions
1.40/1.57	c 1	converted 5081 (100%) expressions
1.40/1.57	c 1	CSP : 730 integers, 323 booleans, 7317 clauses, largest domain size 100
1.40/1.57	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.57	c 1	Propagation in CSP
1.50/1.64	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.64	c 1	CSP : 730 integers, 323 booleans, 7317 clauses, largest domain size 100
1.50/1.64	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.64	c 1	Simplifing CSP by introducing new Boolean variables
1.60/1.75	c 2	CSP : 730 integers, 10967 booleans, 17961 clauses, largest domain size 100
1.60/1.75	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.70/1.82	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.85	c 2	73 (10%) CSP integer variables are encoded (7069 clauses, 89772 bytes)
1.70/1.85	c 2	146 (20%) CSP integer variables are encoded (10249 clauses, 131835 bytes)
1.70/1.86	c 2	219 (30%) CSP integer variables are encoded (11013 clauses, 143295 bytes)
1.70/1.86	c 2	292 (40%) CSP integer variables are encoded (11773 clauses, 154695 bytes)
1.70/1.86	c 2	365 (50%) CSP integer variables are encoded (12545 clauses, 166275 bytes)
1.70/1.86	c 2	438 (60%) CSP integer variables are encoded (13289 clauses, 177435 bytes)
1.70/1.86	c 2	511 (70%) CSP integer variables are encoded (13873 clauses, 186195 bytes)
1.70/1.86	c 2	584 (80%) CSP integer variables are encoded (14457 clauses, 194955 bytes)
1.70/1.86	c 2	657 (90%) CSP integer variables are encoded (15041 clauses, 203715 bytes)
1.70/1.86	c 2	730 (100%) CSP integer variables are encoded (15625 clauses, 212475 bytes)
1.89/2.08	c 2	1797 (10%) CSP clauses are encoded (100625 clauses, 1852834 bytes)
2.11/2.29	c 2	3593 (20%) CSP clauses are encoded (213906 clauses, 3989250 bytes)
2.31/2.49	c 2	5389 (30%) CSP clauses are encoded (327088 clauses, 6208364 bytes)
2.50/2.68	c 2	7185 (40%) CSP clauses are encoded (439103 clauses, 8433503 bytes)
2.70/2.87	c 3	8981 (50%) CSP clauses are encoded (551308 clauses, 10661980 bytes)
2.91/3.06	c 3	10777 (60%) CSP clauses are encoded (662346 clauses, 12867474 bytes)
3.10/3.25	c 3	12573 (70%) CSP clauses are encoded (770848 clauses, 15022746 bytes)
3.30/3.44	c 3	14369 (80%) CSP clauses are encoded (879374 clauses, 17178116 bytes)
3.50/3.62	c 3	16165 (90%) CSP clauses are encoded (982474 clauses, 19226327 bytes)
3.60/3.77	c 4	17961 (100%) CSP clauses are encoded (1071388 clauses, 20992310 bytes)
3.60/3.77	c 4	17961 CSP clauses encoded
3.60/3.77	c 4	Writing map file : HOME/temp.map
3.60/3.77	c 4	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.77	c 4	SAT : 27322 SAT variables, 1071388 SAT clauses, 20992310 bytes
3.60/3.77	c 4	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.67/3.80	c 4	SOLVING HOME/temp.cnf
3.67/3.80	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1807.71	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1807.71	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.09/1807.71	c ERROR INTERRUPTED
1800.09/1807.72	s UNKNOWN
1800.09/1807.72	c 1808	CPU 3.44 (0.03 0.01 3.41 0.25)
1800.09/1807.72	c 1808	END Thu Jul  3 07:26:37 2008

Verifier Data (download as text)

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

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-1056006-1215060989/watcher-1056006-1215060989 -o /tmp/evaluation-result-1056006-1215060989/solver-1056006-1215060989 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1056006-1215060989.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.02 2.01 2.00 4/82 11559
/proc/meminfo: memFree=1096720/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=12268 CPUtime=0
/proc/11559/stat : 11559 (sugar) R 11557 11559 10709 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 619316676 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228052745214 0 0 4224 0 0 0 0 17 0 0 0
/proc/11559/statm: 3067 317 241 3 0 167 0

[startup+0.012224 s]
/proc/loadavg: 2.02 2.01 2.00 4/82 11559
/proc/meminfo: memFree=1096720/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=12544 CPUtime=0
/proc/11559/stat : 11559 (sugar) R 11557 11559 10709 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 619316676 12845056 429 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 0 0 0 0 17 0 0 0
/proc/11559/statm: 3136 429 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101252 s]
/proc/loadavg: 2.02 2.01 2.00 4/82 11559
/proc/meminfo: memFree=1096720/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=0.03
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 619316676 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11559/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301281 s]
/proc/loadavg: 2.02 2.01 2.00 4/82 11559
/proc/meminfo: memFree=1096720/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=0.03
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 619316676 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11559/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701368 s]
/proc/loadavg: 2.02 2.01 2.00 4/82 11559
/proc/meminfo: memFree=1096720/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=0.03
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 619316676 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11559/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 2.02 2.01 2.00 3/93 11581
/proc/meminfo: memFree=1088888/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=0.75
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 973 7278 0 1 2 1 68 4 15 0 1 0 619316676 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 797 370 3 0 500 0
[pid=11572] ppid=11559 vsize=5356 CPUtime=0
/proc/11572/stat : 11572 (sh) S 11559 11559 10709 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 619316759 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11572/statm: 1339 233 193 169 0 50 0
[pid=11573] ppid=11572 vsize=868272 CPUtime=0.65
/proc/11573/stat : 11573 (java) S 11572 11559 10709 0 -1 0 6843 0 1 0 62 3 0 0 18 0 9 0 619316759 889110528 6175 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11573/statm: 217068 6175 2529 9 0 211643 0
[pid=11573/tid=11574] ppid=11572 vsize=868272 CPUtime=0.37
/proc/11573/task/11574/stat : 11574 (java) R 11572 11559 10709 0 -1 64 2666 0 1 0 36 1 0 0 22 0 9 0 619316760 889110528 6175 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11575] ppid=11572 vsize=868272 CPUtime=0.08
/proc/11573/task/11575/stat : 11575 (java) R 11572 11559 10709 0 -1 64 2034 0 0 0 8 0 0 0 16 0 9 0 619316761 889110528 6175 996147200 134512640 134550740 4294955952 18446744073709551615 103737215 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11576] ppid=11572 vsize=868272 CPUtime=0
/proc/11573/task/11576/stat : 11576 (java) S 11572 11559 10709 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 619316761 889110528 6175 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11577] ppid=11572 vsize=868272 CPUtime=0
/proc/11573/task/11577/stat : 11577 (java) S 11572 11559 10709 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 619316761 889110528 6175 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11578] ppid=11572 vsize=868272 CPUtime=0
/proc/11573/task/11578/stat : 11578 (java) S 11572 11559 10709 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 619316763 889110528 6175 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11579] ppid=11572 vsize=868272 CPUtime=0.17
/proc/11573/task/11579/stat : 11579 (java) S 11572 11559 10709 0 -1 64 1451 0 0 0 17 0 0 0 16 0 9 0 619316763 889110528 6175 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11580] ppid=11572 vsize=868272 CPUtime=0
/proc/11573/task/11580/stat : 11580 (java) S 11572 11559 10709 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 619316763 889110528 6175 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11581] ppid=11572 vsize=868272 CPUtime=0
/proc/11573/task/11581/stat : 11581 (java) S 11572 11559 10709 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 619316763 889110528 6175 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887228

[startup+3.10284 s]
/proc/loadavg: 2.02 2.01 2.00 3/93 11581
/proc/meminfo: memFree=1071352/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=0.76
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 974 7278 0 1 3 1 68 4 15 0 1 0 619316676 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 797 370 3 0 500 0
[pid=11572] ppid=11559 vsize=5356 CPUtime=0
/proc/11572/stat : 11572 (sh) S 11559 11559 10709 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 619316759 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11572/statm: 1339 233 193 169 0 50 0
[pid=11573] ppid=11572 vsize=868500 CPUtime=2.24
/proc/11573/stat : 11573 (java) S 11572 11559 10709 0 -1 0 8939 0 1 0 210 14 0 0 18 0 9 0 619316759 889344000 7754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11573/statm: 217125 7754 2566 9 0 211672 0
[pid=11573/tid=11574] ppid=11572 vsize=868500 CPUtime=1.63
/proc/11573/task/11574/stat : 11574 (java) R 11572 11559 10709 0 -1 64 3108 0 1 0 153 10 0 0 25 0 9 0 619316760 889344000 7754 996147200 134512640 134550740 4294955952 18446744073709551615 4126579592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11575] ppid=11572 vsize=868500 CPUtime=0.35
/proc/11573/task/11575/stat : 11575 (java) S 11572 11559 10709 0 -1 64 3637 0 0 0 32 3 0 0 16 0 9 0 619316761 889344000 7754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11576] ppid=11572 vsize=868500 CPUtime=0
/proc/11573/task/11576/stat : 11576 (java) S 11572 11559 10709 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 619316761 889344000 7754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11577] ppid=11572 vsize=868500 CPUtime=0
/proc/11573/task/11577/stat : 11577 (java) S 11572 11559 10709 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 619316761 889344000 7754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11578] ppid=11572 vsize=868500 CPUtime=0
/proc/11573/task/11578/stat : 11578 (java) S 11572 11559 10709 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 619316763 889344000 7754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11579] ppid=11572 vsize=868500 CPUtime=0.24
/proc/11573/task/11579/stat : 11579 (java) S 11572 11559 10709 0 -1 64 1501 0 0 0 24 0 0 0 16 0 9 0 619316763 889344000 7754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11580] ppid=11572 vsize=868500 CPUtime=0
/proc/11573/task/11580/stat : 11580 (java) S 11572 11559 10709 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 619316763 889344000 7754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11573/tid=11581] ppid=11572 vsize=868500 CPUtime=0
/proc/11573/task/11581/stat : 11581 (java) S 11572 11559 10709 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 619316763 889344000 7754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887456

[startup+6.30147 s]
/proc/loadavg: 2.02 2.01 2.00 3/85 11583
/proc/meminfo: memFree=1064568/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=13820 CPUtime=2.48
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 2962 0 0 0 115 133 0 0 25 0 1 0 619317056 14151680 2948 996147200 134512640 134931368 4294956256 18446744073709551615 134515295 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 3455 2948 40 102 0 3350 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 32776

[startup+12.7017 s]
/proc/loadavg: 2.33 2.07 2.02 3/85 11583
/proc/meminfo: memFree=1036536/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=39496 CPUtime=8.85
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 9697 0 0 0 403 482 0 0 25 0 1 0 619317056 40443904 9683 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 9874 9683 42 102 0 9769 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 58452

[startup+25.5013 s]
/proc/loadavg: 2.51 2.12 2.04 3/85 11583
/proc/meminfo: memFree=1032376/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=41376 CPUtime=21.6
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 10152 0 0 0 1677 483 0 0 25 0 1 0 619317056 42369024 10123 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 10344 10123 42 102 0 10239 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 60332

[startup+51.1013 s]
/proc/loadavg: 2.39 2.13 2.04 3/85 11583
/proc/meminfo: memFree=1029560/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=48772 CPUtime=47.09
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 11026 0 0 0 4225 484 0 0 25 0 1 0 619317056 49942528 10997 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 12193 10997 42 102 0 12088 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 67728

[startup+102.306 s]
/proc/loadavg: 2.15 2.10 2.03 3/85 11583
/proc/meminfo: memFree=1024056/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=53784 CPUtime=98.09
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 12403 0 0 0 9323 486 0 0 25 0 1 0 619317056 55074816 12276 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/11583/statm: 13446 12276 48 102 0 13341 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 72740

[startup+162.301 s]
/proc/loadavg: 2.20 2.13 2.04 3/76 11674
/proc/meminfo: memFree=1642888/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1626568/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=70504 CPUtime=1352.82
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 17908 0 0 0 134790 492 0 0 25 0 1 0 619317056 72196096 16477 996147200 134512640 134931368 4294956256 18446744073709551615 134530799 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 17626 16477 48 102 0 17521 0
Current children cumulated CPU time (s) 1356.52
Current children cumulated vsize (KiB) 89460

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 11682
/proc/meminfo: memFree=1626504/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=70504 CPUtime=1412.58
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 18097 0 0 0 140765 493 0 0 25 0 1 0 619317056 72196096 16489 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 17626 16489 48 102 0 17521 0
Current children cumulated CPU time (s) 1416.28
Current children cumulated vsize (KiB) 89460

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 11682
/proc/meminfo: memFree=1626504/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=70504 CPUtime=1472.33
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 18097 0 0 0 146740 493 0 0 25 0 1 0 619317056 72196096 16489 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 17626 16489 48 102 0 17521 0
Current children cumulated CPU time (s) 1476.03
Current children cumulated vsize (KiB) 89460

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 11682
/proc/meminfo: memFree=1626440/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=70504 CPUtime=1532.08
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 18097 0 0 0 152715 493 0 0 25 0 1 0 619317056 72196096 16489 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 17626 16489 48 102 0 17521 0
Current children cumulated CPU time (s) 1535.78
Current children cumulated vsize (KiB) 89460

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 11682
/proc/meminfo: memFree=1625608/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=71560 CPUtime=1591.83
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 18354 0 0 0 158690 493 0 0 25 0 1 0 619317056 73277440 16746 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 17890 16746 48 102 0 17785 0
Current children cumulated CPU time (s) 1595.53
Current children cumulated vsize (KiB) 90516

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 11682
/proc/meminfo: memFree=1624392/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=72352 CPUtime=1651.59
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 18756 0 0 0 164665 494 0 0 25 0 1 0 619317056 74088448 16963 996147200 134512640 134931368 4294956256 18446744073709551615 134525661 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 18088 16963 48 102 0 17983 0
Current children cumulated CPU time (s) 1655.29
Current children cumulated vsize (KiB) 91308

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 11682
/proc/meminfo: memFree=1624392/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=72352 CPUtime=1711.34
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 18756 0 0 0 170640 494 0 0 25 0 1 0 619317056 74088448 16963 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 18088 16963 48 102 0 17983 0
Current children cumulated CPU time (s) 1715.04
Current children cumulated vsize (KiB) 91308

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 11682
/proc/meminfo: memFree=1624328/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=72352 CPUtime=1771.09
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 18757 0 0 0 176615 494 0 0 25 0 1 0 619317056 74088448 16964 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 18088 16964 48 102 0 17983 0
Current children cumulated CPU time (s) 1774.79
Current children cumulated vsize (KiB) 91308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 11682
/proc/meminfo: memFree=1623688/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=73012 CPUtime=1796.39
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 18926 0 0 0 179145 494 0 0 25 0 1 0 619317056 74764288 17133 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 18253 17133 48 102 0 18148 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 91968

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

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

[startup+1807.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 11682
/proc/meminfo: memFree=1623688/2055920 swapFree=4165996/4192956
[pid=11559] ppid=11557 vsize=13600 CPUtime=3.7
/proc/11559/stat : 11559 (sugar) S 11557 11559 10709 0 -1 4194304 1023 16729 0 2 3 1 341 25 16 0 1 0 619316676 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11559/statm: 3400 798 370 3 0 500 0
[pid=11582] ppid=11559 vsize=5356 CPUtime=0
/proc/11582/stat : 11582 (sh) S 11559 11559 10709 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 619317056 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11582/statm: 1339 232 193 169 0 50 0
[pid=11583] ppid=11582 vsize=73012 CPUtime=1796.39
/proc/11583/stat : 11583 (picosat) R 11582 11559 10709 0 -1 4194304 18926 0 0 0 179145 494 0 0 25 0 1 0 619317056 74764288 17133 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/11583/statm: 18253 17133 48 102 0 18148 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 91968

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11559 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=450475
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=285956
# CPU time returned by wait4() is 3.73643
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.73
CPU time (s): 1800.09
CPU user time (s): 1794.89
CPU system time (s): 5.2
CPU usage (%): 99.5774
Max. virtual memory (cumulated for all children) (KiB): 887532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.45047
system time used= 0.285956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18182
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6202
involuntary context switches= 6090

runsolver used 1.47677 second user time and 5.11822 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-03 06:56:29
IDJOB=1056006
IDBENCH=57394
IDSOLVER=345
FILE ID=node77/1056006-1215060989
PBS_JOBID= 7875195
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1056006-1215060989/watcher-1056006-1215060989 -o /tmp/evaluation-result-1056006-1215060989/solver-1056006-1215060989 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1056006-1215060989.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4767daf10c71e50004bb1bec7a8e5909
RANDOM SEED=1460765572

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1097208 kB
Buffers:         56252 kB
Cached:         180448 kB
SwapCached:      20884 kB
Active:         747576 kB
Inactive:       135580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1097208 kB
SwapTotal:     4192956 kB
SwapFree:      4165996 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:         662000 kB
Slab:            59492 kB
Committed_AS:  1658476 kB
PageTables:       3152 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= 66496 MiB
End job on node77 at 2008-07-03 07:26:39