Trace number 2083907

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+picosatUNSAT 200.101 201.56

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-8.xml
MD5SUM6e460b84f999771fc63912f5692a6b09
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.5853
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:01:06 2009
0.00/0.08	c 0	PID 22939
0.06/0.08	c 0	HOST node2.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083907-1247378466.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083907-1247378466.xml' 'HOME/temp.csp'
0.06/0.96	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	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'
0.93/1.07	c 1	Parsing HOME/temp.csp
1.12/1.25	c 1	parsed 9632 expressions
1.12/1.26	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.26	c 1	Converting to clausal form CSP
2.21/2.39	c 2	converted 964 (10%) expressions
3.91/4.06	c 4	converted 1927 (20%) expressions
5.10/5.29	c 5	converted 2890 (30%) expressions
6.09/6.25	c 6	converted 3853 (40%) expressions
7.29/7.44	c 7	converted 4816 (50%) expressions
8.17/8.37	c 8	converted 5780 (60%) expressions
8.97/9.12	c 9	converted 6743 (70%) expressions
10.38/10.51	c 10	converted 7706 (80%) expressions
11.17/11.34	c 11	converted 8669 (90%) expressions
12.07/12.21	c 12	converted 9632 (100%) expressions
12.07/12.21	c 12	CSP : 1198 integers, 25934 booleans, 53672 clauses, largest domain size 2721
12.07/12.21	c 12	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.07/12.21	c 12	Propagation in CSP
12.46/12.63	c 12	480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.46/12.64	c 12	CSP : 1198 integers, 25934 booleans, 53672 clauses, largest domain size 2721
12.46/12.64	c 12	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.46/12.67	c 12	Simplifing CSP by introducing new Boolean variables
12.56/12.75	c 13	CSP : 1198 integers, 43744 booleans, 71482 clauses, largest domain size 2721
12.56/12.75	c 13	Heap : 81 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.15/13.36	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.65/13.82	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
14.05/14.25	c 14	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
14.45/14.69	c 15	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
14.95/15.14	c 15	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
15.44/15.61	c 15	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
15.64/15.89	c 16	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
15.94/16.14	c 16	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
16.15/16.39	c 16	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
16.44/16.69	c 17	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
16.74/16.96	c 17	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
20.70/20.92	c 21	7149 (10%) CSP clauses are encoded (2334914 clauses, 48820701 bytes)
24.66/24.95	c 25	14297 (20%) CSP clauses are encoded (3680765 clauses, 82315974 bytes)
28.42/28.78	c 29	21445 (30%) CSP clauses are encoded (5041651 clauses, 116695829 bytes)
32.19/32.51	c 32	28593 (40%) CSP clauses are encoded (6392184 clauses, 151308035 bytes)
35.84/36.27	c 36	35741 (50%) CSP clauses are encoded (7753983 clauses, 186392324 bytes)
39.91/40.36	c 40	42890 (60%) CSP clauses are encoded (9439459 clauses, 229464577 bytes)
43.95/44.50	c 44	50038 (70%) CSP clauses are encoded (11104033 clauses, 271800632 bytes)
48.20/48.70	c 49	57186 (80%) CSP clauses are encoded (12755666 clauses, 313974472 bytes)
52.61/53.20	c 53	64334 (90%) CSP clauses are encoded (14542585 clauses, 359539985 bytes)
56.84/57.58	c 57	71482 (100%) CSP clauses are encoded (16294120 clauses, 404266140 bytes)
56.84/57.58	c 57	71482 CSP clauses encoded
56.84/57.58	c 57	Writing map file : HOME/temp.map
56.93/57.63	c 57	Heap : 83 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
56.93/57.63	c 57	SAT : 1210658 SAT variables, 16294120 SAT clauses, 404266140 bytes
56.93/57.63	c 57	Heap : 83 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
56.93/57.67	c 57	SOLVING HOME/temp.cnf
56.93/57.67	c 57	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
199.35/200.88	c 201	DECODING HOME/temp.out WITH HOME/temp.map
199.35/200.88	c 201	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
199.45/200.96	c 201	Decoding HOME/temp.out
199.85/201.31	s UNSATISFIABLE
199.85/201.32	c 201	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
199.85/201.36	c 201	CPU 199.88 (0.06 0.01 124.71 75.1)
199.85/201.37	c 201	END Sun Jul 12 08:04:27 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083907-1247378466/watcher-2083907-1247378466 -o /tmp/evaluation-result-2083907-1247378466/solver-2083907-1247378466 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083907-1247378466.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.22 2.18 2.26 4/72 22939
/proc/meminfo: memFree=1850584/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=4708 CPUtime=0
/proc/22939/stat : 22939 (sugar) R 22937 22939 22727 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24914253 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 206378696185 0 0 4096 0 0 0 0 17 1 0 0
/proc/22939/statm: 1177 43 33 3 0 8 0

