Trace number 1127427

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+minisat-incMSAT (TO) 3600.1 3618.08

General information on the benchmark

Namemaxcsp/cnf/3-80-1100-2000/
normalized-cnf-3-80-1600-621048_ext.xml
MD5SUMb607337eec6d69654dfd5e792ead8ed9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints85
Best CPU time to get the best result obtained on this benchmark3600.02
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1590
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1590
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.04/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.07	c 0	BEGIN Wed Jul 23 01:18:33 2008
0.04/0.07	c 0	PID 4019
0.04/0.08	c 0	HOST node65.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-1127427-1216768713.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127427-1216768713.xml' 'HOME/temp.csp'
0.05/0.45	c 0	1 domains, 80 variables, 0 predicates, 15 relations, 1590 constraints
0.05/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.49	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.41/0.57	c 0	Parsing HOME/temp.csp
0.41/0.74	c 1	parsed 1686 expressions
0.41/0.75	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.77	c 1	MAX CSP: 1590 constraints
0.41/0.77	c 1	Converting to clausal form CSP
0.41/0.82	c 1	converted 328 (10%) expressions
0.41/0.85	c 1	converted 656 (20%) expressions
0.41/0.87	c 1	converted 984 (30%) expressions
0.41/0.94	c 1	converted 1312 (40%) expressions
0.41/0.97	c 1	converted 1640 (50%) expressions
0.41/0.97	c 1	converted 1968 (60%) expressions
0.41/0.98	c 1	converted 2296 (70%) expressions
0.41/0.99	c 1	converted 2624 (80%) expressions
0.91/1.01	c 1	converted 2952 (90%) expressions
1.11/1.21	c 1	converted 3279 (100%) expressions
1.11/1.21	c 1	CSP : 3260 integers, 0 booleans, 4769 clauses, largest domain size 2386
1.11/1.21	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.21	c 1	Propagation in CSP
1.11/1.29	c 1	1584 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.29	c 1	CSP : 3260 integers, 0 booleans, 4769 clauses, largest domain size 1591
1.11/1.29	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.11/1.29	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.30	c 1	CSP : 3260 integers, 0 booleans, 4769 clauses, largest domain size 1591
1.20/1.30	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.34	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.20/1.35	c 1	326 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.35	c 1	652 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.36	c 1	978 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.36	c 1	1304 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.36	c 1	1630 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.20/1.37	c 1	1956 (60%) CSP integer variables are encoded (3297 clauses, 42925 bytes)
1.20/1.38	c 1	2282 (70%) CSP integer variables are encoded (6040 clauses, 78584 bytes)
1.30/1.40	c 1	2608 (80%) CSP integer variables are encoded (23550 clauses, 337997 bytes)
1.30/1.40	c 1	2934 (90%) CSP integer variables are encoded (26199 clauses, 377732 bytes)
1.30/1.41	c 1	3260 (100%) CSP integer variables are encoded (29759 clauses, 431132 bytes)
1.30/1.46	c 1	477 (10%) CSP clauses are encoded (30237 clauses, 438946 bytes)
1.30/1.49	c 1	954 (20%) CSP clauses are encoded (30715 clauses, 447311 bytes)
1.40/1.50	c 1	1431 (30%) CSP clauses are encoded (31193 clauses, 456166 bytes)
1.40/1.55	c 1	1908 (40%) CSP clauses are encoded (45762 clauses, 714282 bytes)
1.69/1.83	c 2	2385 (50%) CSP clauses are encoded (196297 clauses, 3471291 bytes)
1.79/1.92	c 2	2862 (60%) CSP clauses are encoded (239918 clauses, 4258702 bytes)
5.87/6.08	c 6	3339 (70%) CSP clauses are encoded (2607471 clauses, 52955270 bytes)
5.97/6.18	c 6	3816 (80%) CSP clauses are encoded (2657592 clauses, 54006936 bytes)
6.27/6.41	c 6	4293 (90%) CSP clauses are encoded (2782935 clauses, 56671659 bytes)
7.05/7.27	c 7	4769 (100%) CSP clauses are encoded (3250995 clauses, 66684937 bytes)
7.05/7.27	c 7	4769 CSP clauses encoded
7.05/7.27	c 7	Writing map file : HOME/temp.map
7.15/7.31	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.15/7.31	c 7	SAT : 33019 SAT variables, 3250995 SAT clauses, 66684937 bytes
7.15/7.31	c 7	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.15/7.38	c 7	OBJECTIVE minimize _COST
7.15/7.38	c 7	SOLVING HOME/temp.cnf
7.15/7.38	c 7	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
7.15/7.38	c 7	This is MiniSat 2.0 beta incremental
7.15/7.38	c 7	WARNING: for repeatability, setting FPU to use double precision
7.15/7.38	c 7	============================[ Problem Statistics ]=============================
7.15/7.38	c 7	|                                                                             |
7.15/7.38	c 7	|  Number of variables:  33019                                                |
7.15/7.38	c 7	|  Number of clauses:    3250995                                              |
8.60/8.87	c 9	|  Parsing time:         1.30         s                                       |
8.70/8.94	c 9	OK
8.70/8.94	c 9	OBJECTIVE BOUND: 0 <= _COST <= 
8.70/8.94	c 9	SEARCHING: _COST <= 795
8.70/8.94	c 9	============================[ Search Statistics ]==============================
8.70/8.94	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.70/8.94	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.70/8.94	c 9	===============================================================================
8.70/8.94	c 9	|         0 |   33019  3250995  9663706 |  1083665        0    nan |  0.000 % |
9.80/10.02	c 10	|       102 |   33019  3250995  9663706 |  1192031      102     37 |  0.001 % |
9.99/10.28	c 10	===============================================================================
9.99/10.28	c 10	restarts              : 2
9.99/10.28	c 10	conflicts             : 140           (52 /sec)
9.99/10.28	c 10	decisions             : 1379          (1.02 % random) (513 /sec)
9.99/10.28	c 10	propagations          : 344581         (128260 /sec)
9.99/10.28	c 10	conflict literals     : 4995           (11.73 % deleted)
9.99/10.28	c 10	Memory used           : 134.49 MB
9.99/10.28	c 10	CPU time              : 2.68659 s
9.99/10.28	c 10	
9.99/10.28	c 10	SATISFIABLE
9.99/10.30	c 10	OK
9.99/10.30	c 10	FOUND: _COST <= 795
9.99/10.30	s SATISFIABLE
9.99/10.30	c 10	DECODING HOME/temp.out WITH HOME/temp.map
9.99/10.30	c 10	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.09/10.38	c 10	Decoding HOME/temp.out
10.09/10.57	c 10	OBJECTIVE _COST 583
10.09/10.57	o 583
10.09/10.58	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
10.09/10.58	c 10	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
10.09/10.62	c 10	OK
10.09/10.62	c 10	OBJECTIVE BOUND: 0 <= _COST <= 583
10.09/10.62	c 10	SEARCHING: _COST <= 291
10.09/10.62	c 10	============================[ Search Statistics ]==============================
10.09/10.62	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.09/10.62	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.09/10.62	c 10	===============================================================================
10.09/10.62	c 10	|       140 |   33019  3250995  9663706 |  1083665      140     36 |  0.001 % |
10.75/11.03	c 11	|       243 |   33019  3250995  9663706 |  1192031      243     35 | 34.190 % |
11.04/11.32	c 11	|       393 |   33019  3250995  9663706 |  1311234      393     35 | 34.190 % |
11.34/11.65	c 11	|       618 |   33019  3250995  9663706 |  1442358      618     34 | 34.190 % |
12.23/12.51	c 12	|       955 |   33019  3250995  9663706 |  1586593      955     34 | 34.190 % |
12.84/13.14	c 13	|      1462 |   33019  3250995  9663706 |  1745253     1462     33 | 34.190 % |
13.33/13.69	c 13	===============================================================================
13.33/13.69	c 13	restarts              : 8
13.33/13.69	c 13	conflicts             : 1570          (273 /sec)
13.33/13.69	c 13	decisions             : 4052          (0.72 % random) (704 /sec)
13.33/13.69	c 13	propagations          : 2007437        (348809 /sec)
13.33/13.69	c 13	conflict literals     : 54628          (14.28 % deleted)
13.33/13.69	c 13	Memory used           : 134.62 MB
13.33/13.69	c 13	CPU time              : 5.75512 s
13.33/13.69	c 13	
13.33/13.69	c 13	SATISFIABLE
13.43/13.70	c 13	OK
13.43/13.70	c 13	FOUND: _COST <= 291
13.43/13.70	c 13	DECODING HOME/temp.out WITH HOME/temp.map
13.43/13.70	c 13	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
13.43/13.78	c 14	Decoding HOME/temp.out
13.43/13.98	c 14	OBJECTIVE _COST 291
13.43/13.98	o 291
13.43/13.98	v 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
13.43/13.98	c 14	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
13.43/14.03	c 14	OK
13.43/14.03	c 14	OBJECTIVE BOUND: 0 <= _COST <= 291
13.43/14.03	c 14	SEARCHING: _COST <= 145
13.43/14.03	c 14	============================[ Search Statistics ]==============================
13.43/14.03	c 14	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.43/14.03	c 14	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.43/14.03	c 14	===============================================================================
13.43/14.03	c 14	|      1570 |   21730  3250995  9663706 |  1083665     1570     35 | 34.190 % |
14.00/14.37	c 14	|      1670 |   21730  3250995  9663706 |  1192031     1670     34 | 45.771 % |
14.10/14.50	c 14	|      1820 |   21730  3250995  9663706 |  1311234     1820     33 | 45.771 % |
14.89/15.28	c 15	|      2045 |   21730  3250995  9663706 |  1442358     2045     33 | 45.771 % |
15.59/15.97	c 16	|      2382 |   21730  3250995  9663706 |  1586593     2382     34 | 45.771 % |
16.58/16.93	c 17	|      2888 |   21730  3250995  9663706 |  1745253     2888     34 | 45.771 % |
17.58/17.90	c 18	|      3647 |   21730  3250995  9663706 |  1919778     3647     34 | 45.771 % |
21.26/21.64	c 21	|      4786 |   21730  3250995  9663706 |  2111756     4786     37 | 45.771 % |
24.54/24.96	c 25	|      6496 |   21730  3250995  9663706 |  2322932     6496     39 | 45.771 % |
28.41/28.82	c 29	|      9058 |   21730  3250995  9663706 |  2555225     9058     39 | 45.771 % |
36.68/37.11	c 37	|     12902 |   17906  1016287  3003622 |  2810747    12889     40 | 45.771 % |
43.84/44.30	c 44	|     18668 |   17906  1016287  3003622 |  3091822    18655     42 | 45.771 % |
56.58/57.18	c 57	|     27317 |   17906  1016287  3003622 |  3401004    27304     42 | 45.771 % |
76.67/77.37	c 77	|     40291 |   17906  1016287  3003622 |  3741105    40278     44 | 45.771 % |
122.45/123.39	c 123	|     59752 |   17906  1016287  3003622 |  4115216    59739     48 | 45.771 % |
187.69/188.90	c 189	|     88947 |   17906  1016287  3003622 |  4526737    88934     49 | 45.771 % |
296.47/298.20	c 298	|    132740 |   17906  1016287  3003622 |  4979411   132727     50 | 45.771 % |
479.96/482.64	c 482	|    198427 |   17906  1016287  3003622 |  5477352   198414     52 | 45.771 % |
791.53/795.78	c 796	|    296953 |   17906  1016287  3003622 |  6025087   296940     51 | 45.771 % |
1336.16/1343.01	c 1343	|    444744 |   17906  1016287  3003622 |  6627596   444731     52 | 45.771 % |
2412.37/2424.56	c 2424	|    666427 |   17906  1016287  3003622 |  7290356   666414     53 | 45.771 % |
3600.01/3618.01	c ERROR INTERRUPTED
3600.01/3618.08	c 3618	CPU 3598.7 (0.07 0.02 3598.63 1.33)
3600.01/3618.08	c 3618	END Wed Jul 23 02:18:51 2008

