Trace number 1059738

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 79.3019 80.2259

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-40-2-3.xml
MD5SUM3a0f347527e88127cec1ed569eb11f1d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.57746
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.23	c 0	Sugar v1-13 + HOME/minisat
0.00/0.23	c 0	BEGIN Tue Jul  8 00:58:01 2008
0.00/0.23	c 0	PID 4057
0.00/0.23	c 0	HOST node25.alineos.net
0.00/0.23	c 0	CONVERTING HOME/instance-1059738-1215471481.xml TO HOME/temp.csp
0.00/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059738-1215471481.xml' 'HOME/temp.csp'
0.03/0.42	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.03/0.45	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.45	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.24/0.51	c 0	Parsing HOME/temp.csp
0.24/0.58	c 1	parsed 181 expressions
0.24/0.58	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.58	c 1	Converting to clausal form CSP
0.24/0.60	c 1	converted 19 (10%) expressions
0.24/0.60	c 1	converted 37 (20%) expressions
0.24/0.60	c 1	converted 55 (30%) expressions
0.24/0.60	c 1	converted 73 (40%) expressions
0.24/0.60	c 1	converted 91 (50%) expressions
0.24/0.60	c 1	converted 109 (60%) expressions
0.24/0.60	c 1	converted 127 (70%) expressions
0.24/0.61	c 1	converted 145 (80%) expressions
0.24/0.64	c 1	converted 163 (90%) expressions
0.24/0.67	c 1	converted 181 (100%) expressions
0.24/0.67	c 1	CSP : 210 integers, 0 booleans, 300 clauses, largest domain size 23311
0.24/0.67	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.67	c 1	Propagation in CSP
0.24/0.75	c 1	721956 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/0.75	c 1	CSP : 210 integers, 0 booleans, 300 clauses, largest domain size 13850
0.24/0.75	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.75	c 1	Simplifing CSP by introducing new Boolean variables
0.24/0.75	c 1	CSP : 210 integers, 0 booleans, 300 clauses, largest domain size 13850
0.24/0.75	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.77	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.24/0.78	c 1	21 (10%) CSP integer variables are encoded (1211 clauses, 13622 bytes)
0.24/0.78	c 1	42 (20%) CSP integer variables are encoded (2467 clauses, 29950 bytes)
0.24/0.79	c 1	63 (30%) CSP integer variables are encoded (4111 clauses, 51322 bytes)
0.24/0.79	c 1	84 (40%) CSP integer variables are encoded (6130 clauses, 77569 bytes)
0.25/0.81	c 1	105 (50%) CSP integer variables are encoded (23736 clauses, 334104 bytes)
0.25/0.88	c 1	126 (60%) CSP integer variables are encoded (75278 clauses, 1107234 bytes)
0.88/1.09	c 1	147 (70%) CSP integer variables are encoded (238123 clauses, 3826390 bytes)
1.07/1.21	c 1	168 (80%) CSP integer variables are encoded (333821 clauses, 5453256 bytes)
1.18/1.32	c 1	189 (90%) CSP integer variables are encoded (418347 clauses, 6890198 bytes)
1.28/1.43	c 1	210 (100%) CSP integer variables are encoded (515941 clauses, 8549296 bytes)
1.28/1.48	c 1	30 (10%) CSP clauses are encoded (540546 clauses, 8980875 bytes)
1.38/1.58	c 2	60 (20%) CSP clauses are encoded (598617 clauses, 9950440 bytes)
1.49/1.65	c 2	90 (30%) CSP clauses are encoded (640486 clauses, 10691088 bytes)
1.78/1.92	c 2	120 (40%) CSP clauses are encoded (813812 clauses, 13979768 bytes)
1.98/2.13	c 2	150 (50%) CSP clauses are encoded (951165 clauses, 16564785 bytes)
2.08/2.29	c 2	180 (60%) CSP clauses are encoded (1044881 clauses, 18381280 bytes)
2.57/2.74	c 3	210 (70%) CSP clauses are encoded (1317450 clauses, 24145018 bytes)
4.86/5.08	c 5	240 (80%) CSP clauses are encoded (2650606 clauses, 53758847 bytes)
10.09/10.56	c 11	270 (90%) CSP clauses are encoded (5616512 clauses, 119999947 bytes)
14.62/15.17	c 15	300 (100%) CSP clauses are encoded (8143981 clauses, 176457380 bytes)
14.62/15.17	c 15	300 CSP clauses encoded
14.62/15.17	c 15	Writing map file : HOME/temp.map
14.62/15.17	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.62/15.17	c 15	SAT : 516138 SAT variables, 8143981 SAT clauses, 176457380 bytes
14.62/15.17	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.70/15.23	c 15	SOLVING HOME/temp.cnf
14.70/15.23	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.70/15.23	c 15	This is MiniSat 2.0 beta
14.70/15.23	c 15	WARNING: for repeatability, setting FPU to use double precision
14.70/15.23	c 15	============================[ Problem Statistics ]=============================
14.70/15.23	c 15	|                                                                             |
14.70/15.23	c 15	|  Number of variables:  516138                                               |
14.70/15.23	c 15	|  Number of clauses:    8143981                                              |
18.64/19.24	c 19	|  Parsing time:         3.45         s                                       |
18.83/19.42	c 19	============================[ Search Statistics ]==============================
18.83/19.42	c 19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.83/19.42	c 19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.83/19.42	c 19	===============================================================================
18.83/19.42	c 19	|         0 |  516138  8143981 23607870 |  2714660        0    nan |  0.000 % |
23.31/23.91	c 24	|       100 |  516127  8143981 23607870 |  2986126       93      5 |  0.796 % |
25.09/25.79	c 26	|       250 |  515254  8143981 23607870 |  3284739      241      5 |  1.567 % |
28.67/29.32	c 29	|       475 |  514349  8143981 23607870 |  3613212      464      6 |  3.036 % |
33.24/33.91	c 34	|       813 |  514348  8143981 23607870 |  3974534      802      7 |  3.036 % |
39.79/40.58	c 41	|      1319 |  514060  8143981 23607870 |  4371987     1307     11 |  3.353 % |
57.17/58.02	c 58	|      2078 |  498814  7778886 22543057 |  4809186     2052     13 |  4.272 % |
78.27/79.25	c 79	===============================================================================
78.27/79.29	c 79	restarts              : 7
78.27/79.29	c 79	conflicts             : 2939           (47 /sec)
78.27/79.29	c 79	decisions             : 5573           (1.11 % random) (88 /sec)
78.27/79.29	c 79	propagations          : 66719317       (1058156 /sec)
78.27/79.29	c 79	conflict literals     : 40380          (23.52 % deleted)
78.27/79.29	c 79	Memory used           : 384.08 MB
78.27/79.29	c 79	CPU time              : 63.0524 s
78.27/79.29	c 79	
78.47/79.49	c 79	SATISFIABLE
78.57/79.54	c 79	DECODING HOME/temp.out WITH HOME/temp.map
78.57/79.54	c 79	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
78.63/79.63	c 80	Decoding HOME/temp.out
78.63/80.10	s SATISFIABLE
78.63/80.10	v 43 59 113 101 89 101 59 113 70 3 5 19 73 113 89 2 113 10 83 75 37 23 107 113 66 76 64 43 19 101 113 41 46 67 113 107 43 59 3 83 113 7 101 113 47 113 23 47 13 2 113 59 3 45 103 7 5 73 59 3 53 53 113 107 103 13 59 113 43 113 97 113 41 53 104 107 111 47 113 73 113 67 113 113 50 113 7 37 47 71 41 113 103 64 11 57 59 17 91 113
78.63/80.11	c 80	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
78.63/80.13	c 80	CPU 77.17 (0.03 0.01 77.14 2.01)
78.63/80.13	c 80	END Tue Jul  8 00:59:21 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1059738-1215471481/watcher-1059738-1215471481 -o /tmp/evaluation-result-1059738-1215471481/solver-1059738-1215471481 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1059738-1215471481.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.28 0.17 3/82 4057
/proc/meminfo: memFree=1121024/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=18572 CPUtime=0
/proc/4057/stat : 4057 (runsolver) D 4055 4057 2806 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 3850003 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 253307186471 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/4057/statm: 4643 292 257 25 0 2626 0

