Trace number 1085834

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+picosatUNSAT 229.632 231.577

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-0.xml
MD5SUMcb796999e9af592cdd0cc64917717810
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.5533
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.16	c 0	Sugar v1-13 + HOME/picosat
0.00/0.18	c 0	BEGIN Sat Jul  5 07:29:28 2008
0.00/0.18	c 0	PID 31073
0.03/0.20	c 0	HOST node81.alineos.net
0.03/0.20	c 0	CONVERTING HOME/instance-1085834-1215235768.xml TO HOME/temp.csp
0.03/0.20	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085834-1215235768.xml' 'HOME/temp.csp'
0.71/1.02	c 1	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
0.71/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.71/1.06	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/1.15	c 1	Parsing HOME/temp.csp
0.75/1.49	c 1	parsed 7855 expressions
0.75/1.50	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.75/1.50	c 1	Converting to clausal form CSP
0.75/1.77	c 2	converted 786 (10%) expressions
3.06/3.41	c 3	converted 1571 (20%) expressions
4.16/4.55	c 4	converted 2357 (30%) expressions
5.07/5.41	c 5	converted 3142 (40%) expressions
5.86/6.22	c 6	converted 3928 (50%) expressions
7.27/7.64	c 7	converted 4713 (60%) expressions
8.16/8.59	c 8	converted 5499 (70%) expressions
9.15/9.51	c 9	converted 6284 (80%) expressions
10.36/10.76	c 11	converted 7070 (90%) expressions
11.16/11.56	c 11	converted 7855 (100%) expressions
11.16/11.56	c 11	CSP : 1396 integers, 20356 booleans, 43667 clauses, largest domain size 2721
11.16/11.56	c 11	Heap : 66 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.16/11.56	c 11	Propagation in CSP
11.66/12.07	c 12	8480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.66/12.07	c 12	CSP : 1396 integers, 20356 booleans, 43667 clauses, largest domain size 2721
11.66/12.07	c 12	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.66/12.09	c 12	Simplifing CSP by introducing new Boolean variables
11.76/12.15	c 12	CSP : 1396 integers, 34930 booleans, 58241 clauses, largest domain size 2721
11.76/12.15	c 12	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.26/12.64	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.84/13.25	c 13	140 (10%) CSP integer variables are encoded (28476 clauses, 405112 bytes)
13.33/13.72	c 13	280 (20%) CSP integer variables are encoded (53347 clauses, 778177 bytes)
13.82/14.22	c 14	419 (30%) CSP integer variables are encoded (79658 clauses, 1172842 bytes)
14.31/14.71	c 14	559 (40%) CSP integer variables are encoded (105486 clauses, 1572287 bytes)
14.82/15.21	c 15	698 (50%) CSP integer variables are encoded (132440 clauses, 2030505 bytes)
15.01/15.48	c 15	838 (60%) CSP integer variables are encoded (356380 clauses, 5837485 bytes)
15.30/15.79	c 16	978 (70%) CSP integer variables are encoded (604570 clauses, 10056715 bytes)
15.59/16.07	c 16	1117 (80%) CSP integer variables are encoded (845951 clauses, 14160192 bytes)
15.89/16.32	c 16	1257 (90%) CSP integer variables are encoded (1059013 clauses, 17902683 bytes)
16.09/16.60	c 16	1396 (100%) CSP integer variables are encoded (1281796 clauses, 22135560 bytes)
32.98/33.68	c 33	5825 (10%) CSP clauses are encoded (4216909 clauses, 86772355 bytes)
43.68/44.45	c 44	11649 (20%) CSP clauses are encoded (6651287 clauses, 142877484 bytes)
51.28/52.11	c 52	17473 (30%) CSP clauses are encoded (8684779 clauses, 191251710 bytes)
57.97/58.99	c 59	23297 (40%) CSP clauses are encoded (10613363 clauses, 238938223 bytes)
62.91/63.92	c 64	29121 (50%) CSP clauses are encoded (12097970 clauses, 275617353 bytes)
65.90/66.95	c 67	34945 (60%) CSP clauses are encoded (13118198 clauses, 301530001 bytes)
69.67/70.72	c 70	40769 (70%) CSP clauses are encoded (14412724 clauses, 334409202 bytes)
73.53/74.62	c 74	46593 (80%) CSP clauses are encoded (15784712 clauses, 369085354 bytes)
76.99/78.16	c 78	52417 (90%) CSP clauses are encoded (17125458 clauses, 403493654 bytes)
80.55/81.74	c 82	58241 (100%) CSP clauses are encoded (18490390 clauses, 438725696 bytes)
80.55/81.74	c 82	58241 CSP clauses encoded
80.55/81.74	c 82	Writing map file : HOME/temp.map
80.55/81.80	c 82	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
80.65/81.80	c 82	SAT : 1318122 SAT variables, 18490390 SAT clauses, 438725696 bytes
80.65/81.80	c 82	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
80.65/81.84	c 82	SOLVING HOME/temp.cnf
80.65/81.84	c 82	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
228.64/230.67	c 230	DECODING HOME/temp.out WITH HOME/temp.map
228.64/230.67	c 230	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
228.75/230.75	c 231	Decoding HOME/temp.out
229.35/231.33	s UNSATISFIABLE
229.35/231.33	c 231	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
229.35/231.36	c 231	CPU 147.19 (0.04 0 147.15 82.2)
229.35/231.36	c 231	END Sat Jul  5 07:33:19 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1085834-1215235768/watcher-1085834-1215235768 -o /tmp/evaluation-result-1085834-1215235768/solver-1085834-1215235768 -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-1085834-1215235768.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.32 2.23 2.10 4/83 31073
/proc/meminfo: memFree=649360/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=124 CPUtime=0
/proc/31073/stat : 31073 (sugar) D 31071 31073 28028 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 256564716 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 269804959209 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/31073/statm: 31 23 17 3 0 3 0