Verifier Data (download as text)

OK	198	1392
198 unsatisfied constraints, 1392 satisfied constraints

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-1127427-1216768713/watcher-1127427-1216768713 -o /tmp/evaluation-result-1127427-1216768713/solver-1127427-1216768713 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127427-1216768713.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 4019
/proc/meminfo: memFree=1620680/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=18572 CPUtime=0
/proc/4019/stat : 4019 (runsolver) R 4017 4019 3794 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 3958240 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/4019/statm: 4643 292 257 25 0 2626 0

[startup+0.063642 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 4019
/proc/meminfo: memFree=1620680/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=16212 CPUtime=0.04
/proc/4019/stat : 4019 (sugar++) R 4017 4019 3794 0 -1 4194304 973 0 0 0 3 1 0 0 18 0 1 0 3958240 16601088 941 996147200 4194304 4206940 548682068528 18446744073709551615 257203862117 0 0 4224 0 0 0 0 17 0 0 0
/proc/4019/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101636 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 4019
/proc/meminfo: memFree=1620680/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=16740 CPUtime=0.05
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1219 128 0 0 4 1 0 0 18 0 1 0 3958240 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4019/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.301669 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 4019
/proc/meminfo: memFree=1620680/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=16740 CPUtime=0.05
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1219 128 0 0 4 1 0 0 18 0 1 0 3958240 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4019/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16740

[startup+0.701729 s]
/proc/loadavg: 2.00 2.00 1.91 4/80 4019
/proc/meminfo: memFree=1620680/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=16740 CPUtime=0.41
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1296 4794 0 1 4 1 33 3 16 0 1 0 3958240 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16740

[startup+1.50186 s]
/proc/loadavg: 2.00 2.00 1.91 3/91 4041
/proc/meminfo: memFree=1604656/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=16740 CPUtime=0.42
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1297 4794 0 1 5 1 33 3 15 0 1 0 3958240 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4185 1104 409 3 0 764 0
[pid=4032] ppid=4019 vsize=5356 CPUtime=0
/proc/4032/stat : 4032 (sh) S 4019 4019 3794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3958289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4032/statm: 1339 233 193 169 0 50 0
[pid=4033] ppid=4032 vsize=868476 CPUtime=0.98
/proc/4033/stat : 4033 (java) S 4032 4019 3794 0 -1 0 7288 0 1 0 94 4 0 0 18 0 9 0 3958290 889319424 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4033/statm: 217119 6480 2564 9 0 211666 0
[pid=4033/tid=4034] ppid=4032 vsize=868476 CPUtime=0.54
/proc/4033/task/4034/stat : 4034 (java) R 4032 4019 3794 0 -1 64 2750 0 1 0 53 1 0 0 24 0 9 0 3958290 889319424 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4126985527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4035] ppid=4032 vsize=868476 CPUtime=0.14
/proc/4033/task/4035/stat : 4035 (java) S 4032 4019 3794 0 -1 64 2340 0 0 0 14 0 0 0 16 0 9 0 3958292 889319424 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4036] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4036/stat : 4036 (java) S 4032 4019 3794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3958292 889319424 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4037] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4037/stat : 4037 (java) S 4032 4019 3794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3958292 889319424 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4038] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4038/stat : 4038 (java) S 4032 4019 3794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3958294 889319424 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4039] ppid=4032 vsize=868476 CPUtime=0.26
/proc/4033/task/4039/stat : 4039 (java) S 4032 4019 3794 0 -1 64 1505 0 0 0 26 0 0 0 16 0 9 0 3958294 889319424 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4040] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4040/stat : 4040 (java) S 4032 4019 3794 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3958294 889319424 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4041] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4041/stat : 4041 (java) S 4032 4019 3794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3958294 889319424 6480 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890572