[startup+0.058899 s]
/proc/loadavg: 0.85 0.28 0.17 3/82 4057
/proc/meminfo: memFree=1121024/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=12268 CPUtime=0
/proc/4057/stat : 4057 (sugar) D 4055 4057 2806 0 -1 4194304 349 0 3 0 0 0 0 0 18 0 1 0 3850003 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/4057/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102905 s]
/proc/loadavg: 0.85 0.28 0.17 3/82 4057
/proc/meminfo: memFree=1121024/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=12268 CPUtime=0
/proc/4057/stat : 4057 (sugar) D 4055 4057 2806 0 -1 4194304 349 0 3 0 0 0 0 0 18 0 1 0 3850003 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/4057/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301946 s]
/proc/loadavg: 0.85 0.28 0.17 3/82 4057
/proc/meminfo: memFree=1121024/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=0.03
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 897 127 3 0 2 1 0 0 16 0 1 0 3850003 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.703011 s]
/proc/loadavg: 0.85 0.28 0.17 3/82 4057
/proc/meminfo: memFree=1121024/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=0.24
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 971 4303 3 1 2 1 19 2 16 0 1 0 3850003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+1.50115 s]
/proc/loadavg: 0.85 0.28 0.17 2/93 4079
/proc/meminfo: memFree=1108648/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=0.25
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 971 4303 3 1 3 1 19 2 16 0 1 0 3850003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4057/statm: 3400 797 370 3 0 500 0
[pid=4070] ppid=4057 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4057 4057 2806 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3850048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 233 193 169 0 50 0
[pid=4071] ppid=4070 vsize=865172 CPUtime=1.13
/proc/4071/stat : 4071 (java) S 4070 4057 2806 0 -1 0 5292 0 1 0 104 9 0 0 18 0 9 0 3850048 885936128 4327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4071/statm: 216293 4327 2562 9 0 210840 0
[pid=4071/tid=4072] ppid=4070 vsize=865172 CPUtime=0.93
/proc/4071/task/4072/stat : 4072 (java) R 4070 4057 2806 0 -1 64 2908 0 1 0 86 7 0 0 17 0 9 0 3850049 885936128 4327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4073] ppid=4070 vsize=865172 CPUtime=0.07
/proc/4071/task/4073/stat : 4073 (java) S 4070 4057 2806 0 -1 64 1319 0 0 0 6 1 0 0 16 0 9 0 3850050 885936128 4327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4074] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4074/stat : 4074 (java) S 4070 4057 2806 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 3850050 885936128 4327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4075] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4075/stat : 4075 (java) S 4070 4057 2806 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3850050 885936128 4327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4076] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4076/stat : 4076 (java) S 4070 4057 2806 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3850052 885936128 4327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4077] ppid=4070 vsize=865172 CPUtime=0.11
/proc/4071/task/4077/stat : 4077 (java) S 4070 4057 2806 0 -1 64 373 0 0 0 11 0 0 0 15 0 9 0 3850052 885936128 4327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4078] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4078/stat : 4078 (java) S 4070 4057 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3850052 885936128 4327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4079] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4079/stat : 4079 (java) S 4070 4057 2806 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3850052 885936128 4327 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 884128

