Trace number 1056090

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.13 1804.32

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-7.xml
MD5SUM10d8cce48e24d9d5d1e136c73b47f566
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark450.699
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1191
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1191
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 07:02:17 2008
0.00/0.04	c 0	PID 16166
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1056090-1215061336.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056090-1215061336.xml' 'HOME/temp.csp'
0.03/0.64	c 0	2 domains, 50 variables, 3 predicates, 0 relations, 1191 constraints
0.03/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 0	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.60/0.76	c 0	Parsing HOME/temp.csp
0.90/1.06	c 1	parsed 1246 expressions
0.90/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.90/1.06	c 1	Converting to clausal form CSP
1.10/1.22	c 1	converted 125 (10%) expressions
1.10/1.28	c 1	converted 250 (20%) expressions
1.20/1.40	c 1	converted 374 (30%) expressions
1.30/1.41	c 1	converted 499 (40%) expressions
1.30/1.43	c 1	converted 623 (50%) expressions
1.30/1.45	c 1	converted 748 (60%) expressions
1.30/1.47	c 1	converted 873 (70%) expressions
1.30/1.48	c 1	converted 997 (80%) expressions
1.40/1.55	c 1	converted 1122 (90%) expressions
1.40/1.56	c 1	converted 1246 (100%) expressions
1.40/1.56	c 1	CSP : 265 integers, 171 booleans, 2177 clauses, largest domain size 49
1.40/1.56	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.56	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 : 265 integers, 171 booleans, 2177 clauses, largest domain size 49
1.50/1.64	c 1	Heap : 2 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.50/1.68	c 1	CSP : 265 integers, 2901 booleans, 4907 clauses, largest domain size 49
1.50/1.68	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.72	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.74	c 1	27 (10%) CSP integer variables are encoded (1230 clauses, 13890 bytes)
1.59/1.74	c 1	53 (20%) CSP integer variables are encoded (2320 clauses, 28060 bytes)
1.59/1.74	c 1	80 (30%) CSP integer variables are encoded (2449 clauses, 29737 bytes)
1.59/1.74	c 1	106 (40%) CSP integer variables are encoded (2579 clauses, 31427 bytes)
1.59/1.75	c 1	133 (50%) CSP integer variables are encoded (2714 clauses, 33182 bytes)
1.59/1.75	c 1	159 (60%) CSP integer variables are encoded (2844 clauses, 34872 bytes)
1.59/1.75	c 1	186 (70%) CSP integer variables are encoded (2979 clauses, 36627 bytes)
1.59/1.75	c 1	212 (80%) CSP integer variables are encoded (3109 clauses, 38317 bytes)
1.59/1.75	c 1	239 (90%) CSP integer variables are encoded (3244 clauses, 40072 bytes)
1.59/1.75	c 1	265 (100%) CSP integer variables are encoded (3374 clauses, 41762 bytes)
1.70/1.83	c 1	491 (10%) CSP clauses are encoded (16145 clauses, 339589 bytes)
1.70/1.86	c 1	982 (20%) CSP clauses are encoded (30624 clauses, 585777 bytes)
1.78/1.90	c 1	1473 (30%) CSP clauses are encoded (45103 clauses, 837803 bytes)
1.78/1.94	c 1	1963 (40%) CSP clauses are encoded (59113 clauses, 1081869 bytes)
1.78/1.97	c 1	2454 (50%) CSP clauses are encoded (73080 clauses, 1326397 bytes)
1.89/2.00	c 1	2945 (60%) CSP clauses are encoded (87003 clauses, 1571993 bytes)
1.89/2.03	c 2	3435 (70%) CSP clauses are encoded (100413 clauses, 1815365 bytes)
1.89/2.06	c 2	3926 (80%) CSP clauses are encoded (113872 clauses, 2065573 bytes)
1.89/2.08	c 2	4417 (90%) CSP clauses are encoded (126175 clauses, 2293705 bytes)
1.99/2.11	c 2	4907 (100%) CSP clauses are encoded (135653 clauses, 2467409 bytes)
1.99/2.11	c 2	4907 CSP clauses encoded
1.99/2.11	c 2	Writing map file : HOME/temp.map
1.99/2.11	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.11	c 2	SAT : 6540 SAT variables, 135653 SAT clauses, 2467409 bytes
1.99/2.11	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.15	c 2	SOLVING HOME/temp.cnf
1.99/2.15	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1804.31	sh: line 1: 16190 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.08/1804.31	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1804.31	c 1804	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.08/1804.31	c ERROR INTERRUPTED
1800.08/1804.31	s UNKNOWN
1800.08/1804.31	c 1804	CPU 1799.21 (0.02 0.01 1799.19 0.89)
1800.08/1804.31	c 1804	END Thu Jul  3 07:32:21 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-1056090-1215061336/watcher-1056090-1215061336 -o /tmp/evaluation-result-1056090-1215061336/solver-1056090-1215061336 -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-1056090-1215061336.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.33 2.08 2.02 4/81 16166
/proc/meminfo: memFree=1553384/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=18572 CPUtime=0
/proc/16166/stat : 16166 (runsolver) R 16164 16166 11897 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1985105099 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 218076081447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16166/statm: 4643 292 257 25 0 2626 0

