Trace number 2083589

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.14.6+minisat? 312.218 321.291

General information on the benchmark

Namecsp/fapp/fapp24/
normalized-fapp24-2000-2.xml
MD5SUM1f2ebc90aacefa2bf62f5cb29b948cb3
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 benchmark25.5591
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints26753
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension26753
Global constraints used (with number of constraints)

Solver Data

0.03/0.29	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.30	c 0	BEGIN Sun Jul 12 07:48:27 2009
0.07/0.30	c 0	PID 22679
0.07/0.32	c 0	HOST node2.alineos.net
0.07/0.32	c 0	CONVERTING HOME/instance-2083589-1247377706.xml TO HOME/temp.csp
0.07/0.32	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083589-1247377706.xml' 'HOME/temp.csp'
1.55/2.12	c 1	13 domains, 2000 variables, 8 predicates, 0 relations, 26753 constraints
1.55/2.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/2.17	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.59/2.25	c 1	Parsing HOME/temp.csp
1.59/2.43	c 2	parsed 10000 expressions
1.59/2.58	c 2	parsed 20000 expressions
1.59/2.74	c 2	parsed 28774 expressions
1.59/2.75	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/2.75	c 2	Converting to clausal form CSP
3.68/4.31	c 4	converted 2878 (10%) expressions
7.05/7.72	c 7	converted 5755 (20%) expressions
10.43/11.12	c 10	converted 8633 (30%) expressions
13.42/14.17	c 13	converted 11510 (40%) expressions
16.40/17.13	c 16	converted 14387 (50%) expressions
19.69/20.44	c 20	converted 17265 (60%) expressions
22.37/23.19	c 22	converted 20142 (70%) expressions
24.95/25.75	c 25	converted 23020 (80%) expressions
27.34/28.10	c 27	converted 25897 (90%) expressions
30.22/31.00	c 30	converted 28774 (100%) expressions
30.22/31.00	c 30	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
30.22/31.00	c 30	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.22/31.00	c 30	Propagation in CSP
32.71/33.54	c 33	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.71/33.54	c 33	CSP : 7310 integers, 76068 booleans, 171902 clauses, largest domain size 2721
32.71/33.54	c 33	Heap : 108 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
32.71/33.59	c 33	Simplifing CSP by introducing new Boolean variables
33.10/33.95	c 33	CSP : 7310 integers, 138446 booleans, 234280 clauses, largest domain size 2721
33.10/33.95	c 33	Heap : 129 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
33.90/34.74	c 34	Encoding CSP to SAT : HOME/temp.cnf
38.37/39.25	c 38	731 (10%) CSP integer variables are encoded (205020 clauses, 3263993 bytes)
42.75/43.67	c 43	1462 (20%) CSP integer variables are encoded (411495 clauses, 6774068 bytes)
46.53/47.47	c 47	2193 (30%) CSP integer variables are encoded (1058439 clauses, 17893337 bytes)
48.91/49.80	c 49	2924 (40%) CSP integer variables are encoded (2925126 clauses, 53360390 bytes)
51.19/52.28	c 52	3655 (50%) CSP integer variables are encoded (4811435 clauses, 89200261 bytes)
53.57/54.66	c 54	4386 (60%) CSP integer variables are encoded (6701574 clauses, 125112902 bytes)
56.03/57.16	c 56	5117 (70%) CSP integer variables are encoded (8588891 clauses, 160971925 bytes)
58.51/59.67	c 59	5848 (80%) CSP integer variables are encoded (10494612 clauses, 198181159 bytes)
61.04/62.29	c 62	6579 (90%) CSP integer variables are encoded (12392367 clauses, 238034014 bytes)
63.59/64.84	c 64	7310 (100%) CSP integer variables are encoded (14251932 clauses, 277084879 bytes)
88.40/90.01	c 89	23428 (10%) CSP clauses are encoded (21385368 clauses, 471821668 bytes)
114.03/116.21	c 115	46856 (20%) CSP clauses are encoded (29069955 clauses, 684825028 bytes)
138.63/141.20	c 140	70284 (30%) CSP clauses are encoded (36508363 clauses, 891672021 bytes)
163.13/166.16	c 165	93712 (40%) CSP clauses are encoded (43912855 clauses, 1098247086 bytes)
188.99/192.50	c 192	117140 (50%) CSP clauses are encoded (51811964 clauses, 1318907405 bytes)
214.19/218.37	c 218	140568 (60%) CSP clauses are encoded (59515959 clauses, 1542279821 bytes)
239.26/244.00	c 243	163996 (70%) CSP clauses are encoded (67531092 clauses, 1778680488 bytes)
262.63/267.99	c 267	187424 (80%) CSP clauses are encoded (75521500 clauses, 2015984208 bytes)
286.14/292.11	c 291	210852 (90%) CSP clauses are encoded (83747772 clauses, 2261522181 bytes)
310.92/317.69	c 317	234280 (100%) CSP clauses are encoded (92286068 clauses, 2516136112 bytes)
310.92/317.69	c 317	234280 CSP clauses encoded
311.01/317.83	c 317	Writing map file : HOME/temp.map
311.11/318.68	c 318	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
311.11/318.68	c 318	SAT : 14397688 SAT variables, 92286068 SAT clauses, 2516136112 bytes
311.11/318.68	c 318	Heap : 104 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
311.19/318.97	c 318	SOLVING HOME/temp.cnf
311.19/318.97	c 318	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
311.23/319.29	c 319	This is MiniSat 2.0 beta
311.23/319.29	c 319	WARNING: for repeatability, setting FPU to use double precision
311.23/319.29	c 319	ERROR! Could not open file: HOME/temp.cnf
311.23/319.29	c 319	DECODING HOME/temp.out WITH HOME/temp.map
311.23/319.29	c ERROR no output file HOME/temp.out
311.23/319.29	s UNKNOWN
311.23/319.30	c 319	CPU 311.24 (0.06 0.02 296.1 15.06)
311.23/319.30	c 319	END Sun Jul 12 07:53:46 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083589-1247377706/watcher-2083589-1247377706 -o /tmp/evaluation-result-2083589-1247377706/solver-2083589-1247377706 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083589-1247377706.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.28 2.34 4/72 22679
/proc/meminfo: memFree=1879248/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=18576 CPUtime=0
/proc/22679/stat : 22679 (runsolver) R 22677 22679 17474 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24838295 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22679/statm: 4644 284 249 26 0 2626 0