[startup+0.081078 s]
/proc/loadavg: 2.22 2.18 2.26 4/72 22939
/proc/meminfo: memFree=1850584/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16740 CPUtime=0.06
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24914253 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22939/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101793 s]
/proc/loadavg: 2.22 2.18 2.26 4/72 22939
/proc/meminfo: memFree=1850584/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=0.06
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24914253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301829 s]
/proc/loadavg: 2.22 2.18 2.26 4/72 22939
/proc/meminfo: memFree=1850584/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=0.06
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24914253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701903 s]
/proc/loadavg: 2.22 2.18 2.26 4/72 22939
/proc/meminfo: memFree=1850584/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=0.06
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24914253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22939/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 2.22 2.18 2.26 2/76 22954
/proc/meminfo: memFree=1845752/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=0.93
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1309 8940 0 1 5 1 81 6 15 0 1 0 24914253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22939/statm: 4217 1111 409 3 0 796 0
[pid=22952] ppid=22939 vsize=5356 CPUtime=0
/proc/22952/stat : 22952 (sh) S 22939 22939 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24914352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22952/statm: 1339 233 193 169 0 50 0
[pid=22953] ppid=22952 vsize=864200 CPUtime=0.49
/proc/22953/stat : 22953 (java) S 22952 22939 22727 0 -1 0 6136 0 1 0 47 2 0 0 18 0 9 0 24914352 884940800 5382 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22953/statm: 216050 5382 2566 9 0 210555 0
[pid=22953/tid=22954] ppid=22952 vsize=864200 CPUtime=0.31
/proc/22953/task/22954/stat : 22954 (java) R 22952 22939 22727 0 -1 64 2664 0 1 0 30 1 0 0 18 0 9 0 24914353 884940800 5382 996147200 134512640 134550932 4294955936 18446744073709551615 4126508816 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886424

[startup+3.10634 s]
/proc/loadavg: 2.22 2.18 2.26 3/83 22961
/proc/meminfo: memFree=1828544/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=0.93
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1309 8940 0 1 5 1 81 6 16 0 1 0 24914253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22939/statm: 4217 1111 409 3 0 796 0
[pid=22952] ppid=22939 vsize=5356 CPUtime=0
/proc/22952/stat : 22952 (sh) S 22939 22939 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24914352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22952/statm: 1339 233 193 169 0 50 0
[pid=22953] ppid=22952 vsize=868564 CPUtime=2.08
/proc/22953/stat : 22953 (java) S 22952 22939 22727 0 -1 0 9302 0 1 0 203 5 0 0 18 0 9 0 24914352 889409536 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22953/statm: 217141 8383 2566 9 0 211646 0
[pid=22953/tid=22954] ppid=22952 vsize=868564 CPUtime=1.62
/proc/22953/task/22954/stat : 22954 (java) R 22952 22939 22727 0 -1 64 2789 0 1 0 160 2 0 0 25 0 9 0 24914353 889409536 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22955] ppid=22952 vsize=868564 CPUtime=0.27
/proc/22953/task/22955/stat : 22955 (java) R 22952 22939 22727 0 -1 64 4337 0 0 0 25 2 0 0 15 0 9 0 24914354 889409536 8383 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22956] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22956/stat : 22956 (java) S 22952 22939 22727 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24914355 889409536 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22957] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22957/stat : 22957 (java) S 22952 22939 22727 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24914355 889409536 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22958] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22958/stat : 22958 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24914357 889409536 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22959] ppid=22952 vsize=868564 CPUtime=0.16
/proc/22953/task/22959/stat : 22959 (java) S 22952 22939 22727 0 -1 64 1477 0 0 0 16 0 0 0 15 0 9 0 24914357 889409536 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22960] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22960/stat : 22960 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24914357 889409536 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22961] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22961/stat : 22961 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24914357 889409536 8383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890788

