Trace number 1127340

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+minisatMSAT (TO) 3600.02 3620.08

General information on the benchmark

Namemaxcsp/cnf/2-80-1100-2000/
normalized-cnf-2-80-1700-346746_ext.xml
MD5SUM74fd881547f982a13eaf7479ed810b8f
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints272
Best CPU time to get the best result obtained on this benchmark3600
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1334
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension1334
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Tue Jul 22 23:22:50 2008
0.00/0.04	c 0	PID 3756
0.00/0.04	c 0	HOST node89.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1127340-1216761770.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127340-1216761770.xml' 'HOME/temp.csp'
0.04/0.38	c 1	1 domains, 80 variables, 0 predicates, 14 relations, 1334 constraints
0.04/0.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.41	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.49	c 1	Parsing HOME/temp.csp
0.37/0.65	c 1	parsed 1429 expressions
0.37/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.37/0.67	c 1	MAX CSP: 1334 constraints
0.37/0.67	c 1	Converting to clausal form CSP
0.37/0.72	c 1	converted 277 (10%) expressions
0.37/0.74	c 1	converted 554 (20%) expressions
0.37/0.75	c 1	converted 830 (30%) expressions
0.37/0.83	c 1	converted 1107 (40%) expressions
0.37/0.84	c 1	converted 1383 (50%) expressions
0.37/0.86	c 1	converted 1660 (60%) expressions
0.37/0.86	c 1	converted 1937 (70%) expressions
0.37/0.87	c 1	converted 2213 (80%) expressions
0.37/0.88	c 1	converted 2490 (90%) expressions
0.94/1.02	c 1	converted 2766 (100%) expressions
0.94/1.02	c 1	CSP : 2748 integers, 0 booleans, 4001 clauses, largest domain size 2002
0.94/1.02	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.02	c 1	Propagation in CSP
0.94/1.08	c 1	1328 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.08	c 1	CSP : 2748 integers, 0 booleans, 4001 clauses, largest domain size 1335
0.94/1.08	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.94/1.09	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.09	c 1	CSP : 2748 integers, 0 booleans, 4001 clauses, largest domain size 1335
0.94/1.09	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.04/1.13	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.14	c 1	275 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.14	c 1	550 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	825 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	1100 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.15	c 1	1374 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.04/1.16	c 2	1649 (60%) CSP integer variables are encoded (2691 clauses, 35047 bytes)
1.04/1.16	c 2	1924 (70%) CSP integer variables are encoded (4938 clauses, 64258 bytes)
1.04/1.18	c 2	2199 (80%) CSP integer variables are encoded (19564 clauses, 277485 bytes)
1.04/1.19	c 2	2474 (90%) CSP integer variables are encoded (21721 clauses, 309840 bytes)
1.04/1.19	c 2	2748 (100%) CSP integer variables are encoded (24639 clauses, 353610 bytes)
1.14/1.23	c 2	401 (10%) CSP clauses are encoded (25072 clauses, 359111 bytes)
1.14/1.26	c 2	801 (20%) CSP clauses are encoded (25506 clauses, 364997 bytes)
1.14/1.27	c 2	1201 (30%) CSP clauses are encoded (25926 clauses, 370979 bytes)
1.23/1.30	c 2	1601 (40%) CSP clauses are encoded (36459 clauses, 555951 bytes)
1.34/1.49	c 2	2001 (50%) CSP clauses are encoded (142951 clauses, 2503152 bytes)
1.43/1.55	c 2	2401 (60%) CSP clauses are encoded (174007 clauses, 3061710 bytes)
4.52/4.62	c 5	2801 (70%) CSP clauses are encoded (1845133 clauses, 37375730 bytes)
4.52/4.69	c 5	3201 (80%) CSP clauses are encoded (1880819 clauses, 38121771 bytes)
4.70/4.86	c 5	3601 (90%) CSP clauses are encoded (1969545 clauses, 40004668 bytes)
5.31/7.30	c 8	4001 (100%) CSP clauses are encoded (2299793 clauses, 47063655 bytes)
5.31/7.30	c 8	4001 CSP clauses encoded
5.31/7.30	c 8	Writing map file : HOME/temp.map
5.31/7.33	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.31/7.33	c 8	SAT : 27387 SAT variables, 2299793 SAT clauses, 47063655 bytes
5.31/7.33	c 8	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.31/7.38	c 8	OBJECTIVE minimize _COST
5.31/7.38	c 8	OBJECTIVE BOUND: 0 <= _COST <= 
5.31/7.38	c 8	SEARCHING: _COST <= 667
5.31/7.38	c 8	SOLVING HOME/temp.cnf
5.31/7.38	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.31/7.39	c 8	This is MiniSat 2.0 beta
5.31/7.39	c 8	WARNING: for repeatability, setting FPU to use double precision
5.31/7.39	c 8	============================[ Problem Statistics ]=============================
5.31/7.39	c 8	|                                                                             |
5.31/7.39	c 8	|  Number of variables:  27387                                                |
5.31/7.39	c 8	|  Number of clauses:    2299794                                              |
6.36/8.48	c 9	|  Parsing time:         0.95         s                                       |
7.76/9.83	c 10	============================[ Search Statistics ]==============================
7.76/9.83	c 10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.76/9.83	c 10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.76/9.83	c 10	===============================================================================
7.76/9.83	c 10	|         0 |   20050  1463342  4335927 |   487780        0    nan |  0.000 % |
8.75/10.84	c 11	|       100 |   20049  1463342  4335927 |   536558       99     21 | 26.856 % |
8.85/10.98	c 11	|       250 |   20049  1463342  4335927 |   590214      249     24 | 26.856 % |
9.05/11.11	c 11	|       477 |   20049  1463342  4335927 |   649236      476     22 | 26.856 % |
9.26/11.38	c 12	|       816 |   20049  1463342  4335927 |   714159      815     22 | 26.856 % |
10.05/12.16	c 13	|      1322 |   20049  1463342  4335927 |   785575     1321     30 | 26.856 % |
10.45/12.51	c 13	===============================================================================
10.45/12.51	c 13	restarts              : 6
10.45/12.51	c 13	conflicts             : 1510           (305 /sec)
10.45/12.51	c 13	decisions             : 4441           (1.04 % random) (897 /sec)
10.45/12.51	c 13	propagations          : 1515147        (305890 /sec)
10.45/12.51	c 13	conflict literals     : 44478          (16.38 % deleted)
10.45/12.51	c 13	Memory used           : 91.62 MB
10.45/12.51	c 13	CPU time              : 4.95325 s
10.45/12.51	c 13	
10.45/12.52	c 13	SATISFIABLE
10.45/12.53	c 13	FOUND: _COST <= 667
10.45/12.53	s SATISFIABLE
10.45/12.53	c 13	DECODING HOME/temp.out WITH HOME/temp.map
10.45/12.53	c 13	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
10.49/14.44	c 15	Decoding HOME/temp.out
10.49/14.59	c 15	OBJECTIVE _COST 667
10.49/14.59	o 667
10.49/14.60	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.49/14.60	c 15	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
10.49/14.63	c 15	OBJECTIVE BOUND: 0 <= _COST <= 667
10.49/14.63	c 15	SEARCHING: _COST <= 333
10.49/14.63	c 15	SOLVING HOME/temp.cnf
10.49/14.63	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.49/14.64	c 15	This is MiniSat 2.0 beta
10.49/14.64	c 15	WARNING: for repeatability, setting FPU to use double precision
10.49/14.64	c 15	============================[ Problem Statistics ]=============================
10.49/14.64	c 15	|                                                                             |
10.49/14.64	c 15	|  Number of variables:  27387                                                |
10.49/14.64	c 15	|  Number of clauses:    2299794                                              |
11.77/15.77	c 16	|  Parsing time:         0.98         s                                       |
13.66/17.67	c 18	============================[ Search Statistics ]==============================
13.66/17.67	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
13.66/17.67	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
13.66/17.67	c 18	===============================================================================
13.66/17.67	c 18	|         0 |   16040   949813  2807036 |   316604        0    nan |  0.000 % |
14.45/18.44	c 19	|       100 |   16039   949813  2807036 |   348264       99     14 | 41.505 % |
14.55/18.56	c 19	|       252 |   16039   949813  2807036 |   383091      251     16 | 41.505 % |
14.65/18.67	c 19	|       478 |   16039   949813  2807036 |   421400      477     17 | 41.505 % |
14.85/18.87	c 19	|       815 |   16039   949813  2807036 |   463540      814     17 | 41.505 % |
15.15/19.18	c 20	|      1321 |   16039   949813  2807036 |   509894     1320     17 | 41.505 % |
15.65/19.62	c 20	|      2080 |   16039   949813  2807036 |   560883     2079     18 | 41.505 % |
16.34/20.35	c 21	|      3221 |   16039   949813  2807036 |   616972     3220     21 | 41.505 % |
17.44/21.49	c 22	|      4930 |   16038   949813  2807036 |   678669     4928     21 | 41.574 % |
19.14/23.12	c 23	|      7493 |   16001   945362  2793826 |   746536     7491     22 | 41.574 % |
21.83/25.82	c 26	|     11337 |   16001   945362  2793826 |   821190    11335     22 | 41.574 % |
26.20/30.27	c 31	|     17106 |   15981   942956  2786680 |   903309    17102     23 | 41.648 % |
33.67/37.72	c 38	|     25755 |   15947   938292  2772806 |   993640    25747     23 | 41.772 % |
46.62/50.78	c 51	|     38730 |   15947   938292  2772806 |  1093004    38722     24 | 41.772 % |
73.52/77.71	c 78	|     58191 |   15947   938292  2772806 |  1202304    58183     28 | 41.772 % |
110.27/114.67	c 115	|     87383 |   15927   936202  2766607 |  1322534    87374     32 | 41.845 % |
176.91/181.57	c 182	|    131175 |   15927   936202  2766607 |  1454788   131166     37 | 41.845 % |
301.13/306.23	c 307	|    196860 |   15927   936202  2766607 |  1600267   196851     43 | 41.845 % |
505.53/511.40	c 512	|    295387 |   15927   936202  2766607 |  1760293   295378     47 | 41.845 % |
944.11/951.74	c 952	|    443178 |   15927   936202  2766607 |  1936323   443169     48 | 41.845 % |
1750.87/1761.67	c 1762	|    664861 |   15927   936202  2766607 |  2129955   664852     45 | 41.845 % |
3185.05/3201.51	c 3202	|    997386 |   15927   936202  2766607 |  2342951   997377     41 | 41.845 % |
3600.02/3620.02	c ERROR INTERRUPTED
3600.02/3620.05	c 3620	CPU 10.1 (0.04 0.01 10.06 0.62)
3600.02/3620.05	c 3620	END Wed Jul 23 00:23:10 2008