[startup+0.038173 s]
/proc/loadavg: 2.01 2.28 2.34 4/72 22679
/proc/meminfo: memFree=1879248/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=124 CPUtime=0
/proc/22679/stat : 22679 (sugar) D 22677 22679 17474 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 24838295 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 206378694121 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/22679/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101183 s]
/proc/loadavg: 2.01 2.28 2.34 4/72 22679
/proc/meminfo: memFree=1879248/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=12268 CPUtime=0
/proc/22679/stat : 22679 (sugar) D 22677 22679 17474 0 -1 4194304 344 0 4 0 0 0 0 0 18 0 1 0 24838295 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/22679/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301221 s]
/proc/loadavg: 2.01 2.28 2.34 4/72 22679
/proc/meminfo: memFree=1879248/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16740 CPUtime=0.07
/proc/22679/stat : 22679 (sugar) R 22677 22679 17474 0 -1 4194304 1132 0 6 0 5 2 0 0 18 0 1 0 24838295 17141760 1105 996147200 4194304 4206940 548682068608 18446744073709551615 206381523161 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22679/statm: 4185 1105 404 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701293 s]
/proc/loadavg: 2.01 2.28 2.34 4/72 22679
/proc/meminfo: memFree=1879248/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=0.07
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50144 s]
/proc/loadavg: 2.01 2.28 2.34 3/83 22691
/proc/meminfo: memFree=1853112/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=0.07
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
[pid=22682] ppid=22679 vsize=5356 CPUtime=0
/proc/22682/stat : 22682 (sh) S 22679 22679 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24838328 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22682/statm: 1339 233 193 169 0 50 0
[pid=22683] ppid=22682 vsize=866664 CPUtime=0.88
/proc/22683/stat : 22683 (java) S 22682 22679 17474 0 -1 0 12271 0 61 0 80 8 0 0 18 0 9 0 24838329 887463936 10621 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22683/statm: 216666 10621 2556 9 0 211178 0
[pid=22683/tid=22684] ppid=22682 vsize=866664 CPUtime=0.46
/proc/22683/task/22684/stat : 22684 (java) R 22682 22679 17474 0 -1 64 2859 0 28 0 42 4 0 0 22 0 9 0 24838337 887463936 10621 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22683/tid=22685] ppid=22682 vsize=866664 CPUtime=0.29
/proc/22683/task/22685/stat : 22685 (java) R 22682 22679 17474 0 -1 64 8226 0 0 0 27 2 0 0 16 0 9 0 24838352 887463936 10621 996147200 134512640 134550932 4294955984 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22683/tid=22686] ppid=22682 vsize=866664 CPUtime=0
/proc/22683/task/22686/stat : 22686 (java) S 22682 22679 17474 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24838352 887463936 10621 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22683/tid=22687] ppid=22682 vsize=866664 CPUtime=0
/proc/22683/task/22687/stat : 22687 (java) S 22682 22679 17474 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24838352 887463936 10621 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22683/tid=22688] ppid=22682 vsize=866664 CPUtime=0
/proc/22683/task/22688/stat : 22688 (java) S 22682 22679 17474 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 24838355 887463936 10621 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22683/tid=22689] ppid=22682 vsize=866664 CPUtime=0.1
/proc/22683/task/22689/stat : 22689 (java) S 22682 22679 17474 0 -1 64 514 0 0 0 10 0 0 0 16 0 9 0 24838355 887463936 10621 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22683/tid=22690] ppid=22682 vsize=866664 CPUtime=0
/proc/22683/task/22690/stat : 22690 (java) S 22682 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 24838355 887463936 10621 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22683/tid=22691] ppid=22682 vsize=866664 CPUtime=0
/proc/22683/task/22691/stat : 22691 (java) S 22682 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24838355 887463936 10621 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 888888