[startup+0.063632 s]
/proc/loadavg: 2.32 2.23 2.10 4/83 31073
/proc/meminfo: memFree=649360/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=12268 CPUtime=0
/proc/31073/stat : 31073 (sugar) D 31071 31073 28028 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 256564716 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/31073/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101634 s]
/proc/loadavg: 2.32 2.23 2.10 4/83 31073
/proc/meminfo: memFree=649360/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=12272 CPUtime=0
/proc/31073/stat : 31073 (sugar) D 31071 31073 28028 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 256564716 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/31073/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301663 s]
/proc/loadavg: 2.32 2.23 2.10 4/83 31073
/proc/meminfo: memFree=649360/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=0.03
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 900 126 0 1 3 0 0 0 18 0 1 0 256564716 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701704 s]
/proc/loadavg: 2.32 2.23 2.10 4/83 31073
/proc/meminfo: memFree=649360/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=0.03
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 900 126 0 1 3 0 0 0 18 0 1 0 256564716 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50179 s]
/proc/loadavg: 2.32 2.23 2.10 3/94 31085
/proc/meminfo: memFree=619440/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=0.75
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 973 8166 0 8 3 0 66 6 15 0 1 0 256564716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31073/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 13600

[startup+3.10296 s]
/proc/loadavg: 2.29 2.22 2.10 3/94 31095
/proc/meminfo: memFree=612400/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=0.75
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 974 8166 0 8 3 0 66 6 15 0 1 0 256564716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31073/statm: 3400 797 370 3 0 500 0
[pid=31086] ppid=31073 vsize=5356 CPUtime=0
/proc/31086/stat : 31086 (sh) S 31073 31073 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256564823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31086/statm: 1339 233 193 169 0 50 0
[pid=31087] ppid=31086 vsize=868384 CPUtime=2.02
/proc/31087/stat : 31087 (java) S 31086 31073 28028 0 -1 0 8747 0 4 0 196 6 0 0 20 0 9 0 256564823 889225216 7850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31087/statm: 217096 7850 2540 9 0 211671 0
[pid=31087/tid=31088] ppid=31086 vsize=868384 CPUtime=1.53
/proc/31087/task/31088/stat : 31088 (java) R 31086 31073 28028 0 -1 64 2783 0 4 0 151 2 0 0 25 0 9 0 256564824 889225216 7850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31089] ppid=31086 vsize=868384 CPUtime=0.27
/proc/31087/task/31089/stat : 31089 (java) R 31086 31073 28028 0 -1 64 3802 0 0 0 26 1 0 0 15 0 9 0 256564825 889225216 7850 996147200 134512640 134550740 4294955952 18446744073709551615 103205320 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31090] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31090/stat : 31090 (java) S 31086 31073 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256564825 889225216 7850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31091] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31091/stat : 31091 (java) S 31086 31073 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 256564825 889225216 7850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31092] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31092/stat : 31092 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889225216 7850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31093] ppid=31086 vsize=868384 CPUtime=0.19
/proc/31087/task/31093/stat : 31093 (java) S 31086 31073 28028 0 -1 64 1470 0 0 0 18 1 0 0 15 0 9 0 256564827 889225216 7850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31094] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31094/stat : 31094 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889225216 7850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31095] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31095/stat : 31095 (java) S 31086 31073 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256564827 889225216 7850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 887340