[startup+6.30293 s]
/proc/loadavg: 2.20 2.18 2.26 3/83 22961
/proc/meminfo: memFree=1807616/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=0.93
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1309 8940 0 1 5 1 81 6 16 0 1 0 24914253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22939/statm: 4217 1111 409 3 0 796 0
[pid=22952] ppid=22939 vsize=5356 CPUtime=0
/proc/22952/stat : 22952 (sh) S 22939 22939 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24914352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22952/statm: 1339 233 193 169 0 50 0
[pid=22953] ppid=22952 vsize=868564 CPUtime=5.26
/proc/22953/stat : 22953 (java) S 22952 22939 22727 0 -1 0 15219 0 1 0 516 10 0 0 18 0 9 0 24914352 889409536 14133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22953/statm: 217141 14133 2566 9 0 211646 0
[pid=22953/tid=22954] ppid=22952 vsize=868564 CPUtime=4.24
/proc/22953/task/22954/stat : 22954 (java) R 22952 22939 22727 0 -1 64 3182 0 1 0 421 3 0 0 25 0 9 0 24914353 889409536 14133 996147200 134512640 134550932 4294955936 18446744073709551615 4126583458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22955] ppid=22952 vsize=868564 CPUtime=0.83
/proc/22953/task/22955/stat : 22955 (java) S 22952 22939 22727 0 -1 64 9856 0 0 0 77 6 0 0 16 0 9 0 24914354 889409536 14133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22956] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22956/stat : 22956 (java) S 22952 22939 22727 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24914355 889409536 14133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22957] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22957/stat : 22957 (java) S 22952 22939 22727 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24914355 889409536 14133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22958] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22958/stat : 22958 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24914357 889409536 14133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22959] ppid=22952 vsize=868564 CPUtime=0.17
/proc/22953/task/22959/stat : 22959 (java) S 22952 22939 22727 0 -1 64 1482 0 0 0 17 0 0 0 15 0 9 0 24914357 889409536 14133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22960] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22960/stat : 22960 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24914357 889409536 14133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22961] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22961/stat : 22961 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24914357 889409536 14133 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890788

[startup+12.7011 s]
/proc/loadavg: 2.18 2.17 2.25 3/83 22961
/proc/meminfo: memFree=1755072/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=0.94
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1310 8940 0 1 6 1 81 6 16 0 1 0 24914253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22939/statm: 4217 1111 409 3 0 796 0
[pid=22952] ppid=22939 vsize=5356 CPUtime=0
/proc/22952/stat : 22952 (sh) S 22939 22939 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24914352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22952/statm: 1339 233 193 169 0 50 0
[pid=22953] ppid=22952 vsize=868564 CPUtime=11.62
/proc/22953/stat : 22953 (java) S 22952 22939 22727 0 -1 0 35408 0 1 0 1141 21 0 0 18 0 9 0 24914352 889409536 25880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22953/statm: 217141 25880 2569 9 0 211646 0
[pid=22953/tid=22954] ppid=22952 vsize=868564 CPUtime=9.2
/proc/22953/task/22954/stat : 22954 (java) R 22952 22939 22727 0 -1 64 3943 0 1 0 916 4 0 0 25 0 9 0 24914353 889409536 25880 996147200 134512640 134550932 4294955936 18446744073709551615 4126959515 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22955] ppid=22952 vsize=868564 CPUtime=2.19
/proc/22953/task/22955/stat : 22955 (java) S 22952 22939 22727 0 -1 64 29269 0 0 0 203 16 0 0 16 0 9 0 24914354 889409536 25880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22956] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22956/stat : 22956 (java) S 22952 22939 22727 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24914355 889409536 25880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22957] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22957/stat : 22957 (java) S 22952 22939 22727 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24914355 889409536 25880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22958] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22958/stat : 22958 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24914357 889409536 25880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22959] ppid=22952 vsize=868564 CPUtime=0.2
/proc/22953/task/22959/stat : 22959 (java) S 22952 22939 22727 0 -1 64 1497 0 0 0 20 0 0 0 15 0 9 0 24914357 889409536 25880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22960] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22960/stat : 22960 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24914357 889409536 25880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22961] ppid=22952 vsize=868564 CPUtime=0
/proc/22953/task/22961/stat : 22961 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24914357 889409536 25880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890788