Verifier Data (download as text)

OK	406	928
406 unsatisfied constraints, 928 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-1127340-1216761770/watcher-1127340-1216761770 -o /tmp/evaluation-result-1127340-1216761770/solver-1127340-1216761770 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127340-1216761770.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.50 2.56 2.54 4/82 3756
/proc/meminfo: memFree=1760144/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=12272 CPUtime=0
/proc/3756/stat : 3756 (sugar) R 3754 3756 3455 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 3262043 12566528 323 996147200 4194304 4206940 548682068592 18446744073709551615 249087462868 0 0 4224 0 0 0 0 17 0 0 0
/proc/3756/statm: 3068 324 244 3 0 168 0

[startup+0.0487971 s]
/proc/loadavg: 2.50 2.56 2.54 4/82 3756
/proc/meminfo: memFree=1760144/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13600 CPUtime=0.04
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 3262043 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102345 s]
/proc/loadavg: 2.50 2.56 2.54 4/82 3756
/proc/meminfo: memFree=1760144/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13600 CPUtime=0.04
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 3262043 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302364 s]
/proc/loadavg: 2.50 2.56 2.54 4/82 3756
/proc/meminfo: memFree=1760144/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13600 CPUtime=0.04
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 3262043 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3756/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702393 s]
/proc/loadavg: 2.50 2.56 2.54 4/82 3756
/proc/meminfo: memFree=1760144/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13600 CPUtime=0.37
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 974 4740 0 1 3 1 29 4 15 0 1 0 3262043 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3756/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 13600