[startup+6.30131 s]
/proc/loadavg: 2.29 2.22 2.10 3/94 31095
/proc/meminfo: memFree=574576/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=0.75
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 974 8166 0 8 3 0 66 6 16 0 1 0 256564716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31073/statm: 3400 797 370 3 0 500 0
[pid=31086] ppid=31073 vsize=5356 CPUtime=0
/proc/31086/stat : 31086 (sh) S 31073 31073 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256564823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31086/statm: 1339 233 193 169 0 50 0
[pid=31087] ppid=31086 vsize=868384 CPUtime=5.21
/proc/31087/stat : 31087 (java) S 31086 31073 28028 0 -1 0 13998 0 4 0 511 10 0 0 20 0 9 0 256564823 889225216 12931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31087/statm: 217096 12931 2540 9 0 211671 0
[pid=31087/tid=31088] ppid=31086 vsize=868384 CPUtime=4.16
/proc/31087/task/31088/stat : 31088 (java) R 31086 31073 28028 0 -1 64 3161 0 4 0 413 3 0 0 25 0 9 0 256564824 889225216 12931 996147200 134512640 134550740 4294955952 18446744073709551615 4126428782 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31089] ppid=31086 vsize=868384 CPUtime=0.82
/proc/31087/task/31089/stat : 31089 (java) S 31086 31073 28028 0 -1 64 8670 0 0 0 77 5 0 0 16 0 9 0 256564825 889225216 12931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31090] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31090/stat : 31090 (java) S 31086 31073 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256564825 889225216 12931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31091] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31091/stat : 31091 (java) S 31086 31073 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 256564825 889225216 12931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31092] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31092/stat : 31092 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889225216 12931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31093] ppid=31086 vsize=868384 CPUtime=0.2
/proc/31087/task/31093/stat : 31093 (java) S 31086 31073 28028 0 -1 64 1475 0 0 0 19 1 0 0 15 0 9 0 256564827 889225216 12931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31094] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31094/stat : 31094 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889225216 12931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31095] ppid=31086 vsize=868384 CPUtime=0
/proc/31087/task/31095/stat : 31095 (java) S 31086 31073 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256564827 889225216 12931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 887340

[startup+12.703 s]
/proc/loadavg: 2.25 2.22 2.10 3/94 31095
/proc/meminfo: memFree=483896/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=0.75
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 974 8166 0 8 3 0 66 6 15 0 1 0 256564716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31073/statm: 3400 797 370 3 0 500 0
[pid=31086] ppid=31073 vsize=5356 CPUtime=0
/proc/31086/stat : 31086 (sh) S 31073 31073 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256564823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31086/statm: 1339 233 193 169 0 50 0
[pid=31087] ppid=31086 vsize=868496 CPUtime=11.6
/proc/31087/stat : 31087 (java) S 31086 31073 28028 0 -1 0 34532 0 4 0 1138 22 0 0 20 0 9 0 256564823 889339904 24368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31087/statm: 217124 24368 2566 9 0 211671 0
[pid=31087/tid=31088] ppid=31086 vsize=868496 CPUtime=8.73
/proc/31087/task/31088/stat : 31088 (java) R 31086 31073 28028 0 -1 64 3972 0 4 0 868 5 0 0 25 0 9 0 256564824 889339904 24368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31089] ppid=31086 vsize=868496 CPUtime=2.6
/proc/31087/task/31089/stat : 31089 (java) S 31086 31073 28028 0 -1 64 28363 0 0 0 245 15 0 0 16 0 9 0 256564825 889339904 24368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31090] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31090/stat : 31090 (java) S 31086 31073 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256564825 889339904 24368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31091] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31091/stat : 31091 (java) S 31086 31073 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 256564825 889339904 24368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31092] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31092/stat : 31092 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889339904 24368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31093] ppid=31086 vsize=868496 CPUtime=0.24
/proc/31087/task/31093/stat : 31093 (java) R 31086 31073 28028 0 -1 64 1505 0 0 0 23 1 0 0 16 0 9 0 256564827 889339904 24368 996147200 134512640 134550740 4294955952 18446744073709551615 102350945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31094] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31094/stat : 31094 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889339904 24368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31095] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31095/stat : 31095 (java) S 31086 31073 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256564827 889339904 24368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 887452