[startup+3.10212 s]
/proc/loadavg: 2.08 2.02 1.91 4/91 4041
/proc/meminfo: memFree=1594800/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=16740 CPUtime=0.42
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1297 4794 0 1 5 1 33 3 15 0 1 0 3958240 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4185 1104 409 3 0 764 0
[pid=4032] ppid=4019 vsize=5356 CPUtime=0
/proc/4032/stat : 4032 (sh) S 4019 4019 3794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3958289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4032/statm: 1339 233 193 169 0 50 0
[pid=4033] ppid=4032 vsize=868476 CPUtime=2.57
/proc/4033/stat : 4033 (java) S 4032 4019 3794 0 -1 0 7788 0 1 0 241 16 0 0 18 0 9 0 3958290 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4033/statm: 217119 6494 2564 9 0 211666 0
[pid=4033/tid=4034] ppid=4032 vsize=868476 CPUtime=1.97
/proc/4033/task/4034/stat : 4034 (java) R 4032 4019 3794 0 -1 64 3236 0 1 0 186 11 0 0 25 0 9 0 3958290 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4035] ppid=4032 vsize=868476 CPUtime=0.27
/proc/4033/task/4035/stat : 4035 (java) S 4032 4019 3794 0 -1 64 2340 0 0 0 24 3 0 0 16 0 9 0 3958292 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4036] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4036/stat : 4036 (java) S 4032 4019 3794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3958292 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4037] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4037/stat : 4037 (java) S 4032 4019 3794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3958292 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4038] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4038/stat : 4038 (java) S 4032 4019 3794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3958294 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4039] ppid=4032 vsize=868476 CPUtime=0.28
/proc/4033/task/4039/stat : 4039 (java) S 4032 4019 3794 0 -1 64 1519 0 0 0 28 0 0 0 16 0 9 0 3958294 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4040] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4040/stat : 4040 (java) S 4032 4019 3794 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3958294 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4041] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4041/stat : 4041 (java) S 4032 4019 3794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3958294 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890572