[startup+0.099079 s]
/proc/loadavg: 2.33 2.08 2.02 4/81 16166
/proc/meminfo: memFree=1553384/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=0.03
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1985105099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101074 s]
/proc/loadavg: 2.33 2.08 2.02 4/81 16166
/proc/meminfo: memFree=1553384/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=0.03
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1985105099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301107 s]
/proc/loadavg: 2.33 2.08 2.02 4/81 16166
/proc/meminfo: memFree=1553384/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=0.03
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1985105099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70118 s]
/proc/loadavg: 2.33 2.08 2.02 4/81 16166
/proc/meminfo: memFree=1553384/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=0.6
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 956 4806 0 1 2 1 54 3 16 0 1 0 1985105099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 2.33 2.08 2.02 4/92 16188
/proc/meminfo: memFree=1545616/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=0.6
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 973 4806 0 1 2 1 54 3 15 0 1 0 1985105099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 797 370 3 0 500 0
[pid=16179] ppid=16166 vsize=5356 CPUtime=0
/proc/16179/stat : 16179 (sh) S 16166 16166 11897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985105167 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16179/statm: 1339 233 193 169 0 50 0
[pid=16180] ppid=16179 vsize=867556 CPUtime=0.8
/proc/16180/stat : 16180 (java) S 16179 16166 11897 0 -1 0 4789 0 1 0 77 3 0 0 18 0 9 0 1985105168 888377344 4250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16180/statm: 216889 4250 1728 9 0 211464 0
[pid=16180/tid=16181] ppid=16179 vsize=867556 CPUtime=0.63
/proc/16180/task/16181/stat : 16181 (java) R 16179 16166 11897 0 -1 64 2636 0 1 0 62 1 0 0 20 0 9 0 1985105169 888377344 4250 996147200 134512640 134550740 4294955952 18446744073709551615 4125924730 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16180/tid=16182] ppid=16179 vsize=867556 CPUtime=0.02
/proc/16180/task/16182/stat : 16182 (java) S 16179 16166 11897 0 -1 64 339 0 0 0 2 0 0 0 16 0 9 0 1985105170 888377344 4250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16180/tid=16183] ppid=16179 vsize=867556 CPUtime=0
/proc/16180/task/16183/stat : 16183 (java) S 16179 16166 11897 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1985105170 888377344 4250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16180/tid=16184] ppid=16179 vsize=867556 CPUtime=0
/proc/16180/task/16184/stat : 16184 (java) S 16179 16166 11897 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1985105170 888377344 4250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16180/tid=16185] ppid=16179 vsize=867556 CPUtime=0
/proc/16180/task/16185/stat : 16185 (java) S 16179 16166 11897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985105172 888377344 4250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16180/tid=16186] ppid=16179 vsize=867556 CPUtime=0.12
/proc/16180/task/16186/stat : 16186 (java) R 16179 16166 11897 0 -1 64 1123 0 0 0 12 0 0 0 20 0 9 0 1985105172 888377344 4250 996147200 134512640 134550740 4294955952 18446744073709551615 102016933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16180/tid=16187] ppid=16179 vsize=867556 CPUtime=0
/proc/16180/task/16187/stat : 16187 (java) S 16179 16166 11897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985105172 888377344 4250 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16180/tid=16188] ppid=16179 vsize=867556 CPUtime=0
/proc/16180/task/16188/stat : 16188 (java) S 16179 16166 11897 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985105172 888377344 4250 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) 886512