[startup+1.50147 s]
/proc/loadavg: 2.50 2.56 2.54 3/93 3778
/proc/meminfo: memFree=1744632/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13600 CPUtime=0.37
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 974 4740 0 1 3 1 29 4 15 0 1 0 3262043 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3756/statm: 3400 797 370 3 0 500 0
[pid=3769] ppid=3756 vsize=5356 CPUtime=0
/proc/3769/stat : 3769 (sh) S 3756 3756 3455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3262084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3769/statm: 1339 233 193 169 0 50 0
[pid=3770] ppid=3769 vsize=868472 CPUtime=1.06
/proc/3770/stat : 3770 (java) S 3769 3756 3455 0 -1 0 7133 0 1 0 101 5 0 0 20 0 9 0 3262084 889315328 6263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3770/statm: 217118 6263 2563 9 0 211665 0
[pid=3770/tid=3771] ppid=3769 vsize=868472 CPUtime=0.7
/proc/3770/task/3771/stat : 3771 (java) R 3769 3756 3455 0 -1 64 2808 0 1 0 67 3 0 0 25 0 9 0 3262085 889315328 6263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3772] ppid=3769 vsize=868472 CPUtime=0.1
/proc/3770/task/3772/stat : 3772 (java) S 3769 3756 3455 0 -1 64 2130 0 0 0 9 1 0 0 16 0 9 0 3262086 889315328 6263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3773] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3773/stat : 3773 (java) S 3769 3756 3455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3262086 889315328 6263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3774] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3774/stat : 3774 (java) S 3769 3756 3455 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3262086 889315328 6263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3775] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3775/stat : 3775 (java) S 3769 3756 3455 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 3262088 889315328 6263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3776] ppid=3769 vsize=868472 CPUtime=0.24
/proc/3770/task/3776/stat : 3776 (java) S 3769 3756 3455 0 -1 64 1502 0 0 0 24 0 0 0 16 0 9 0 3262088 889315328 6263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3777] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3777/stat : 3777 (java) S 3769 3756 3455 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3262088 889315328 6263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3778] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3778/stat : 3778 (java) S 3769 3756 3455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3262088 889315328 6263 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887428