[startup+3.10242 s]
/proc/loadavg: 0.85 0.28 0.17 2/93 4079
/proc/meminfo: memFree=1094824/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=0.25
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 971 4303 3 1 3 1 19 2 16 0 1 0 3850003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4057/statm: 3400 797 370 3 0 500 0
[pid=4070] ppid=4057 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4057 4057 2806 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3850048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 233 193 169 0 50 0
[pid=4071] ppid=4070 vsize=865172 CPUtime=2.73
/proc/4071/stat : 4071 (java) S 4070 4057 2806 0 -1 0 5833 0 1 0 250 23 0 0 18 0 9 0 3850048 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4071/statm: 216293 4331 2562 9 0 210840 0
[pid=4071/tid=4072] ppid=4070 vsize=865172 CPUtime=2.41
/proc/4071/task/4072/stat : 4072 (java) R 4070 4057 2806 0 -1 64 3444 0 1 0 223 18 0 0 17 0 9 0 3850049 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4126554525 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4073] ppid=4070 vsize=865172 CPUtime=0.18
/proc/4071/task/4073/stat : 4073 (java) S 4070 4057 2806 0 -1 64 1319 0 0 0 15 3 0 0 16 0 9 0 3850050 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4074] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4074/stat : 4074 (java) S 4070 4057 2806 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 3850050 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4075] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4075/stat : 4075 (java) S 4070 4057 2806 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3850050 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4076] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4076/stat : 4076 (java) S 4070 4057 2806 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3850052 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4077] ppid=4070 vsize=865172 CPUtime=0.11
/proc/4071/task/4077/stat : 4077 (java) S 4070 4057 2806 0 -1 64 378 0 0 0 11 0 0 0 16 0 9 0 3850052 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4078] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4078/stat : 4078 (java) S 4070 4057 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3850052 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4079] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4079/stat : 4079 (java) R 4070 4057 2806 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3850052 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 884128