[startup+25.5024 s]
/proc/loadavg: 2.14 2.17 2.25 3/83 22961
/proc/meminfo: memFree=1664640/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=0.94
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1310 8940 0 1 6 1 81 6 16 0 1 0 24914253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22939/statm: 4217 1111 409 3 0 796 0
[pid=22952] ppid=22939 vsize=5356 CPUtime=0
/proc/22952/stat : 22952 (sh) S 22939 22939 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24914352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22952/statm: 1339 233 193 169 0 50 0
[pid=22953] ppid=22952 vsize=868676 CPUtime=24.3
/proc/22953/stat : 22953 (java) S 22952 22939 22727 0 -1 0 40569 0 1 0 2351 79 0 0 18 0 9 0 24914352 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22953/statm: 217169 26947 2593 9 0 211646 0
[pid=22953/tid=22954] ppid=22952 vsize=868676 CPUtime=21.06
/proc/22953/task/22954/stat : 22954 (java) R 22952 22939 22727 0 -1 64 4469 0 1 0 2048 58 0 0 25 0 9 0 24914353 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4126580421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22955] ppid=22952 vsize=868676 CPUtime=2.94
/proc/22953/task/22955/stat : 22955 (java) S 22952 22939 22727 0 -1 64 33862 0 0 0 275 19 0 0 16 0 9 0 24914354 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22956] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22956/stat : 22956 (java) S 22952 22939 22727 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24914355 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22957] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22957/stat : 22957 (java) S 22952 22939 22727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24914355 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22958] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22958/stat : 22958 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24914357 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22959] ppid=22952 vsize=868676 CPUtime=0.28
/proc/22953/task/22959/stat : 22959 (java) S 22952 22939 22727 0 -1 64 1539 0 0 0 27 1 0 0 15 0 9 0 24914357 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22960] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22960/stat : 22960 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24914357 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22961] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22961/stat : 22961 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24914357 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 890900

[startup+51.1021 s]
/proc/loadavg: 2.09 2.15 2.24 4/83 22961
/proc/meminfo: memFree=1417920/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=0.94
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1310 8940 0 1 6 1 81 6 16 0 1 0 24914253 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22939/statm: 4217 1111 409 3 0 796 0
[pid=22952] ppid=22939 vsize=5356 CPUtime=0
/proc/22952/stat : 22952 (sh) S 22939 22939 22727 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24914352 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22952/statm: 1339 233 193 169 0 50 0
[pid=22953] ppid=22952 vsize=868676 CPUtime=49.58
/proc/22953/stat : 22953 (java) S 22952 22939 22727 0 -1 0 41215 0 1 0 4729 229 0 0 18 0 9 0 24914352 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22953/statm: 217169 26947 2593 9 0 211646 0
[pid=22953/tid=22954] ppid=22952 vsize=868676 CPUtime=45.94
/proc/22953/task/22954/stat : 22954 (java) R 22952 22939 22727 0 -1 64 5115 0 1 0 4391 203 0 0 25 0 9 0 24914353 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4126911959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22953/tid=22955] ppid=22952 vsize=868676 CPUtime=3.34
/proc/22953/task/22955/stat : 22955 (java) S 22952 22939 22727 0 -1 64 33862 0 0 0 310 24 0 0 16 0 9 0 24914354 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22953/tid=22956] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22956/stat : 22956 (java) S 22952 22939 22727 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24914355 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22957] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22957/stat : 22957 (java) S 22952 22939 22727 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24914355 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22958] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22958/stat : 22958 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24914357 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22959] ppid=22952 vsize=868676 CPUtime=0.28
/proc/22953/task/22959/stat : 22959 (java) S 22952 22939 22727 0 -1 64 1539 0 0 0 27 1 0 0 15 0 9 0 24914357 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22960] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22960/stat : 22960 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24914357 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22953/tid=22961] ppid=22952 vsize=868676 CPUtime=0
/proc/22953/task/22961/stat : 22961 (java) S 22952 22939 22727 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24914357 889524224 26947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 890900