[startup+25.5024 s]
/proc/loadavg: 2.21 2.21 2.09 3/94 31095
/proc/meminfo: memFree=341944/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=0.75
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 974 8166 0 8 3 0 66 6 15 0 1 0 256564716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 797 370 3 0 500 0
[pid=31086] ppid=31073 vsize=5356 CPUtime=0
/proc/31086/stat : 31086 (sh) S 31073 31073 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256564823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31086/statm: 1339 233 193 169 0 50 0
[pid=31087] ppid=31086 vsize=868496 CPUtime=24.22
/proc/31087/stat : 31087 (java) S 31086 31073 28028 0 -1 0 34839 0 4 0 2361 61 0 0 20 0 9 0 256564823 889339904 24487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31087/statm: 217124 24487 2566 9 0 211671 0
[pid=31087/tid=31088] ppid=31086 vsize=868496 CPUtime=21.2
/proc/31087/task/31088/stat : 31088 (java) R 31086 31073 28028 0 -1 64 4259 0 4 0 2078 42 0 0 25 0 9 0 256564824 889339904 24487 996147200 134512640 134550740 4294955952 18446744073709551615 4127019771 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31089] ppid=31086 vsize=868496 CPUtime=2.72
/proc/31087/task/31089/stat : 31089 (java) S 31086 31073 28028 0 -1 64 28366 0 0 0 255 17 0 0 16 0 9 0 256564825 889339904 24487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31090] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31090/stat : 31090 (java) S 31086 31073 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256564825 889339904 24487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31091] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31091/stat : 31091 (java) S 31086 31073 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 256564825 889339904 24487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31092] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31092/stat : 31092 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889339904 24487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31093] ppid=31086 vsize=868496 CPUtime=0.27
/proc/31087/task/31093/stat : 31093 (java) S 31086 31073 28028 0 -1 64 1522 0 0 0 26 1 0 0 16 0 9 0 256564827 889339904 24487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31094] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31094/stat : 31094 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889339904 24487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31095] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31095/stat : 31095 (java) S 31086 31073 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256564827 889339904 24487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 887452