[startup+3.10161 s]
/proc/loadavg: 2.50 2.56 2.54 4/93 3778
/proc/meminfo: memFree=1736504/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13600 CPUtime=0.37
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 974 4740 0 1 3 1 29 4 15 0 1 0 3262043 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3756/statm: 3400 797 370 3 0 500 0
[pid=3769] ppid=3756 vsize=5356 CPUtime=0
/proc/3769/stat : 3769 (sh) S 3756 3756 3455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3262084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3769/statm: 1339 233 193 169 0 50 0
[pid=3770] ppid=3769 vsize=868472 CPUtime=2.66
/proc/3770/stat : 3770 (java) S 3769 3756 3455 0 -1 0 7611 0 1 0 249 17 0 0 20 0 9 0 3262084 889315328 6269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3770/statm: 217118 6269 2563 9 0 211665 0
[pid=3770/tid=3771] ppid=3769 vsize=868472 CPUtime=2.16
/proc/3770/task/3771/stat : 3771 (java) R 3769 3756 3455 0 -1 64 3281 0 1 0 205 11 0 0 25 0 9 0 3262085 889315328 6269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3772] ppid=3769 vsize=868472 CPUtime=0.21
/proc/3770/task/3772/stat : 3772 (java) R 3769 3756 3455 0 -1 64 2130 0 0 0 18 3 0 0 15 0 9 0 3262086 889315328 6269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3773] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3773/stat : 3773 (java) S 3769 3756 3455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3262086 889315328 6269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3774] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3774/stat : 3774 (java) S 3769 3756 3455 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3262086 889315328 6269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3775] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3775/stat : 3775 (java) S 3769 3756 3455 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 3262088 889315328 6269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3776] ppid=3769 vsize=868472 CPUtime=0.24
/proc/3770/task/3776/stat : 3776 (java) S 3769 3756 3455 0 -1 64 1508 0 0 0 24 0 0 0 16 0 9 0 3262088 889315328 6269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3777] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3777/stat : 3777 (java) S 3769 3756 3455 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3262088 889315328 6269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3778] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3778/stat : 3778 (java) S 3769 3756 3455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3262088 889315328 6269 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887428