[startup+3.10158 s]
/proc/loadavg: 2.33 2.08 2.02 3/92 16188
/proc/meminfo: memFree=1535184/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 13600

[startup+6.30112 s]
/proc/loadavg: 2.38 2.10 2.03 3/84 16190
/proc/meminfo: memFree=1542352/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=7472 CPUtime=4.09
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 1657 0 0 0 346 63 0 0 25 0 1 0 1985105315 7651328 1641 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/16190/statm: 1868 1641 42 102 0 1763 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 26428

[startup+12.7012 s]
/proc/loadavg: 2.35 2.10 2.03 3/84 16190
/proc/meminfo: memFree=1540176/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=9096 CPUtime=10.44
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 2117 0 0 0 980 64 0 0 25 0 1 0 1985105315 9314304 2089 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16190/statm: 2274 2089 48 102 0 2169 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 28052

[startup+25.5013 s]
/proc/loadavg: 2.27 2.09 2.03 3/84 16190
/proc/meminfo: memFree=1539536/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=9772 CPUtime=23.11
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 2296 0 0 0 2247 64 0 0 25 0 1 0 1985105315 10006528 2234 996147200 134512640 134931368 4294956256 18446744073709551615 134529880 0 0 4096 0 0 0 0 17 1 0 0
/proc/16190/statm: 2443 2234 48 102 0 2338 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 28728

[startup+51.1016 s]
/proc/loadavg: 2.18 2.08 2.02 3/84 16190
/proc/meminfo: memFree=1539024/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=10300 CPUtime=48.48
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 2536 0 0 0 4783 65 0 0 25 0 1 0 1985105315 10547200 2363 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/16190/statm: 2575 2363 48 102 0 2470 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 29256

[startup+102.306 s]
/proc/loadavg: 2.08 2.07 2.02 3/84 16190
/proc/meminfo: memFree=1537104/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=12016 CPUtime=99.19
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 3174 0 0 0 9854 65 0 0 25 0 1 0 1985105315 12304384 2825 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16190/statm: 3004 2825 48 102 0 2899 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 30972

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/84 16190
/proc/meminfo: memFree=1535760/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=13336 CPUtime=158.63
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 3585 0 0 0 15797 66 0 0 25 0 1 0 1985105315 13656064 3134 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/16190/statm: 3334 3134 48 102 0 3229 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 32292

[startup+222.302 s]
/proc/loadavg: 2.01 2.04 2.01 3/84 16190
/proc/meminfo: memFree=1535056/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=14128 CPUtime=218.07
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 3855 0 0 0 21740 67 0 0 25 0 1 0 1985105315 14467072 3349 996147200 134512640 134931368 4294956256 18446744073709551615 134524072 0 0 4096 0 0 0 0 17 1 0 0
/proc/16190/statm: 3532 3349 48 102 0 3427 0
Current children cumulated CPU time (s) 220.09
Current children cumulated vsize (KiB) 33084

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