[startup+51.1021 s]
/proc/loadavg: 2.14 2.19 2.09 3/94 31095
/proc/meminfo: memFree=57592/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=0.75
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 974 8166 0 8 3 0 66 6 16 0 1 0 256564716 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 797 370 3 0 500 0
[pid=31086] ppid=31073 vsize=5356 CPUtime=0
/proc/31086/stat : 31086 (sh) S 31073 31073 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256564823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31086/statm: 1339 233 193 169 0 50 0
[pid=31087] ppid=31086 vsize=868496 CPUtime=49.55
/proc/31087/stat : 31087 (java) S 31086 31073 28028 0 -1 0 35260 0 4 0 4811 144 0 0 20 0 9 0 256564823 889339904 24491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31087/statm: 217124 24491 2566 9 0 211671 0
[pid=31087/tid=31088] ppid=31086 vsize=868496 CPUtime=46.27
/proc/31087/task/31088/stat : 31088 (java) R 31086 31073 28028 0 -1 64 4677 0 4 0 4507 120 0 0 25 0 9 0 256564824 889339904 24491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31089] ppid=31086 vsize=868496 CPUtime=2.96
/proc/31087/task/31089/stat : 31089 (java) S 31086 31073 28028 0 -1 64 28366 0 0 0 275 21 0 0 16 0 9 0 256564825 889339904 24491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31090] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31090/stat : 31090 (java) S 31086 31073 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256564825 889339904 24491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31091] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31091/stat : 31091 (java) S 31086 31073 28028 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 256564825 889339904 24491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31092] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31092/stat : 31092 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889339904 24491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31093] ppid=31086 vsize=868496 CPUtime=0.28
/proc/31087/task/31093/stat : 31093 (java) S 31086 31073 28028 0 -1 64 1525 0 0 0 27 1 0 0 15 0 9 0 256564827 889339904 24491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31094] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31094/stat : 31094 (java) S 31086 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256564827 889339904 24491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31087/tid=31095] ppid=31086 vsize=868496 CPUtime=0
/proc/31087/task/31095/stat : 31095 (java) S 31086 31073 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256564827 889339904 24491 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.3
Current children cumulated vsize (KiB) 887452

[startup+102.307 s]
/proc/loadavg: 2.10 2.17 2.09 3/86 31135
/proc/meminfo: memFree=1234936/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=80.67
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 1022 44498 0 12 3 0 7761 303 16 0 1 0 256564716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 799 370 3 0 500 0
[pid=31134] ppid=31073 vsize=5356 CPUtime=0
/proc/31134/stat : 31134 (sh) S 31073 31073 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256572901 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31134/statm: 1339 232 193 169 0 50 0
[pid=31135] ppid=31134 vsize=213336 CPUtime=20.34
/proc/31135/stat : 31135 (picosat) R 31134 31073 28028 0 -1 4194304 41038 0 0 0 927 1107 0 0 25 0 1 0 256572901 218456064 41024 996147200 134512640 134931368 4294956256 18446744073709551615 134514702 0 0 4096 0 0 0 0 17 1 0 0
/proc/31135/statm: 53334 41024 40 102 0 53229 0
Current children cumulated CPU time (s) 101.01
Current children cumulated vsize (KiB) 232292

[startup+162.301 s]
/proc/loadavg: 2.15 2.17 2.09 3/86 31136
/proc/meminfo: memFree=683312/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=80.67
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 1022 44498 0 12 3 0 7761 303 16 0 1 0 256564716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 799 370 3 0 500 0
[pid=31134] ppid=31073 vsize=5356 CPUtime=0
/proc/31134/stat : 31134 (sh) S 31073 31073 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256572901 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31134/statm: 1339 232 193 169 0 50 0
[pid=31135] ppid=31134 vsize=449548 CPUtime=80.09
/proc/31135/stat : 31135 (picosat) R 31134 31073 28028 0 -1 4194304 98064 0 0 0 3651 4358 0 0 25 0 1 0 256572901 460337152 98050 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31135/statm: 112387 98050 40 102 0 112282 0
Current children cumulated CPU time (s) 160.76
Current children cumulated vsize (KiB) 468504

[startup+222.302 s]
/proc/loadavg: 2.10 2.15 2.09 3/85 31137
/proc/meminfo: memFree=448944/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=80.67
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 1022 44498 0 12 3 0 7761 303 16 0 1 0 256564716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 799 370 3 0 500 0
[pid=31134] ppid=31073 vsize=5356 CPUtime=0
/proc/31134/stat : 31134 (sh) S 31073 31073 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256572901 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31134/statm: 1339 232 193 169 0 50 0
[pid=31135] ppid=31134 vsize=686436 CPUtime=139.7
/proc/31135/stat : 31135 (picosat) R 31134 31073 28028 0 -1 4194304 155384 0 0 0 6403 7567 0 0 25 0 1 0 256572901 702910464 155370 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31135/statm: 171609 155370 40 102 0 171504 0
Current children cumulated CPU time (s) 220.37
Current children cumulated vsize (KiB) 705392

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