[startup+3.10174 s]
/proc/loadavg: 2.01 2.28 2.34 3/83 22691
/proc/meminfo: memFree=1820088/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=1.59
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1303 16006 6 61 5 2 142 10 15 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30237 s]
/proc/loadavg: 2.01 2.28 2.34 3/83 22701
/proc/meminfo: memFree=1831352/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=1.59
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1303 16006 6 61 5 2 142 10 16 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
[pid=22692] ppid=22679 vsize=5356 CPUtime=0
/proc/22692/stat : 22692 (sh) S 22679 22679 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22692/statm: 1339 233 193 169 0 50 0
[pid=22693] ppid=22692 vsize=868624 CPUtime=4.07
/proc/22693/stat : 22693 (java) S 22692 22679 17474 0 -1 0 12503 0 5 0 398 9 0 0 18 0 9 0 24838514 889470976 11296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22693/statm: 217156 11296 2567 9 0 211661 0
[pid=22693/tid=22694] ppid=22692 vsize=868624 CPUtime=3.3
/proc/22693/task/22694/stat : 22694 (java) R 22692 22679 17474 0 -1 64 2932 0 5 0 327 3 0 0 25 0 9 0 24838514 889470976 11296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22695] ppid=22692 vsize=868624 CPUtime=0.55
/proc/22693/task/22695/stat : 22695 (java) R 22692 22679 17474 0 -1 64 7375 0 0 0 51 4 0 0 15 0 9 0 24838516 889470976 11296 996147200 134512640 134550932 4294955936 18446744073709551615 102758032 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22696] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22696/stat : 22696 (java) S 22692 22679 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838516 889470976 11296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22697] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22697/stat : 22697 (java) S 22692 22679 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838516 889470976 11296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22698] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22698/stat : 22698 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838518 889470976 11296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22699] ppid=22692 vsize=868624 CPUtime=0.2
/proc/22693/task/22699/stat : 22699 (java) S 22692 22679 17474 0 -1 64 1493 0 0 0 19 1 0 0 15 0 9 0 24838518 889470976 11296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22700] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22700/stat : 22700 (java) S 22692 22679 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838518 889470976 11296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22701] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22701/stat : 22701 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24838518 889470976 11296 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 890848