[startup+6.30196 s]
/proc/loadavg: 0.86 0.29 0.17 2/93 4079
/proc/meminfo: memFree=1051560/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=0.25
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 971 4303 3 1 3 1 19 2 16 0 1 0 3850003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4057/statm: 3400 797 370 3 0 500 0
[pid=4070] ppid=4057 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4057 4057 2806 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3850048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 233 193 169 0 50 0
[pid=4071] ppid=4070 vsize=865172 CPUtime=5.75
/proc/4071/stat : 4071 (java) S 4070 4057 2806 0 -1 0 6856 0 1 0 525 50 0 0 18 0 9 0 3850048 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4071/statm: 216293 4331 2562 9 0 210840 0
[pid=4071/tid=4072] ppid=4070 vsize=865172 CPUtime=5.24
/proc/4071/task/4072/stat : 4072 (java) D 4070 4057 2806 0 -1 64 4467 0 1 0 483 41 0 0 16 0 9 0 3850049 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=4071/tid=4073] ppid=4070 vsize=865172 CPUtime=0.36
/proc/4071/task/4073/stat : 4073 (java) S 4070 4057 2806 0 -1 64 1319 0 0 0 29 7 0 0 16 0 9 0 3850050 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4074] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4074/stat : 4074 (java) S 4070 4057 2806 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 3850050 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4075] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4075/stat : 4075 (java) S 4070 4057 2806 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3850050 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4076] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4076/stat : 4076 (java) S 4070 4057 2806 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3850052 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4077] ppid=4070 vsize=865172 CPUtime=0.11
/proc/4071/task/4077/stat : 4077 (java) S 4070 4057 2806 0 -1 64 378 0 0 0 11 0 0 0 16 0 9 0 3850052 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4078] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4078/stat : 4078 (java) S 4070 4057 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3850052 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4079] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4079/stat : 4079 (java) S 4070 4057 2806 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3850052 885936128 4331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 884128

[startup+12.701 s]
/proc/loadavg: 0.95 0.32 0.18 2/93 4079
/proc/meminfo: memFree=973304/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=0.25
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 971 4303 3 1 3 1 19 2 16 0 1 0 3850003 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4057/statm: 3400 797 370 3 0 500 0
[pid=4070] ppid=4057 vsize=5356 CPUtime=0
/proc/4070/stat : 4070 (sh) S 4057 4057 2806 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3850048 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4070/statm: 1339 233 193 169 0 50 0
[pid=4071] ppid=4070 vsize=865172 CPUtime=12.03
/proc/4071/stat : 4071 (java) S 4070 4057 2806 0 -1 0 8981 0 1 0 1101 102 0 0 18 0 9 0 3850048 885936128 4332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4071/statm: 216293 4332 2562 9 0 210840 0
[pid=4071/tid=4072] ppid=4070 vsize=865172 CPUtime=11.1
/proc/4071/task/4072/stat : 4072 (java) R 4070 4057 2806 0 -1 64 6591 0 1 0 1026 84 0 0 16 0 9 0 3850049 885936128 4332 996147200 134512640 134550740 4294955952 18446744073709551615 4126520963 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4073] ppid=4070 vsize=865172 CPUtime=0.78
/proc/4071/task/4073/stat : 4073 (java) S 4070 4057 2806 0 -1 64 1319 0 0 0 62 16 0 0 16 0 9 0 3850050 885936128 4332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4074] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4074/stat : 4074 (java) S 4070 4057 2806 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 3850050 885936128 4332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4075] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4075/stat : 4075 (java) S 4070 4057 2806 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 3850050 885936128 4332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4076] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4076/stat : 4076 (java) S 4070 4057 2806 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 3850052 885936128 4332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4077] ppid=4070 vsize=865172 CPUtime=0.11
/proc/4071/task/4077/stat : 4077 (java) S 4070 4057 2806 0 -1 64 379 0 0 0 11 0 0 0 16 0 9 0 3850052 885936128 4332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4071/tid=4078] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4078/stat : 4078 (java) S 4070 4057 2806 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 3850052 885936128 4332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4071/tid=4079] ppid=4070 vsize=865172 CPUtime=0
/proc/4071/task/4079/stat : 4079 (java) S 4070 4057 2806 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 3850052 885936128 4332 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 884128