[startup+6.30164 s]
/proc/loadavg: 2.08 2.02 1.91 3/91 4041
/proc/meminfo: memFree=1554872/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=16740 CPUtime=0.42
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1297 4794 0 1 5 1 33 3 16 0 1 0 3958240 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4185 1104 409 3 0 764 0
[pid=4032] ppid=4019 vsize=5356 CPUtime=0
/proc/4032/stat : 4032 (sh) S 4019 4019 3794 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3958289 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 257203692356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4032/statm: 1339 233 193 169 0 50 0
[pid=4033] ppid=4032 vsize=868476 CPUtime=5.75
/proc/4033/stat : 4033 (java) S 4032 4019 3794 0 -1 0 8841 0 1 0 530 45 0 0 18 0 9 0 3958290 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4033/statm: 217119 6494 2564 9 0 211666 0
[pid=4033/tid=4034] ppid=4032 vsize=868476 CPUtime=4.92
/proc/4033/task/4034/stat : 4034 (java) R 4032 4019 3794 0 -1 64 4289 0 1 0 458 34 0 0 25 0 9 0 3958290 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4126548366 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4035] ppid=4032 vsize=868476 CPUtime=0.52
/proc/4033/task/4035/stat : 4035 (java) S 4032 4019 3794 0 -1 64 2340 0 0 0 43 9 0 0 16 0 9 0 3958292 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4036] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4036/stat : 4036 (java) S 4032 4019 3794 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 3958292 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4037] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4037/stat : 4037 (java) S 4032 4019 3794 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3958292 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4038] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4038/stat : 4038 (java) S 4032 4019 3794 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 3958294 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4039] ppid=4032 vsize=868476 CPUtime=0.28
/proc/4033/task/4039/stat : 4039 (java) S 4032 4019 3794 0 -1 64 1519 0 0 0 28 0 0 0 16 0 9 0 3958294 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4040] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4040/stat : 4040 (java) S 4032 4019 3794 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 3958294 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4033/tid=4041] ppid=4032 vsize=868476 CPUtime=0
/proc/4033/task/4041/stat : 4041 (java) S 4032 4019 3794 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3958294 889319424 6494 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890572

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 1.91 3/82 4052
/proc/meminfo: memFree=1413840/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.47
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1593 18220 0 3 6 2 679 60 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=137844 CPUtime=4.96
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 34021 0 0 0 476 20 0 0 25 0 1 0 3958978 141152256 33968 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 34461 33968 80 151 0 34307 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 154848