[startup+102.306 s]
/proc/loadavg: 2.04 2.13 2.23 3/75 22963
/proc/meminfo: memFree=1192064/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=56.99
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1366 50632 0 2 6 1 5416 276 17 0 1 0 24914253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22939/statm: 4217 1114 409 3 0 796 0
[pid=22962] ppid=22939 vsize=5356 CPUtime=0
/proc/22962/stat : 22962 (sh) S 22939 22939 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920021 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22962/statm: 1339 232 193 169 0 50 0
[pid=22963] ppid=22962 vsize=306852 CPUtime=44.41
/proc/22963/stat : 22963 (picosat) R 22962 22939 22727 0 -1 4194304 62863 0 0 0 2049 2392 0 0 25 0 1 0 24920021 314216448 62849 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/22963/statm: 76713 62849 40 102 0 76608 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 329076

[startup+162.301 s]
/proc/loadavg: 2.01 2.10 2.21 3/75 22963
/proc/meminfo: memFree=960960/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=56.99
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1366 50632 0 2 6 1 5416 276 17 0 1 0 24914253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22939/statm: 4217 1114 409 3 0 796 0
[pid=22962] ppid=22939 vsize=5356 CPUtime=0
/proc/22962/stat : 22962 (sh) S 22939 22939 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920021 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22962/statm: 1339 232 193 169 0 50 0
[pid=22963] ppid=22962 vsize=562584 CPUtime=104.02
/proc/22963/stat : 22963 (picosat) R 22962 22939 22727 0 -1 4194304 121073 0 0 0 4802 5600 0 0 25 0 1 0 24920021 576086016 121059 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/22963/statm: 140646 121059 40 102 0 140541 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 584808

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

[startup+179.102 s]
/proc/loadavg: 2.01 2.09 2.21 3/75 22963
/proc/meminfo: memFree=896640/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=56.99
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1366 50632 0 2 6 1 5416 276 17 0 1 0 24914253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22939/statm: 4217 1114 409 3 0 796 0
[pid=22962] ppid=22939 vsize=5356 CPUtime=0
/proc/22962/stat : 22962 (sh) S 22939 22939 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920021 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22962/statm: 1339 232 193 169 0 50 0
[pid=22963] ppid=22962 vsize=620532 CPUtime=120.75
/proc/22963/stat : 22963 (picosat) R 22962 22939 22727 0 -1 4194304 137395 0 0 0 5576 6499 0 0 25 0 1 0 24920021 635424768 137381 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/22963/statm: 155133 137381 40 102 0 155028 0
Current children cumulated CPU time (s) 177.74
Current children cumulated vsize (KiB) 642756

[startup+191.902 s]
/proc/loadavg: 2.01 2.09 2.20 3/75 22963
/proc/meminfo: memFree=844864/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=56.99
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1366 50632 0 2 6 1 5416 276 17 0 1 0 24914253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22939/statm: 4217 1114 409 3 0 796 0
[pid=22962] ppid=22939 vsize=5356 CPUtime=0
/proc/22962/stat : 22962 (sh) S 22939 22939 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920021 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22962/statm: 1339 232 193 169 0 50 0
[pid=22963] ppid=22962 vsize=665016 CPUtime=133.51
/proc/22963/stat : 22963 (picosat) R 22962 22939 22727 0 -1 4194304 149936 0 0 0 6170 7181 0 0 25 0 1 0 24920021 680976384 149922 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/22963/statm: 166254 149922 40 102 0 166149 0
Current children cumulated CPU time (s) 190.5
Current children cumulated vsize (KiB) 687240

[startup+198.301 s]
/proc/loadavg: 2.01 2.09 2.20 3/75 22963
/proc/meminfo: memFree=836480/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=56.99
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1366 50632 0 2 6 1 5416 276 17 0 1 0 24914253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22939/statm: 4217 1114 409 3 0 796 0
[pid=22962] ppid=22939 vsize=5356 CPUtime=0
/proc/22962/stat : 22962 (sh) S 22939 22939 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920021 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22962/statm: 1339 232 193 169 0 50 0
[pid=22963] ppid=22962 vsize=676524 CPUtime=139.88
/proc/22963/stat : 22963 (picosat) R 22962 22939 22727 0 -1 4194304 151452 0 0 0 6768 7220 0 0 25 0 1 0 24920021 692760576 151438 996147200 134512640 134931368 4294956256 18446744073709551615 134525657 0 0 4096 0 0 0 0 17 0 0 0
/proc/22963/statm: 169131 151438 42 102 0 169026 0
Current children cumulated CPU time (s) 196.87
Current children cumulated vsize (KiB) 698748