[startup+12.7025 s]
/proc/loadavg: 2.01 2.27 2.33 3/83 22701
/proc/meminfo: memFree=1807480/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=1.59
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1303 16006 6 61 5 2 142 10 16 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
[pid=22692] ppid=22679 vsize=5356 CPUtime=0
/proc/22692/stat : 22692 (sh) S 22679 22679 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22692/statm: 1339 233 193 169 0 50 0
[pid=22693] ppid=22692 vsize=868624 CPUtime=10.44
/proc/22693/stat : 22693 (java) S 22692 22679 17474 0 -1 0 22801 0 5 0 1027 17 0 0 18 0 9 0 24838514 889470976 17127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22693/statm: 217156 17127 2568 9 0 211661 0
[pid=22693/tid=22694] ppid=22692 vsize=868624 CPUtime=8.69
/proc/22693/task/22694/stat : 22694 (java) R 22692 22679 17474 0 -1 64 3603 0 5 0 865 4 0 0 25 0 9 0 24838514 889470976 17127 996147200 134512640 134550932 4294955936 18446744073709551615 4126507859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22695] ppid=22692 vsize=868624 CPUtime=1.51
/proc/22693/task/22695/stat : 22695 (java) S 22692 22679 17474 0 -1 64 16993 0 0 0 140 11 0 0 16 0 9 0 24838516 889470976 17127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22696] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22696/stat : 22696 (java) S 22692 22679 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838516 889470976 17127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22697] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22697/stat : 22697 (java) S 22692 22679 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838516 889470976 17127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22698] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22698/stat : 22698 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838518 889470976 17127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22699] ppid=22692 vsize=868624 CPUtime=0.21
/proc/22693/task/22699/stat : 22699 (java) S 22692 22679 17474 0 -1 64 1502 0 0 0 20 1 0 0 15 0 9 0 24838518 889470976 17127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22700] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22700/stat : 22700 (java) S 22692 22679 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838518 889470976 17127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22701] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22701/stat : 22701 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24838518 889470976 17127 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 890848

[startup+25.5018 s]
/proc/loadavg: 2.08 2.28 2.33 3/83 22701
/proc/meminfo: memFree=1757688/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=1.59
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1303 16006 6 61 5 2 142 10 16 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
[pid=22692] ppid=22679 vsize=5356 CPUtime=0
/proc/22692/stat : 22692 (sh) S 22679 22679 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22692/statm: 1339 233 193 169 0 50 0
[pid=22693] ppid=22692 vsize=868624 CPUtime=23.16
/proc/22693/stat : 22693 (java) S 22692 22679 17474 0 -1 0 39410 0 5 0 2289 27 0 0 18 0 9 0 24838514 889470976 29302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22693/statm: 217156 29302 2568 9 0 211661 0
[pid=22693/tid=22694] ppid=22692 vsize=868624 CPUtime=19.91
/proc/22693/task/22694/stat : 22694 (java) R 22692 22679 17474 0 -1 64 4336 0 5 0 1986 5 0 0 25 0 9 0 24838514 889470976 29302 996147200 134512640 134550932 4294955936 18446744073709551615 4126509190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22695] ppid=22692 vsize=868624 CPUtime=3.02
/proc/22693/task/22695/stat : 22695 (java) S 22692 22679 17474 0 -1 64 32867 0 0 0 282 20 0 0 16 0 9 0 24838516 889470976 29302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22696] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22696/stat : 22696 (java) S 22692 22679 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838516 889470976 29302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22697] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22697/stat : 22697 (java) S 22692 22679 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838516 889470976 29302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22698] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22698/stat : 22698 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838518 889470976 29302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22699] ppid=22692 vsize=868624 CPUtime=0.21
/proc/22693/task/22699/stat : 22699 (java) S 22692 22679 17474 0 -1 64 1504 0 0 0 20 1 0 0 16 0 9 0 24838518 889470976 29302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22700] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22700/stat : 22700 (java) S 22692 22679 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838518 889470976 29302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22701] ppid=22692 vsize=868624 CPUtime=0
/proc/22693/task/22701/stat : 22701 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24838518 889470976 29302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 890848