[startup+6.30291 s]
/proc/loadavg: 2.46 2.55 2.54 2/93 3778
/proc/meminfo: memFree=1698680/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13600 CPUtime=0.37
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 974 4740 0 1 3 1 29 4 15 0 1 0 3262043 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3756/statm: 3400 797 370 3 0 500 0
[pid=3769] ppid=3756 vsize=5356 CPUtime=0
/proc/3769/stat : 3769 (sh) S 3756 3756 3455 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 3262084 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3769/statm: 1339 233 193 169 0 50 0
[pid=3770] ppid=3769 vsize=868472 CPUtime=4.54
/proc/3770/stat : 3770 (java) S 3769 3756 3455 0 -1 0 8260 0 1 0 420 34 0 0 20 0 9 0 3262084 889315328 6270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3770/statm: 217118 6270 2563 9 0 211665 0
[pid=3770/tid=3771] ppid=3769 vsize=868472 CPUtime=3.9
/proc/3770/task/3771/stat : 3771 (java) D 3769 3756 3455 0 -1 64 3928 0 1 0 365 25 0 0 25 0 9 0 3262085 889315328 6270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=3770/tid=3772] ppid=3769 vsize=868472 CPUtime=0.35
/proc/3770/task/3772/stat : 3772 (java) S 3769 3756 3455 0 -1 64 2130 0 0 0 29 6 0 0 16 0 9 0 3262086 889315328 6270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3773] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3773/stat : 3773 (java) S 3769 3756 3455 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 3262086 889315328 6270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3774] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3774/stat : 3774 (java) S 3769 3756 3455 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 3262086 889315328 6270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3775] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3775/stat : 3775 (java) S 3769 3756 3455 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 3262088 889315328 6270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3776] ppid=3769 vsize=868472 CPUtime=0.25
/proc/3770/task/3776/stat : 3776 (java) S 3769 3756 3455 0 -1 64 1509 0 0 0 25 0 0 0 16 0 9 0 3262088 889315328 6270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3777] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3777/stat : 3777 (java) S 3769 3756 3455 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 3262088 889315328 6270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3770/tid=3778] ppid=3769 vsize=868472 CPUtime=0
/proc/3770/task/3778/stat : 3778 (java) S 3769 3756 3455 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 3262088 889315328 6270 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 887428

[startup+12.7015 s]
/proc/loadavg: 2.50 2.56 2.54 3/85 3780
/proc/meminfo: memFree=1615864/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.49
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1126 36968 0 2 4 1 985 59 15 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 13732

[startup+25.5027 s]
/proc/loadavg: 2.75 2.61 2.56 3/85 3792
/proc/meminfo: memFree=1615032/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=95160 CPUtime=10.81
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 23551 0 0 0 1066 15 0 0 25 0 1 0 3263507 97443840 23537 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 23790 23537 76 150 0 23637 0
Current children cumulated CPU time (s) 21.53
Current children cumulated vsize (KiB) 114248

[startup+51.102 s]
/proc/loadavg: 2.55 2.58 2.54 3/85 3792
/proc/meminfo: memFree=1616248/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=95304 CPUtime=36.3
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 23591 0 0 0 3615 15 0 0 25 0 1 0 3263507 97591296 23577 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 23826 23577 76 150 0 23673 0
Current children cumulated CPU time (s) 47.02
Current children cumulated vsize (KiB) 114392

[startup+102.307 s]
/proc/loadavg: 2.24 2.49 2.52 3/85 3792
/proc/meminfo: memFree=1615992/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=95560 CPUtime=87.3
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 23669 0 0 0 8715 15 0 0 25 0 1 0 3263507 97853440 23646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 23890 23646 76 150 0 23737 0

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