[startup+199.902 s]
/proc/loadavg: 2.00 2.09 2.20 3/75 22963
/proc/meminfo: memFree=836480/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=56.99
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1366 50632 0 2 6 1 5416 276 17 0 1 0 24914253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22939/statm: 4217 1114 409 3 0 796 0
[pid=22962] ppid=22939 vsize=5356 CPUtime=0
/proc/22962/stat : 22962 (sh) S 22939 22939 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920021 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22962/statm: 1339 232 193 169 0 50 0
[pid=22963] ppid=22962 vsize=684848 CPUtime=141.47
/proc/22963/stat : 22963 (picosat) R 22962 22939 22727 0 -1 4194304 151495 0 0 0 6927 7220 0 0 25 0 1 0 24920021 701284352 151481 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 0 0 0
/proc/22963/statm: 171212 151481 42 102 0 171107 0
Current children cumulated CPU time (s) 198.46
Current children cumulated vsize (KiB) 707072

[startup+200.702 s]
/proc/loadavg: 2.00 2.09 2.20 3/75 22963
/proc/meminfo: memFree=836288/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=56.99
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1366 50632 0 2 6 1 5416 276 17 0 1 0 24914253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22939/statm: 4217 1114 409 3 0 796 0
[pid=22962] ppid=22939 vsize=5356 CPUtime=0
/proc/22962/stat : 22962 (sh) S 22939 22939 22727 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920021 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22962/statm: 1339 232 193 169 0 50 0
[pid=22963] ppid=22962 vsize=619840 CPUtime=142.27
/proc/22963/stat : 22963 (picosat) R 22962 22939 22727 0 -1 4194304 151637 0 0 0 7006 7221 0 0 25 0 1 0 24920021 634716160 137926 996147200 134512640 134931368 4294956256 18446744073709551615 134581892 0 0 4096 0 0 0 0 17 0 0 0
/proc/22963/statm: 154960 137926 42 102 0 154855 0
Current children cumulated CPU time (s) 199.26
Current children cumulated vsize (KiB) 642064

[startup+201.102 s]
/proc/loadavg: 2.00 2.09 2.20 3/75 22963
/proc/meminfo: memFree=836288/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=199.45
/proc/22939/stat : 22939 (sugar) S 22937 22939 22727 0 -1 4194304 1447 202556 0 2 6 1 12432 7506 15 0 1 0 24914253 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22939/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 199.45
Current children cumulated vsize (KiB) 16868

[startup+201.502 s]
/proc/loadavg: 2.00 2.09 2.20 3/83 22973
/proc/meminfo: memFree=1433792/2055920 swapFree=4192812/4192956
[pid=22939] ppid=22937 vsize=16868 CPUtime=200.02
/proc/22939/stat : 22939 (sugar) R 22937 22939 22727 0 -1 4194304 1477 209481 0 3 6 15 12471 7510 17 0 1 0 24914253 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22939/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 201.56
CPU time (s): 200.101
CPU user time (s): 124.782
CPU system time (s): 75.3185
CPU usage (%): 99.2759
Max. virtual memory (cumulated for all children) (KiB): 903600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.782
system time used= 75.3185
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211018
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16291
involuntary context switches= 18469

runsolver used 0.303953 second user time and 0.638902 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 08:01:06
IDJOB=2083907
IDBENCH=57973
IDSOLVER=738
FILE ID=node2/2083907-1247378466
PBS_JOBID= 9507183
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= 6e460b84f999771fc63912f5692a6b09
RANDOM SEED=2058437757

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:       1851064 kB
Buffers:          4828 kB
Cached:          62288 kB
SwapCached:          0 kB
Active:         132124 kB
Inactive:        25992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:         102588 kB
Slab:            31928 kB
Committed_AS:   278704 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 08:04:27