[startup+51.1015 s]
/proc/loadavg: 2.05 2.25 2.32 3/83 22701
/proc/meminfo: memFree=1650936/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=1.59
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1304 16006 6 61 5 2 142 10 16 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
[pid=22692] ppid=22679 vsize=5356 CPUtime=0
/proc/22692/stat : 22692 (sh) S 22679 22679 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22692/statm: 1339 233 193 169 0 50 0
[pid=22693] ppid=22692 vsize=868736 CPUtime=48.6
/proc/22693/stat : 22693 (java) S 22692 22679 17474 0 -1 0 52008 0 6 0 4782 78 0 0 18 0 9 0 24838514 889585664 39698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=22693/tid=22699] ppid=22692 vsize=868736 CPUtime=0.3
/proc/22693/task/22699/stat : 22699 (java) S 22692 22679 17474 0 -1 64 1550 0 0 0 29 1 0 0 16 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22700] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22700/stat : 22700 (java) S 22692 22679 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22701] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22701/stat : 22701 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 276.56
Current children cumulated vsize (KiB) 890960

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

[startup+307.202 s]
/proc/loadavg: 2.75 2.39 2.35 3/83 22703
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=1.59
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1304 16006 6 61 5 2 142 10 16 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
[pid=22692] ppid=22679 vsize=5356 CPUtime=0
/proc/22692/stat : 22692 (sh) S 22679 22679 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22692/statm: 1339 233 193 169 0 50 0
[pid=22693] ppid=22692 vsize=868736 CPUtime=299.15
/proc/22693/stat : 22693 (java) S 22692 22679 17474 0 -1 0 56123 0 6 0 28483 1432 0 0 18 0 9 0 24838514 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22693/statm: 217184 39714 2593 9 0 211661 0
[pid=22693/tid=22694] ppid=22692 vsize=868736 CPUtime=290.56
/proc/22693/task/22694/stat : 22694 (java) R 22692 22679 17474 0 -1 64 9495 0 6 0 27681 1375 0 0 25 0 9 0 24838514 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4127067831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22695] ppid=22692 vsize=868736 CPUtime=8.26
/proc/22693/task/22695/stat : 22695 (java) S 22692 22679 17474 0 -1 64 44375 0 0 0 772 54 0 0 16 0 9 0 24838516 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22696] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22696/stat : 22696 (java) S 22692 22679 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838516 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22697] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22697/stat : 22697 (java) S 22692 22679 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838516 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22698] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22698/stat : 22698 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22699] ppid=22692 vsize=868736 CPUtime=0.3
/proc/22693/task/22699/stat : 22699 (java) S 22692 22679 17474 0 -1 64 1550 0 0 0 29 1 0 0 16 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22700] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22700/stat : 22700 (java) S 22692 22679 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22701] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22701/stat : 22701 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 300.74
Current children cumulated vsize (KiB) 890960