[startup+25.5018 s]
/proc/loadavg: 2.06 2.01 1.91 3/82 4062
/proc/meminfo: memFree=1413264/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.76
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 6 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=138504 CPUtime=17.37
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 34190 0 0 0 1717 20 0 0 25 0 1 0 3958978 141828096 34135 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 34626 34135 80 151 0 34472 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 155508

[startup+51.1019 s]
/proc/loadavg: 2.04 2.01 1.91 3/82 4062
/proc/meminfo: memFree=1412816/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.76
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 6 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=139032 CPUtime=42.85
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 34320 0 0 0 4264 21 0 0 25 0 1 0 3958978 142368768 34265 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 34758 34265 80 151 0 34604 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 156036

[startup+102.305 s]
/proc/loadavg: 2.01 2.01 1.91 3/82 4064
/proc/meminfo: memFree=1399120/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.76
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 6 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=139276 CPUtime=93.8
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 34373 0 0 0 9359 21 0 0 25 0 1 0 3958978 142618624 34318 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 34819 34318 80 151 0 34665 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 156280

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 4064
/proc/meminfo: memFree=1398096/2055920 swapFree=4192956/4192956

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

[pid=4042] ppid=4019 vsize=269232 CPUtime=2840.25
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 66128 0 0 0 283969 56 0 0 25 0 1 0 3958978 275693568 66073 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 67308 66073 80 151 0 67154 0
Current children cumulated CPU time (s) 2848.02
Current children cumulated vsize (KiB) 286236