[startup+223.902 s]
/proc/loadavg: 2.10 2.15 2.09 3/85 31137
/proc/meminfo: memFree=444400/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=80.67
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 1022 44498 0 12 3 0 7761 303 16 0 1 0 256564716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 799 370 3 0 500 0
[pid=31134] ppid=31073 vsize=5356 CPUtime=0
/proc/31134/stat : 31134 (sh) S 31073 31073 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256572901 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31134/statm: 1339 232 193 169 0 50 0
[pid=31135] ppid=31134 vsize=691980 CPUtime=141.3
/proc/31135/stat : 31135 (picosat) R 31134 31073 28028 0 -1 4194304 156966 0 0 0 6476 7654 0 0 25 0 1 0 256572901 708587520 156952 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31135/statm: 172995 156952 40 102 0 172890 0
Current children cumulated CPU time (s) 221.97
Current children cumulated vsize (KiB) 710936

[startup+227.102 s]
/proc/loadavg: 2.10 2.15 2.09 3/85 31137
/proc/meminfo: memFree=431856/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=80.67
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 1022 44498 0 12 3 0 7761 303 16 0 1 0 256564716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 799 370 3 0 500 0
[pid=31134] ppid=31073 vsize=5356 CPUtime=0
/proc/31134/stat : 31134 (sh) S 31073 31073 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256572901 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31134/statm: 1339 232 193 169 0 50 0
[pid=31135] ppid=31134 vsize=702672 CPUtime=144.49
/proc/31135/stat : 31135 (picosat) R 31134 31073 28028 0 -1 4194304 159977 0 0 0 6621 7828 0 0 25 0 1 0 256572901 719536128 159963 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31135/statm: 175668 159963 40 102 0 175563 0
Current children cumulated CPU time (s) 225.16
Current children cumulated vsize (KiB) 721628

[startup+228.701 s]
/proc/loadavg: 2.09 2.15 2.09 3/85 31137
/proc/meminfo: memFree=423344/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=80.67
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 1022 44498 0 12 3 0 7761 303 16 0 1 0 256564716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 799 370 3 0 500 0
[pid=31134] ppid=31073 vsize=5356 CPUtime=0
/proc/31134/stat : 31134 (sh) S 31073 31073 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256572901 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31134/statm: 1339 232 193 169 0 50 0
[pid=31135] ppid=31134 vsize=708752 CPUtime=146.08
/proc/31135/stat : 31135 (picosat) R 31134 31073 28028 0 -1 4194304 161605 0 0 0 6707 7901 0 0 25 0 1 0 256572901 725762048 161516 996147200 134512640 134931368 4294956256 18446744073709551615 134541047 0 0 4096 0 0 0 0 17 1 0 0
/proc/31135/statm: 177188 161516 42 102 0 177083 0
Current children cumulated CPU time (s) 226.75
Current children cumulated vsize (KiB) 727708

[startup+230.301 s]
/proc/loadavg: 2.09 2.15 2.09 3/85 31137
/proc/meminfo: memFree=422960/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=80.67
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 1022 44498 0 12 3 0 7761 303 16 0 1 0 256564716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 799 370 3 0 500 0
[pid=31134] ppid=31073 vsize=5356 CPUtime=0
/proc/31134/stat : 31134 (sh) S 31073 31073 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256572901 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31134/statm: 1339 232 193 169 0 50 0
[pid=31135] ppid=31134 vsize=711828 CPUtime=147.67
/proc/31135/stat : 31135 (picosat) R 31134 31073 28028 0 -1 4194304 161750 0 0 0 6866 7901 0 0 25 0 1 0 256572901 728911872 161661 996147200 134512640 134931368 4294956256 18446744073709551615 134580069 0 0 4096 0 0 0 0 17 1 0 0
/proc/31135/statm: 177957 161661 42 102 0 177852 0
Current children cumulated CPU time (s) 228.34
Current children cumulated vsize (KiB) 730784