/proc/meminfo: memFree=1446712/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=263156 CPUtime=3075.61
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 64988 0 0 0 307501 60 0 0 25 0 1 0 3263507 269471744 64965 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 65789 64965 76 150 0 65636 0
Current children cumulated CPU time (s) 3086.33
Current children cumulated vsize (KiB) 282244

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3798
/proc/meminfo: memFree=1444536/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=265612 CPUtime=3135.38
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 65532 0 0 0 313478 60 0 0 25 0 1 0 3263507 271986688 65509 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 66403 65509 76 150 0 66250 0
Current children cumulated CPU time (s) 3146.1
Current children cumulated vsize (KiB) 284700

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3839
/proc/meminfo: memFree=1443640/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=268956 CPUtime=3194.96
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 66335 0 0 0 319435 61 0 0 25 0 1 0 3263507 275410944 66304 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 67239 66304 76 150 0 67086 0
Current children cumulated CPU time (s) 3205.68
Current children cumulated vsize (KiB) 288044

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3839
/proc/meminfo: memFree=1441464/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=270752 CPUtime=3254.46
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 66813 0 0 0 325384 62 0 0 25 0 1 0 3263507 277250048 66782 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 67688 66782 76 150 0 67535 0
Current children cumulated CPU time (s) 3265.18
Current children cumulated vsize (KiB) 289840

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3839
/proc/meminfo: memFree=1439608/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=272676 CPUtime=3313.94
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 67275 0 0 0 331332 62 0 0 25 0 1 0 3263507 279220224 67244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 68169 67244 76 150 0 68016 0
Current children cumulated CPU time (s) 3324.66
Current children cumulated vsize (KiB) 291764

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3839
/proc/meminfo: memFree=1437816/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=274328 CPUtime=3373.45
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 67733 0 0 0 337282 63 0 0 25 0 1 0 3263507 280911872 67702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 68582 67702 76 150 0 68429 0
Current children cumulated CPU time (s) 3384.17
Current children cumulated vsize (KiB) 293416

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3841
/proc/meminfo: memFree=1435768/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=276196 CPUtime=3432.93
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 68189 0 0 0 343230 63 0 0 25 0 1 0 3263507 282824704 68158 996147200 134512640 135127466 4294956256 18446744073709551615 134528568 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 69049 68158 76 150 0 68896 0
Current children cumulated CPU time (s) 3443.65
Current children cumulated vsize (KiB) 295284

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3841
/proc/meminfo: memFree=1433720/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=280296 CPUtime=3492.43
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 68713 0 0 0 349179 64 0 0 25 0 1 0 3263507 287023104 68682 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 70074 68682 76 150 0 69921 0
Current children cumulated CPU time (s) 3503.15
Current children cumulated vsize (KiB) 299384

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3841
/proc/meminfo: memFree=1432120/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=281840 CPUtime=3551.92
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 69118 0 0 0 355128 64 0 0 25 0 1 0 3263507 288604160 69087 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 70460 69087 76 150 0 70307 0
Current children cumulated CPU time (s) 3562.64
Current children cumulated vsize (KiB) 300928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 3841
/proc/meminfo: memFree=1431032/2055920 swapFree=4192956/4192956
[pid=3756] ppid=3754 vsize=13732 CPUtime=10.72
/proc/3756/stat : 3756 (sugar) S 3754 3756 3455 0 -1 4194304 1214 40903 0 3 4 1 1005 62 16 0 1 0 3262043 14061568 842 996147200 4194304 4206940 548682068592 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3756/statm: 3433 842 374 3 0 533 0
[pid=3791] ppid=3756 vsize=5356 CPUtime=0
/proc/3791/stat : 3791 (sh) S 3756 3756 3455 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 3263507 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3791/statm: 1339 232 193 169 0 50 0
[pid=3792] ppid=3791 vsize=282900 CPUtime=3589.3
/proc/3792/stat : 3792 (minisat) R 3791 3756 3455 0 -1 4194304 69366 0 0 0 358866 64 0 0 25 0 1 0 3263507 289689600 69335 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3792/statm: 70725 69335 76 150 0 70572 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 301988

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3756 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=105463
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=665898
# CPU time returned by wait4() is 10.7714
# while last known CPU time is 3600.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3620.08
CPU time (s): 3600.02
CPU user time (s): 3598.75
CPU system time (s): 1.27
CPU usage (%): 99.446
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1055
system time used= 0.665898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42459
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= 11969
involuntary context switches= 12003

runsolver used 3.82242 second user time and 9.37058 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-22 23:22:50
IDJOB=1127340
IDBENCH=63262
IDSOLVER=368
FILE ID=node89/1127340-1216761770
PBS_JOBID= 7974067
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-80-1100-2000/normalized-cnf-2-80-1700-346746_ext.xml
COMMAND LINE= DIR/sugar -max -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-1127340-1216761770/watcher-1127340-1216761770 -o /tmp/evaluation-result-1127340-1216761770/solver-1127340-1216761770 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127340-1216761770.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 74fd881547f982a13eaf7479ed810b8f
RANDOM SEED=21989959

node89.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.239
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.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1760624 kB
Buffers:         23320 kB
Cached:         201760 kB
SwapCached:          0 kB
Active:         174988 kB
Inactive:        77228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          47224 kB
Slab:            28256 kB
Committed_AS:   125396 kB
PageTables:       1900 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 node89 at 2008-07-23 00:23:12