[startup+313.608 s]
/proc/loadavg: 2.79 2.41 2.35 3/83 22703
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=1.59
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1304 16006 6 61 5 2 142 10 16 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
[pid=22692] ppid=22679 vsize=5356 CPUtime=0
/proc/22692/stat : 22692 (sh) S 22679 22679 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22692/statm: 1339 233 193 169 0 50 0
[pid=22693] ppid=22692 vsize=868736 CPUtime=305.42
/proc/22693/stat : 22693 (java) S 22692 22679 17474 0 -1 0 56231 0 6 0 29075 1467 0 0 18 0 9 0 24838514 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22693/statm: 217184 39714 2593 9 0 211661 0
[pid=22693/tid=22694] ppid=22692 vsize=868736 CPUtime=296.75
/proc/22693/task/22694/stat : 22694 (java) R 22692 22679 17474 0 -1 64 9603 0 6 0 28265 1410 0 0 25 0 9 0 24838514 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4127070780 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22695] ppid=22692 vsize=868736 CPUtime=8.35
/proc/22693/task/22695/stat : 22695 (java) S 22692 22679 17474 0 -1 64 44375 0 0 0 780 55 0 0 16 0 9 0 24838516 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22696] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22696/stat : 22696 (java) S 22692 22679 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838516 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22697] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22697/stat : 22697 (java) S 22692 22679 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838516 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22698] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22698/stat : 22698 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22699] ppid=22692 vsize=868736 CPUtime=0.3
/proc/22693/task/22699/stat : 22699 (java) S 22692 22679 17474 0 -1 64 1550 0 0 0 29 1 0 0 16 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22700] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22700/stat : 22700 (java) S 22692 22679 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22701] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22701/stat : 22701 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 307.01
Current children cumulated vsize (KiB) 890960

[startup+316.802 s]
/proc/loadavg: 2.79 2.41 2.35 3/83 22703
/proc/meminfo: memFree=15864/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=1.59
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1304 16006 6 61 5 2 142 10 16 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
[pid=22692] ppid=22679 vsize=5356 CPUtime=0
/proc/22692/stat : 22692 (sh) S 22679 22679 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22692/statm: 1339 233 193 169 0 50 0
[pid=22693] ppid=22692 vsize=868736 CPUtime=308.57
/proc/22693/stat : 22693 (java) S 22692 22679 17474 0 -1 0 56284 0 6 0 29371 1486 0 0 18 0 9 0 24838514 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22693/statm: 217184 39714 2593 9 0 211661 0
[pid=22693/tid=22694] ppid=22692 vsize=868736 CPUtime=299.86
/proc/22693/task/22694/stat : 22694 (java) R 22692 22679 17474 0 -1 64 9656 0 6 0 28557 1429 0 0 25 0 9 0 24838514 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4126868408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22695] ppid=22692 vsize=868736 CPUtime=8.39
/proc/22693/task/22695/stat : 22695 (java) S 22692 22679 17474 0 -1 64 44375 0 0 0 784 55 0 0 16 0 9 0 24838516 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22696] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22696/stat : 22696 (java) S 22692 22679 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838516 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22697] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22697/stat : 22697 (java) S 22692 22679 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838516 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22698] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22698/stat : 22698 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22699] ppid=22692 vsize=868736 CPUtime=0.3
/proc/22693/task/22699/stat : 22699 (java) S 22692 22679 17474 0 -1 64 1550 0 0 0 29 1 0 0 16 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22700] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22700/stat : 22700 (java) S 22692 22679 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22701] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22701/stat : 22701 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24838518 889585664 39714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 310.16
Current children cumulated vsize (KiB) 890960

[startup+318.402 s]
/proc/loadavg: 2.79 2.41 2.35 2/83 22703
/proc/meminfo: memFree=15224/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=1.59
/proc/22679/stat : 22679 (sugar) S 22677 22679 17474 0 -1 4194304 1304 16006 6 61 5 2 142 10 15 0 1 0 24838295 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22679/statm: 4217 1111 409 3 0 796 0
[pid=22692] ppid=22679 vsize=5356 CPUtime=0
/proc/22692/stat : 22692 (sh) S 22679 22679 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24838513 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22692/statm: 1339 233 193 169 0 50 0
[pid=22693] ppid=22692 vsize=868736 CPUtime=309.44
/proc/22693/stat : 22693 (java) S 22692 22679 17474 0 -1 0 56306 0 8 0 29453 1491 0 0 18 0 9 0 24838514 889585664 39720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22693/statm: 217184 39720 2593 9 0 211661 0
[pid=22693/tid=22694] ppid=22692 vsize=868736 CPUtime=300.71
/proc/22693/task/22694/stat : 22694 (java) D 22692 22679 17474 0 -1 64 9675 0 8 0 28637 1434 0 0 18 0 9 0 24838514 889585664 39720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=22693/tid=22695] ppid=22692 vsize=868736 CPUtime=8.4
/proc/22693/task/22695/stat : 22695 (java) S 22692 22679 17474 0 -1 64 44375 0 0 0 785 55 0 0 16 0 9 0 24838516 889585664 39720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22696] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22696/stat : 22696 (java) S 22692 22679 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24838516 889585664 39720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22697] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22697/stat : 22697 (java) S 22692 22679 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24838516 889585664 39720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22698] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22698/stat : 22698 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24838518 889585664 39720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22699] ppid=22692 vsize=868736 CPUtime=0.3
/proc/22693/task/22699/stat : 22699 (java) S 22692 22679 17474 0 -1 64 1553 0 0 0 29 1 0 0 16 0 9 0 24838518 889585664 39720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22700] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22700/stat : 22700 (java) S 22692 22679 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24838518 889585664 39720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22693/tid=22701] ppid=22692 vsize=868736 CPUtime=0
/proc/22693/task/22701/stat : 22701 (java) S 22692 22679 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24838518 889585664 39720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 311.03
Current children cumulated vsize (KiB) 890960