[startup+231.102 s]
/proc/loadavg: 2.09 2.15 2.09 4/93 31147
/proc/meminfo: memFree=1065712/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=228.75
/proc/31073/stat : 31073 (sugar) S 31071 31073 28028 0 -1 4194304 1091 206535 0 12 4 0 14655 8216 15 0 1 0 256564716 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31073/statm: 3400 799 370 3 0 500 0
[pid=31138] ppid=31073 vsize=5356 CPUtime=0
/proc/31138/stat : 31138 (sh) S 31073 31073 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256587783 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31138/statm: 1339 233 193 169 0 50 0
[pid=31139] ppid=31138 vsize=863880 CPUtime=0.4
/proc/31139/stat : 31139 (java) S 31138 31073 28028 0 -1 0 4403 0 1 0 38 2 0 0 18 0 9 0 256587784 884613120 3868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31139/statm: 215970 3868 1656 9 0 210552 0
[pid=31139/tid=31140] ppid=31138 vsize=863880 CPUtime=0.32
/proc/31139/task/31140/stat : 31140 (java) R 31138 31073 28028 0 -1 64 2456 0 1 0 31 1 0 0 19 0 9 0 256587785 884613120 3868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31139/tid=31141] ppid=31138 vsize=863880 CPUtime=0.03
/proc/31139/task/31141/stat : 31141 (java) R 31138 31073 28028 0 -1 64 1005 0 0 0 3 0 0 0 16 0 9 0 256587786 884613120 3868 996147200 134512640 134550740 4294956000 18446744073709551615 104187936 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31139/tid=31142] ppid=31138 vsize=863880 CPUtime=0
/proc/31139/task/31142/stat : 31142 (java) S 31138 31073 28028 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 256587786 884613120 3868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31139/tid=31143] ppid=31138 vsize=863880 CPUtime=0
/proc/31139/task/31143/stat : 31143 (java) S 31138 31073 28028 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 256587786 884613120 3868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31139/tid=31144] ppid=31138 vsize=863880 CPUtime=0
/proc/31139/task/31144/stat : 31144 (java) S 31138 31073 28028 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 256587788 884613120 3868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31139/tid=31145] ppid=31138 vsize=863880 CPUtime=0.03
/proc/31139/task/31145/stat : 31145 (java) R 31138 31073 28028 0 -1 64 250 0 0 0 3 0 0 0 19 0 9 0 256587788 884613120 3868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31139/tid=31146] ppid=31138 vsize=863880 CPUtime=0
/proc/31139/task/31146/stat : 31146 (java) S 31138 31073 28028 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 256587789 884613120 3868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31139/tid=31147] ppid=31138 vsize=863880 CPUtime=0
/proc/31139/task/31147/stat : 31147 (java) S 31138 31073 28028 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256587789 884613120 3868 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 229.15
Current children cumulated vsize (KiB) 882836

[startup+231.502 s]
/proc/loadavg: 2.09 2.15 2.09 4/93 31147
/proc/meminfo: memFree=1065712/2055920 swapFree=4180000/4192956
[pid=31073] ppid=31071 vsize=13600 CPUtime=229.53
/proc/31073/stat : 31073 (sugar) R 31071 31073 28028 0 -1 4194304 1118 213668 0 13 4 14 14715 8220 16 0 1 0 256564716 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31073/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 229.53
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 231.577
CPU time (s): 229.632
CPU user time (s): 147.199
CPU system time (s): 82.4335
CPU usage (%): 99.1602
Max. virtual memory (cumulated for all children) (KiB): 897588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.199
system time used= 82.4335
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214816
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16821
involuntary context switches= 18739

runsolver used 0.239963 second user time and 0.703892 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 07:29:28
IDJOB=1085834
IDBENCH=57712
IDSOLVER=345
FILE ID=node81/1085834-1215235768
PBS_JOBID= 7881768
Free space on /tmp= 125096 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-0.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-1085834-1215235768/watcher-1085834-1215235768 -o /tmp/evaluation-result-1085834-1215235768/solver-1085834-1215235768 -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-1085834-1215235768.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb796999e9af592cdd0cc64917717810
RANDOM SEED=914105689

node81.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.236
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.236
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:        650032 kB
Buffers:          1656 kB
Cached:        1113284 kB
SwapCached:       4680 kB
Active:         826532 kB
Inactive:       500776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        650032 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:          206868 kB
Writeback:           0 kB
Mapped:         231672 kB
Slab:            63356 kB
Committed_AS:   895564 kB
PageTables:       2168 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126816 MiB
End job on node81 at 2008-07-05 07:33:19