[startup+2922.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/82 4070
/proc/meminfo: memFree=1268184/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=271740 CPUtime=2899.94
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 66753 0 0 0 289938 56 0 0 25 0 1 0 3958978 278261760 66698 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 67935 66698 80 151 0 67781 0
Current children cumulated CPU time (s) 2907.71
Current children cumulated vsize (KiB) 288744

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/82 4070
/proc/meminfo: memFree=1265496/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=274284 CPUtime=2959.65
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 67407 0 0 0 295908 57 0 0 25 0 1 0 3958978 280866816 67352 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 68571 67352 80 151 0 68417 0
Current children cumulated CPU time (s) 2967.42
Current children cumulated vsize (KiB) 291288

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1262680/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=277004 CPUtime=3019.36
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 68087 0 0 0 301878 58 0 0 25 0 1 0 3958978 283652096 68032 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 69251 68032 80 151 0 69097 0
Current children cumulated CPU time (s) 3027.13
Current children cumulated vsize (KiB) 294008

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1259864/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=279776 CPUtime=3079.06
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 68783 0 0 0 307848 58 0 0 25 0 1 0 3958978 286490624 68728 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 69944 68728 80 151 0 69790 0
Current children cumulated CPU time (s) 3086.83
Current children cumulated vsize (KiB) 296780

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1257112/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=282388 CPUtime=3138.78
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 69437 0 0 0 313819 59 0 0 25 0 1 0 3958978 289165312 69382 996147200 134512640 135134323 4294956192 18446744073709551615 134532158 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 70597 69382 80 151 0 70443 0
Current children cumulated CPU time (s) 3146.55
Current children cumulated vsize (KiB) 299392

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1254488/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=284900 CPUtime=3198.48
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 70079 0 0 0 319788 60 0 0 25 0 1 0 3958978 291737600 70024 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 71225 70024 80 151 0 71071 0
Current children cumulated CPU time (s) 3206.25
Current children cumulated vsize (KiB) 301904

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1252056/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=287276 CPUtime=3258.2
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 70691 0 0 0 325759 61 0 0 25 0 1 0 3958978 294170624 70636 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 71819 70636 80 151 0 71665 0
Current children cumulated CPU time (s) 3265.97
Current children cumulated vsize (KiB) 304280

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1249432/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=289912 CPUtime=3317.89
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 71341 0 0 0 331728 61 0 0 25 0 1 0 3958978 296869888 71286 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 72478 71286 80 151 0 72324 0
Current children cumulated CPU time (s) 3325.66
Current children cumulated vsize (KiB) 306916

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1246360/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=292944 CPUtime=3377.61
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 72087 0 0 0 337699 62 0 0 25 0 1 0 3958978 299974656 72032 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 73236 72032 80 151 0 73082 0
Current children cumulated CPU time (s) 3385.38
Current children cumulated vsize (KiB) 309948

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1243928/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=295172 CPUtime=3437.31
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 72679 0 0 0 343668 63 0 0 25 0 1 0 3958978 302256128 72624 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 73793 72624 80 151 0 73639 0
Current children cumulated CPU time (s) 3445.08
Current children cumulated vsize (KiB) 312176

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1241624/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=297540 CPUtime=3497.03
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 73255 0 0 0 349639 64 0 0 25 0 1 0 3958978 304680960 73200 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 74385 73200 80 151 0 74231 0
Current children cumulated CPU time (s) 3504.8
Current children cumulated vsize (KiB) 314544

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/82 4070
/proc/meminfo: memFree=1239256/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=299948 CPUtime=3556.72
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 73841 0 0 0 355608 64 0 0 25 0 1 0 3958978 307146752 73786 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/4042/statm: 74987 73786 80 151 0 74833 0
Current children cumulated CPU time (s) 3564.49
Current children cumulated vsize (KiB) 316952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618 s]
/proc/loadavg: 1.92 1.98 1.95 3/82 4108
/proc/meminfo: memFree=1251024/2055920 swapFree=4192956/4192956
[pid=4019] ppid=4017 vsize=17004 CPUtime=7.77
/proc/4019/stat : 4019 (sugar++) S 4017 4019 3794 0 -1 4194304 1664 22191 0 4 7 2 705 63 16 0 1 0 3958240 17412096 1158 996147200 4194304 4206940 548682068528 18446744073709551615 257212592226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4019/statm: 4251 1158 414 3 0 830 0
[pid=4042] ppid=4019 vsize=301348 CPUtime=3592.24
/proc/4042/stat : 4042 (minisat-inc) R 4019 4019 3794 0 -1 4194304 74204 0 0 0 359158 66 0 0 25 0 1 0 3958978 308580352 74149 996147200 134512640 135134323 4294956192 18446744073709551615 134531952 0 0 4096 3 0 0 0 17 0 0 0
/proc/4042/statm: 75337 74149 80 151 0 75183 0
Current children cumulated CPU time (s) 3600.01
Current children cumulated vsize (KiB) 318352

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

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