[startup+25.5022 s]
/proc/loadavg: 0.96 0.35 0.19 2/85 4081
/proc/meminfo: memFree=582264/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=14.71
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 1029 14404 3 2 3 1 1338 129 16 0 1 0 3850003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 798 370 3 0 500 0
[pid=4080] ppid=4057 vsize=5356 CPUtime=0
/proc/4080/stat : 4080 (sh) S 4057 4057 2806 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3851526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4080/statm: 1339 232 193 169 0 50 0
[pid=4081] ppid=4080 vsize=384332 CPUtime=10.18
/proc/4081/stat : 4081 (minisat) R 4080 4057 2806 0 -1 4194304 90389 0 0 0 964 54 0 0 25 0 1 0 3851526 393555968 90375 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/4081/statm: 96083 90375 74 150 0 95930 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 403288

[startup+51.1025 s]
/proc/loadavg: 0.97 0.40 0.21 2/85 4081
/proc/meminfo: memFree=573816/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=14.71
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 1029 14404 3 2 3 1 1338 129 16 0 1 0 3850003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 798 370 3 0 500 0
[pid=4080] ppid=4057 vsize=5356 CPUtime=0
/proc/4080/stat : 4080 (sh) S 4057 4057 2806 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3851526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4080/statm: 1339 232 193 169 0 50 0
[pid=4081] ppid=4080 vsize=393296 CPUtime=35.6
/proc/4081/stat : 4081 (minisat) R 4080 4057 2806 0 -1 4194304 92531 0 0 0 3504 56 0 0 25 0 1 0 3851526 402735104 92517 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4081/statm: 98324 92517 75 150 0 98171 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 412252

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

[startup+63.9017 s]
/proc/loadavg: 1.14 0.45 0.23 3/85 4132
/proc/meminfo: memFree=1244984/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=14.71
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 1029 14404 3 2 3 1 1338 129 16 0 1 0 3850003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 798 370 3 0 500 0
[pid=4080] ppid=4057 vsize=5356 CPUtime=0
/proc/4080/stat : 4080 (sh) S 4057 4057 2806 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3851526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4080/statm: 1339 232 193 169 0 50 0
[pid=4081] ppid=4080 vsize=393296 CPUtime=48.33
/proc/4081/stat : 4081 (minisat) R 4080 4057 2806 0 -1 4194304 92531 0 0 0 4776 57 0 0 25 0 1 0 3851526 402735104 92517 996147200 134512640 135127466 4294956256 18446744073709551615 134528621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4081/statm: 98324 92517 75 150 0 98171 0
Current children cumulated CPU time (s) 63.04
Current children cumulated vsize (KiB) 412252

[startup+70.3018 s]
/proc/loadavg: 1.50 0.55 0.27 3/85 4132
/proc/meminfo: memFree=1171640/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=14.71
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 1029 14404 3 2 3 1 1338 129 16 0 1 0 3850003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 798 370 3 0 500 0
[pid=4080] ppid=4057 vsize=5356 CPUtime=0
/proc/4080/stat : 4080 (sh) S 4057 4057 2806 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3851526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4080/statm: 1339 232 193 169 0 50 0
[pid=4081] ppid=4080 vsize=393296 CPUtime=54.71
/proc/4081/stat : 4081 (minisat) R 4080 4057 2806 0 -1 4194304 92531 0 0 0 5414 57 0 0 25 0 1 0 3851526 402735104 92517 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4081/statm: 98324 92517 75 150 0 98171 0
Current children cumulated CPU time (s) 69.42
Current children cumulated vsize (KiB) 412252

[startup+76.7029 s]
/proc/loadavg: 1.62 0.60 0.28 3/85 4132
/proc/meminfo: memFree=1107064/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=14.71
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 1029 14404 3 2 3 1 1338 129 16 0 1 0 3850003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 798 370 3 0 500 0
[pid=4080] ppid=4057 vsize=5356 CPUtime=0
/proc/4080/stat : 4080 (sh) S 4057 4057 2806 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3851526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4080/statm: 1339 232 193 169 0 50 0
[pid=4081] ppid=4080 vsize=393296 CPUtime=61.08
/proc/4081/stat : 4081 (minisat) R 4080 4057 2806 0 -1 4194304 92531 0 0 0 6049 59 0 0 25 0 1 0 3851526 402735104 92517 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 0 0 0
/proc/4081/statm: 98324 92517 75 150 0 98171 0
Current children cumulated CPU time (s) 75.79
Current children cumulated vsize (KiB) 412252