[startup+320.003 s]
/proc/loadavg: 2.80 2.42 2.36 2/74 22704
/proc/meminfo: memFree=164672/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=311.94
/proc/22679/stat : 22679 (sugar) R 22677 22679 17474 0 -1 4194304 1414 72971 6 77 6 72 29610 1506 21 0 1 0 24838295 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/22679/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 311.94
Current children cumulated vsize (KiB) 16868

[startup+320.902 s]
/proc/loadavg: 2.80 2.42 2.36 2/73 22705
/proc/meminfo: memFree=1882440/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=312.17
/proc/22679/stat : 22679 (sugar) D 22677 22679 17474 0 -1 4194304 1414 72971 6 77 6 95 29610 1506 18 0 1 0 24838295 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22679/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 312.17
Current children cumulated vsize (KiB) 16868

[startup+321.102 s]
/proc/loadavg: 2.80 2.42 2.36 2/73 22705
/proc/meminfo: memFree=1882440/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=312.18
/proc/22679/stat : 22679 (sugar) D 22677 22679 17474 0 -1 4194304 1414 72971 6 77 6 96 29610 1506 18 0 1 0 24838295 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22679/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 312.18
Current children cumulated vsize (KiB) 16868

[startup+321.201 s]
/proc/loadavg: 2.80 2.42 2.36 2/73 22705
/proc/meminfo: memFree=1882440/2055920 swapFree=4192812/4192956
[pid=22679] ppid=22677 vsize=16868 CPUtime=312.19
/proc/22679/stat : 22679 (sugar) D 22677 22679 17474 0 -1 4194304 1414 72971 6 77 6 97 29610 1506 18 0 1 0 24838295 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/22679/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 312.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 321.291
CPU time (s): 312.218
CPU user time (s): 296.171
CPU system time (s): 16.0466
CPU usage (%): 97.1758
Max. virtual memory (cumulated for all children) (KiB): 901096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.171
system time used= 16.0466
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74445
page faults= 83
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57124
involuntary context switches= 59944

runsolver used 0.415936 second user time and 1.11683 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 07:48:26
IDJOB=2083589
IDBENCH=57867
IDSOLVER=739
FILE ID=node2/2083589-1247377706
PBS_JOBID= 9507033
Free space on /tmp= 66328 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp24/normalized-fapp24-2000-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083589-1247377706/watcher-2083589-1247377706 -o /tmp/evaluation-result-2083589-1247377706/solver-2083589-1247377706 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083589-1247377706.xml

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

MD5SUM BENCH= 1f2ebc90aacefa2bf62f5cb29b948cb3
RANDOM SEED=235639112

node2.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.265
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.265
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:       1879920 kB
Buffers:          3756 kB
Cached:          34052 kB
SwapCached:          0 kB
Active:         121652 kB
Inactive:         7148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1879920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5412 kB
Writeback:           0 kB
Mapped:         102424 kB
Slab:            32444 kB
Committed_AS:   276132 kB
PageTables:       2044 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= 66328 MiB
End job on node2 at 2009-07-12 07:53:48