Child status: 0
Real time (s): 3618.08
CPU time (s): 3600.1
CPU user time (s): 3598.7
CPU system time (s): 1.39879
CPU usage (%): 99.503
Max. virtual memory (cumulated for all children) (KiB): 890572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.7
system time used= 1.39879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98138
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16570
involuntary context switches= 126796

runsolver used 3.34049 second user time and 9.8425 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-23 01:18:33
IDJOB=1127427
IDBENCH=63360
IDSOLVER=367
FILE ID=node65/1127427-1216768713
PBS_JOBID= 7974092
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/cnf/3-80-1100-2000/normalized-cnf-3-80-1600-621048_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127427-1216768713/watcher-1127427-1216768713 -o /tmp/evaluation-result-1127427-1216768713/solver-1127427-1216768713 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1127427-1216768713.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b607337eec6d69654dfd5e792ead8ed9
RANDOM SEED=335948997

node65.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.279
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.279
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:       1621160 kB
Buffers:         23372 kB
Cached:         324992 kB
SwapCached:          0 kB
Active:         309920 kB
Inactive:        80384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621160 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3000 kB
Writeback:           0 kB
Mapped:          62224 kB
Slab:            29712 kB
Committed_AS:   888308 kB
PageTables:       1912 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= 66560 MiB
End job on node65 at 2008-07-23 02:18:53