[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=18720 CPUtime=1296.29
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 6601 0 0 0 129554 75 0 0 25 0 1 0 1985105315 19169280 4545 996147200 134512640 134931368 4294956256 18446744073709551615 134525825 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 4680 4545 48 102 0 4575 0
Current children cumulated CPU time (s) 1298.31
Current children cumulated vsize (KiB) 37676

[startup+1362.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/84 16230
/proc/meminfo: memFree=1578080/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=19776 CPUtime=1356.26
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 6863 0 0 0 135551 75 0 0 25 0 1 0 1985105315 20250624 4807 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 4944 4807 48 102 0 4839 0
Current children cumulated CPU time (s) 1358.28
Current children cumulated vsize (KiB) 38732

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 16230
/proc/meminfo: memFree=1574432/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=21624 CPUtime=1416.24
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 7415 0 0 0 141548 76 0 0 25 0 1 0 1985105315 22142976 5257 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 5406 5257 48 102 0 5301 0
Current children cumulated CPU time (s) 1418.26
Current children cumulated vsize (KiB) 40580

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 16230
/proc/meminfo: memFree=1572832/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=21624 CPUtime=1476.21
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 7415 0 0 0 147545 76 0 0 25 0 1 0 1985105315 22142976 5257 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 5406 5257 48 102 0 5301 0
Current children cumulated CPU time (s) 1478.23
Current children cumulated vsize (KiB) 40580

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 16230
/proc/meminfo: memFree=1571296/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=21624 CPUtime=1536.18
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 7415 0 0 0 153542 76 0 0 25 0 1 0 1985105315 22142976 5257 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 5406 5257 48 102 0 5301 0
Current children cumulated CPU time (s) 1538.2
Current children cumulated vsize (KiB) 40580

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/84 16230
/proc/meminfo: memFree=1568096/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=23472 CPUtime=1596.15
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 7872 0 0 0 159538 77 0 0 25 0 1 0 1985105315 24035328 5714 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 5868 5714 48 102 0 5763 0
Current children cumulated CPU time (s) 1598.17
Current children cumulated vsize (KiB) 42428

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/84 16230
/proc/meminfo: memFree=1566048/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=23604 CPUtime=1656.13
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 8025 0 0 0 165536 77 0 0 25 0 1 0 1985105315 24170496 5760 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 5901 5760 48 102 0 5796 0
Current children cumulated CPU time (s) 1658.15
Current children cumulated vsize (KiB) 42560

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 16230
/proc/meminfo: memFree=1563296/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=23604 CPUtime=1716.1
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 8025 0 0 0 171533 77 0 0 25 0 1 0 1985105315 24170496 5760 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 5901 5760 48 102 0 5796 0
Current children cumulated CPU time (s) 1718.12
Current children cumulated vsize (KiB) 42560

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 16230
/proc/meminfo: memFree=1561760/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=23604 CPUtime=1776.07
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 8025 0 0 0 177530 77 0 0 25 0 1 0 1985105315 24170496 5760 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 5901 5760 48 102 0 5796 0
Current children cumulated CPU time (s) 1778.09
Current children cumulated vsize (KiB) 42560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16230
/proc/meminfo: memFree=1561184/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=23604 CPUtime=1798.06
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 8150 0 0 0 179729 77 0 0 25 0 1 0 1985105315 24170496 5772 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 5901 5772 48 102 0 5796 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 42560

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

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

[startup+1804.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16230
/proc/meminfo: memFree=1561184/2055920 swapFree=4180724/4192956
[pid=16166] ppid=16164 vsize=13600 CPUtime=2.02
/proc/16166/stat : 16166 (sugar) S 16164 16166 11897 0 -1 4194304 1023 11804 0 2 2 1 189 10 16 0 1 0 1985105099 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16166/statm: 3400 798 370 3 0 500 0
[pid=16189] ppid=16166 vsize=5356 CPUtime=0
/proc/16189/stat : 16189 (sh) S 16166 16166 11897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985105315 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16189/statm: 1339 232 193 169 0 50 0
[pid=16190] ppid=16189 vsize=23604 CPUtime=1798.06
/proc/16190/stat : 16190 (picosat) R 16189 16166 11897 0 -1 4194304 8150 0 0 0 179729 77 0 0 25 0 1 0 1985105315 24170496 5772 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16190/statm: 5901 5772 48 102 0 5796 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 42560

Child status: 0
Real time (s): 1804.32
CPU time (s): 1800.13
CPU user time (s): 1799.23
CPU system time (s): 0.907861
CPU usage (%): 99.7679
Max. virtual memory (cumulated for all children) (KiB): 887464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.907861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21603
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= 1562
involuntary context switches= 21819

runsolver used 1.88971 second user time and 6.34403 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-03 07:02:16
IDJOB=1056090
IDBENCH=57398
IDSOLVER=345
FILE ID=node57/1056090-1215061336
PBS_JOBID= 7875061
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-7.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-1056090-1215061336/watcher-1056090-1215061336 -o /tmp/evaluation-result-1056090-1215061336/solver-1056090-1215061336 -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-1056090-1215061336.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10d8cce48e24d9d5d1e136c73b47f566
RANDOM SEED=969018279

node57.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.258
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.258
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:       1553864 kB
Buffers:         51412 kB
Cached:         172924 kB
SwapCached:       6116 kB
Active:         340124 kB
Inactive:        90696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553864 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:         222472 kB
Slab:            56096 kB
Committed_AS:  4215128 kB
PageTables:       2260 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= 66476 MiB
End job on node57 at 2008-07-03 07:32:23