[startup+78.3011 s]
/proc/loadavg: 1.62 0.60 0.28 3/85 4132
/proc/meminfo: memFree=1079928/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=14.71
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 1029 14404 3 2 3 1 1338 129 16 0 1 0 3850003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 798 370 3 0 500 0
[pid=4080] ppid=4057 vsize=5356 CPUtime=0
/proc/4080/stat : 4080 (sh) S 4057 4057 2806 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3851526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4080/statm: 1339 232 193 169 0 50 0
[pid=4081] ppid=4080 vsize=393296 CPUtime=62.67
/proc/4081/stat : 4081 (minisat) R 4080 4057 2806 0 -1 4194304 92531 0 0 0 6208 59 0 0 25 0 1 0 3851526 402735104 92517 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4081/statm: 98324 92517 75 150 0 98171 0
Current children cumulated CPU time (s) 77.38
Current children cumulated vsize (KiB) 412252

[startup+79.1013 s]
/proc/loadavg: 1.73 0.63 0.30 3/85 4132
/proc/meminfo: memFree=1068408/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=14.71
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 1029 14404 3 2 3 1 1338 129 16 0 1 0 3850003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 798 370 3 0 500 0
[pid=4080] ppid=4057 vsize=5356 CPUtime=0
/proc/4080/stat : 4080 (sh) S 4057 4057 2806 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3851526 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4080/statm: 1339 232 193 169 0 50 0
[pid=4081] ppid=4080 vsize=393296 CPUtime=63.47
/proc/4081/stat : 4081 (minisat) R 4080 4057 2806 0 -1 4194304 92531 0 0 0 6287 60 0 0 25 0 1 0 3851526 402735104 92517 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/4081/statm: 98324 92517 75 150 0 98171 0
Current children cumulated CPU time (s) 78.18
Current children cumulated vsize (KiB) 412252

[startup+79.9014 s]
/proc/loadavg: 1.73 0.63 0.30 3/85 4132
/proc/meminfo: memFree=1068408/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=78.63
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 1085 107256 3 2 3 1 7662 197 16 0 1 0 3850003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 78.63
Current children cumulated vsize (KiB) 13600

[startup+80.1014 s]
/proc/loadavg: 1.73 0.63 0.30 3/85 4132
/proc/meminfo: memFree=1068408/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=78.63
/proc/4057/stat : 4057 (sugar) S 4055 4057 2806 0 -1 4194304 1085 107256 3 2 3 1 7662 197 16 0 1 0 3850003 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4057/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 78.63
Current children cumulated vsize (KiB) 13600

[startup+80.2015 s]
/proc/loadavg: 1.73 0.63 0.30 3/83 4142
/proc/meminfo: memFree=1582920/2055920 swapFree=4192812/4192956
[pid=4057] ppid=4055 vsize=13600 CPUtime=79.26
/proc/4057/stat : 4057 (sugar) R 4055 4057 2806 0 -1 4194304 1114 111026 3 3 3 8 7714 201 16 0 1 0 3850003 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/4057/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 79.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 80.2259
CPU time (s): 79.3019
CPU user time (s): 77.1783
CPU system time (s): 2.12368
CPU usage (%): 98.8483
Max. virtual memory (cumulated for all children) (KiB): 884128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.1783
system time used= 2.12368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112170
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25051
involuntary context switches= 22148

runsolver used 0.084987 second user time and 0.237963 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-08 00:58:01
IDJOB=1059738
IDBENCH=54370
IDSOLVER=346
FILE ID=node25/1059738-1215471481
PBS_JOBID= 7888596
Free space on /tmp= 66528 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a0f347527e88127cec1ed569eb11f1d
RANDOM SEED=1262171431

node25.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:       1121504 kB
Buffers:         15608 kB
Cached:         122432 kB
SwapCached:          0 kB
Active:         810264 kB
Inactive:        87284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1121504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:         779716 kB
Slab:            20620 kB
Committed_AS:   863568 kB
PageTables:       3388 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= 66288 MiB
End job on node25 at 2008-07-08 00:59:21