Trace number 1127692

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.09 3625.31

General information on the benchmark

Namemaxcsp/cnf/3-40-2100-3000/
normalized-cnf-3-40-2500-147422_ext.xml
MD5SUMb1e0592790896c797864f8c9677ae79e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints210
Best CPU time to get the best result obtained on this benchmark353.787
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2199
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2199
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.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul 23 02:58:11 2008
0.00/0.04	c 0	PID 5928
0.00/0.04	c 0	HOST node86.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1127692-1216774691.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-1127692-1216774691.xml' 'HOME/temp.csp'
0.03/0.63	c 1	1 domains, 40 variables, 0 predicates, 50 relations, 2199 constraints
0.03/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.64	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.48/0.73	c 1	Parsing HOME/temp.csp
0.48/0.91	c 1	parsed 2290 expressions
0.48/0.92	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.95	c 1	MAX CSP: 2199 constraints
0.48/0.95	c 1	Converting to clausal form CSP
0.80/1.01	c 1	converted 450 (10%) expressions
0.80/1.05	c 1	converted 899 (20%) expressions
0.90/1.12	c 1	converted 1348 (30%) expressions
0.90/1.14	c 1	converted 1797 (40%) expressions
0.90/1.16	c 1	converted 2246 (50%) expressions
0.90/1.16	c 1	converted 2696 (60%) expressions
0.90/1.19	c 1	converted 3145 (70%) expressions
1.00/1.20	c 1	converted 3594 (80%) expressions
1.00/1.21	c 1	converted 4043 (90%) expressions
1.19/1.44	c 2	converted 4492 (100%) expressions
1.19/1.44	c 2	CSP : 4438 integers, 0 booleans, 6596 clauses, largest domain size 3299
1.19/1.44	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.44	c 2	Propagation in CSP
1.28/1.53	c 2	2193 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.28/1.53	c 2	CSP : 4438 integers, 0 booleans, 6596 clauses, largest domain size 2200
1.28/1.53	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.53	c 2	Simplifing CSP by introducing new Boolean variables
1.28/1.54	c 2	CSP : 4438 integers, 0 booleans, 6596 clauses, largest domain size 2200
1.28/1.54	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.59	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.60	c 2	444 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.39/1.61	c 2	888 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.39/1.61	c 2	1332 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.39/1.62	c 2	1776 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.39/1.62	c 2	2219 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.39/1.63	c 2	2663 (60%) CSP integer variables are encoded (5040 clauses, 65584 bytes)
1.39/1.63	c 2	3107 (70%) CSP integer variables are encoded (8809 clauses, 117970 bytes)
1.39/1.64	c 2	3551 (80%) CSP integer variables are encoded (13469 clauses, 187870 bytes)
1.39/1.64	c 2	3995 (90%) CSP integer variables are encoded (17240 clauses, 244435 bytes)
1.39/1.68	c 2	4438 (100%) CSP integer variables are encoded (44289 clauses, 650170 bytes)
1.48/1.74	c 2	660 (10%) CSP clauses are encoded (44995 clauses, 661461 bytes)
1.48/1.76	c 2	1320 (20%) CSP clauses are encoded (45697 clauses, 673415 bytes)
1.48/1.79	c 2	1979 (30%) CSP clauses are encoded (46404 clauses, 686375 bytes)
1.59/1.86	c 2	2639 (40%) CSP clauses are encoded (73285 clauses, 1167107 bytes)
2.08/2.37	c 2	3298 (50%) CSP clauses are encoded (358638 clauses, 6406322 bytes)
2.27/2.53	c 3	3958 (60%) CSP clauses are encoded (440489 clauses, 8104069 bytes)
3.85/4.11	c 4	4618 (70%) CSP clauses are encoded (1285062 clauses, 25599009 bytes)
3.95/4.29	c 4	5277 (80%) CSP clauses are encoded (1379163 clauses, 27585030 bytes)
4.45/4.72	c 5	5937 (90%) CSP clauses are encoded (1616669 clauses, 32648288 bytes)
13.34/14.64	c 15	6596 (100%) CSP clauses are encoded (6178613 clauses, 130348404 bytes)
13.34/14.64	c 15	6596 CSP clauses encoded
13.34/14.64	c 15	Writing map file : HOME/temp.map
13.34/14.68	c 15	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.34/14.68	c 15	SAT : 48727 SAT variables, 6178613 SAT clauses, 130348404 bytes
13.34/14.68	c 15	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.42/14.71	c 15	OBJECTIVE minimize _COST
13.42/14.71	c 15	OBJECTIVE BOUND: 0 <= _COST <= 
13.42/14.71	c 15	SEARCHING: _COST <= 1100
13.42/14.71	c 15	SOLVING HOME/temp.cnf
13.42/14.71	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
13.42/14.71	c 15	This is MiniSat 2.0 beta
13.42/14.71	c 15	WARNING: for repeatability, setting FPU to use double precision
13.42/14.71	c 15	============================[ Problem Statistics ]=============================
13.42/14.71	c 15	|                                                                             |
13.42/14.71	c 15	|  Number of variables:  48727                                                |
13.42/14.71	c 15	|  Number of clauses:    6178614                                              |
16.39/17.79	c 18	|  Parsing time:         2.61         s                                       |
22.85/24.22	c 24	============================[ Search Statistics ]==============================
22.85/24.22	c 24	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.85/24.22	c 24	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.85/24.22	c 24	===============================================================================
22.85/24.22	c 24	|         0 |   35539  3926697 11685720 |  1308899        0    nan |  0.000 % |
24.44/25.83	c 26	===============================================================================
24.44/25.84	c 26	restarts              : 1
24.44/25.84	c 26	conflicts             : 59             (6 /sec)
24.44/25.84	c 26	decisions             : 1350           (1.41 % random) (128 /sec)
24.44/25.84	c 26	propagations          : 442234         (41805 /sec)
24.44/25.84	c 26	conflict literals     : 1668           (19.96 % deleted)
24.44/25.84	c 26	Memory used           : 242.90 MB
24.44/25.84	c 26	CPU time              : 10.5784 s
24.44/25.84	c 26	
24.44/25.85	c 26	SATISFIABLE
24.44/25.89	c 26	FOUND: _COST <= 1100
24.44/25.89	s SATISFIABLE
24.44/25.89	c 26	DECODING HOME/temp.out WITH HOME/temp.map
24.44/25.89	c 26	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
24.55/25.97	c 26	Decoding HOME/temp.out
24.55/26.20	c 26	OBJECTIVE _COST 683
24.55/26.20	o 683
24.55/26.20	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
24.55/26.20	c 26	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
24.55/26.26	c 26	OBJECTIVE BOUND: 0 <= _COST <= 683
24.55/26.26	c 26	SEARCHING: _COST <= 341
24.55/26.26	c 26	SOLVING HOME/temp.cnf
24.55/26.26	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
24.55/26.26	c 26	This is MiniSat 2.0 beta
24.55/26.26	c 26	WARNING: for repeatability, setting FPU to use double precision
24.55/26.26	c 26	============================[ Problem Statistics ]=============================
24.55/26.26	c 26	|                                                                             |
24.55/26.26	c 26	|  Number of variables:  48727                                                |
24.55/26.26	c 26	|  Number of clauses:    6178614                                              |
28.08/29.54	c 30	|  Parsing time:         2.81         s                                       |
38.67/40.17	c 40	============================[ Search Statistics ]==============================
38.67/40.17	c 40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.67/40.17	c 40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.67/40.17	c 40	===============================================================================
38.67/40.17	c 40	|         0 |   25045  1682543  4983981 |   560847        0    nan |  0.000 % |
39.87/41.32	c 41	|       100 |   25045  1682543  4983981 |   616932      100     29 | 48.601 % |
40.57/42.06	c 42	|       251 |   25045  1682543  4983981 |   678625      251     32 | 48.601 % |
41.77/43.28	c 43	|       476 |   25045  1682543  4983981 |   746488      476     35 | 48.601 % |
43.57/45.01	c 45	|       813 |   25045  1682543  4983981 |   821137      813     34 | 48.601 % |
46.57/48.10	c 48	|      1320 |   25045  1682543  4983981 |   903250     1320     36 | 48.601 % |
50.46/51.94	c 52	|      2080 |   25045  1682543  4983981 |   993575     2080     34 | 48.601 % |
56.96/58.41	c 58	|      3219 |   25045  1682543  4983981 |  1092933     3219     36 | 48.601 % |
66.85/68.38	c 68	|      4928 |   25045  1682543  4983981 |  1202226     4928     36 | 48.601 % |
70.05/71.52	c 72	===============================================================================
70.05/71.52	c 72	restarts              : 9
70.05/71.52	c 72	conflicts             : 5403           (121 /sec)
70.05/71.52	c 72	decisions             : 8189           (1.16 % random) (183 /sec)
70.05/71.52	c 72	propagations          : 14233850       (318273 /sec)
70.05/71.52	c 72	conflict literals     : 195729         (37.47 % deleted)
70.05/71.52	c 72	Memory used           : 247.29 MB
70.05/71.52	c 72	CPU time              : 44.7222 s
70.05/71.52	c 72	
70.05/71.54	c 72	SATISFIABLE
70.05/71.58	c 72	FOUND: _COST <= 341
70.05/71.58	c 72	DECODING HOME/temp.out WITH HOME/temp.map
70.05/71.58	c 72	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
70.14/71.66	c 72	Decoding HOME/temp.out
70.14/71.86	c 72	OBJECTIVE _COST 341
70.14/71.86	o 341
70.14/71.87	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 0 1 1 1 1 1 1
70.14/71.87	c 72	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
70.43/71.90	c 72	OBJECTIVE BOUND: 0 <= _COST <= 341
70.43/71.90	c 72	SEARCHING: _COST <= 170
70.43/71.90	c 72	SOLVING HOME/temp.cnf
70.43/71.90	c 72	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
70.43/71.90	c 72	This is MiniSat 2.0 beta
70.43/71.90	c 72	WARNING: for repeatability, setting FPU to use double precision
70.43/71.90	c 72	============================[ Problem Statistics ]=============================
70.43/71.90	c 72	|                                                                             |
70.43/71.90	c 72	|  Number of variables:  48727                                                |
70.43/71.90	c 72	|  Number of clauses:    6178614                                              |
73.61/75.18	c 75	|  Parsing time:         2.81         s                                       |
84.71/86.27	c 86	============================[ Search Statistics ]==============================
84.71/86.27	c 86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
84.71/86.27	c 86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
84.71/86.27	c 86	===============================================================================
84.71/86.27	c 86	|         0 |   21574   913382  2686740 |   304460        0    nan |  0.000 % |
85.61/87.11	c 87	|       100 |   21574   913382  2686740 |   334906      100     27 | 55.725 % |
86.11/87.60	c 88	|       250 |   21574   913382  2686740 |   368397      250     26 | 55.725 % |
86.81/88.32	c 88	|       475 |   21574   913382  2686740 |   405237      475     26 | 55.725 % |
87.81/89.34	c 89	|       812 |   21574   913382  2686740 |   445760      812     26 | 55.725 % |
89.31/90.87	c 91	|      1318 |   21574   913382  2686740 |   490336     1318     28 | 55.725 % |
91.91/93.42	c 93	|      2077 |   21574   913382  2686740 |   539370     2077     28 | 55.725 % |
96.01/97.58	c 98	|      3217 |   21574   913382  2686740 |   593307     3217     29 | 55.725 % |
102.50/104.00	c 104	|      4926 |   21574   913382  2686740 |   652638     4926     29 | 55.725 % |
111.59/113.19	c 113	|      7488 |   21574   913382  2686740 |   717902     7488     29 | 55.725 % |
127.89/129.47	c 130	|     11334 |   21574   913382  2686740 |   789692    11334     30 | 55.725 % |
166.16/167.76	c 168	|     17101 |   21574   913382  2686740 |   868661    17101     32 | 55.725 % |
225.68/227.44	c 228	|     25750 |   21574   913382  2686740 |   955527    25750     33 | 55.725 % |
319.84/321.68	c 322	|     38724 |   21574   913382  2686740 |  1051080    38724     34 | 55.725 % |
468.89/470.70	c 471	|     58185 |   21574   913382  2686740 |  1156188    58185     34 | 55.725 % |
695.72/698.40	c 698	|     87379 |   21574   913382  2686740 |  1271807    87379     34 | 55.725 % |
1045.12/1050.42	c 1050	|    131168 |   21574   913382  2686740 |  1398988   131168     36 | 55.725 % |
1654.73/1664.75	c 1665	|    196853 |   21574   913382  2686740 |  1538887   196853     36 | 55.725 % |
2533.66/2550.49	c 2551	|    295379 |   21574   913382  2686740 |  1692776   295379     34 | 55.725 % |
3600.09/3625.22	c ERROR INTERRUPTED
3600.09/3625.24	c 3625	CPU 68.16 (0.04 0.01 68.12 2.27)
3600.09/3625.24	c 3625	END Wed Jul 23 03:58:36 2008

Verifier Data (download as text)

OK	284	1915
284 unsatisfied constraints, 1915 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-1127692-1216774691/watcher-1127692-1216774691 -o /tmp/evaluation-result-1127692-1216774691/solver-1127692-1216774691 -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-1127692-1216774691.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: 1.00 1.00 1.00 3/73 5928
/proc/meminfo: memFree=1298844/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=12272 CPUtime=0
/proc/5928/stat : 5928 (sugar) R 5926 5928 5859 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 4553863 12566528 346 996147200 4194304 4206940 548682068592 18446744073709551615 240153694945 0 0 4224 0 0 0 0 17 0 0 0
/proc/5928/statm: 3068 346 257 3 0 168 0

[startup+0.0712621 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 5928
/proc/meminfo: memFree=1298844/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13600 CPUtime=0.03
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4553863 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5928/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101264 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 5928
/proc/meminfo: memFree=1298844/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13600 CPUtime=0.03
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4553863 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5928/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301287 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 5928
/proc/meminfo: memFree=1298844/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13600 CPUtime=0.03
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 4553863 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5928/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701332 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 5928
/proc/meminfo: memFree=1298844/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13600 CPUtime=0.48
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 957 4866 0 56 3 0 36 9 17 0 1 0 4553863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5928/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 1.08 1.02 1.01 4/94 5971
/proc/meminfo: memFree=1261144/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13600 CPUtime=0.48
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 974 4866 0 56 3 0 36 9 15 0 1 0 4553863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3400 797 370 3 0 500 0
[pid=5952] ppid=5928 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5928 5928 5859 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4553928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5952/statm: 1339 233 193 169 0 50 0
[pid=5953] ppid=5952 vsize=868392 CPUtime=0.8
/proc/5953/stat : 5953 (java) S 5952 5928 5859 0 -1 0 7632 0 11 0 77 3 0 0 18 0 9 0 4553929 889233408 6877 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5953/statm: 217098 6877 2540 9 0 211673 0
[pid=5953/tid=5954] ppid=5952 vsize=868392 CPUtime=0.47
/proc/5953/task/5954/stat : 5954 (java) R 5952 5928 5859 0 -1 64 2666 0 6 0 46 1 0 0 18 0 9 0 4553929 889233408 6877 996147200 134512640 134550740 4294955936 18446744073709551615 4126967585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5955] ppid=5952 vsize=868392 CPUtime=0.1
/proc/5953/task/5955/stat : 5955 (java) S 5952 5928 5859 0 -1 64 2795 0 5 0 10 0 0 0 16 0 9 0 4553930 889233408 6877 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5956] ppid=5952 vsize=868392 CPUtime=0
/proc/5953/task/5956/stat : 5956 (java) S 5952 5928 5859 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4553931 889233408 6877 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5957] ppid=5952 vsize=868392 CPUtime=0
/proc/5953/task/5957/stat : 5957 (java) S 5952 5928 5859 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4553931 889233408 6877 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5960] ppid=5952 vsize=868392 CPUtime=0
/proc/5953/task/5960/stat : 5960 (java) S 5952 5928 5859 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4553933 889233408 6877 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5961] ppid=5952 vsize=868392 CPUtime=0.21
/proc/5953/task/5961/stat : 5961 (java) S 5952 5928 5859 0 -1 64 1478 0 0 0 20 1 0 0 16 0 9 0 4553933 889233408 6877 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5962] ppid=5952 vsize=868392 CPUtime=0
/proc/5953/task/5962/stat : 5962 (java) S 5952 5928 5859 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4553933 889233408 6877 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5963] ppid=5952 vsize=868392 CPUtime=0
/proc/5953/task/5963/stat : 5963 (java) S 5952 5928 5859 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4553933 889233408 6877 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 887348

[startup+3.10259 s]
/proc/loadavg: 1.08 1.02 1.01 3/94 5971
/proc/meminfo: memFree=1231148/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13600 CPUtime=0.48
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 974 4866 0 56 3 0 36 9 15 0 1 0 4553863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3400 797 370 3 0 500 0
[pid=5952] ppid=5928 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5928 5928 5859 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4553928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5952/statm: 1339 233 193 169 0 50 0
[pid=5953] ppid=5952 vsize=868504 CPUtime=2.4
/proc/5953/stat : 5953 (java) S 5952 5928 5859 0 -1 0 8208 0 11 0 223 17 0 0 18 0 9 0 4553929 889348096 6982 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5953/statm: 217126 6982 2565 9 0 211673 0
[pid=5953/tid=5954] ppid=5952 vsize=868504 CPUtime=1.82
/proc/5953/task/5954/stat : 5954 (java) R 5952 5928 5859 0 -1 64 3171 0 6 0 171 11 0 0 25 0 9 0 4553929 889348096 6982 996147200 134512640 134550740 4294955936 18446744073709551615 4127100751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5955] ppid=5952 vsize=868504 CPUtime=0.27
/proc/5953/task/5955/stat : 5955 (java) S 5952 5928 5859 0 -1 64 2828 0 5 0 24 3 0 0 16 0 9 0 4553930 889348096 6982 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5956] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5956/stat : 5956 (java) S 5952 5928 5859 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4553931 889348096 6982 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5957] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5957/stat : 5957 (java) S 5952 5928 5859 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4553931 889348096 6982 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5960] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5960/stat : 5960 (java) S 5952 5928 5859 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4553933 889348096 6982 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5961] ppid=5952 vsize=868504 CPUtime=0.27
/proc/5953/task/5961/stat : 5961 (java) S 5952 5928 5859 0 -1 64 1516 0 0 0 26 1 0 0 15 0 9 0 4553933 889348096 6982 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5962] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5962/stat : 5962 (java) S 5952 5928 5859 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4553933 889348096 6982 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5963] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5963/stat : 5963 (java) S 5952 5928 5859 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4553933 889348096 6982 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887460

[startup+6.30295 s]
/proc/loadavg: 1.08 1.02 1.01 3/94 5971
/proc/meminfo: memFree=1166380/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13600 CPUtime=0.48
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 974 4866 0 56 3 0 36 9 16 0 1 0 4553863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5928/statm: 3400 797 370 3 0 500 0
[pid=5952] ppid=5928 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5928 5928 5859 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4553928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5952/statm: 1339 233 193 169 0 50 0
[pid=5953] ppid=5952 vsize=868504 CPUtime=5.56
/proc/5953/stat : 5953 (java) S 5952 5928 5859 0 -1 0 9040 0 11 0 517 39 0 0 18 0 9 0 4553929 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5953/statm: 217126 6988 2566 9 0 211673 0
[pid=5953/tid=5954] ppid=5952 vsize=868504 CPUtime=4.79
/proc/5953/task/5954/stat : 5954 (java) R 5952 5928 5859 0 -1 64 3997 0 6 0 449 30 0 0 25 0 9 0 4553929 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 102064682 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5955] ppid=5952 vsize=868504 CPUtime=0.46
/proc/5953/task/5955/stat : 5955 (java) S 5952 5928 5859 0 -1 64 2828 0 5 0 39 7 0 0 16 0 9 0 4553930 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5956] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5956/stat : 5956 (java) S 5952 5928 5859 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4553931 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5957] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5957/stat : 5957 (java) S 5952 5928 5859 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4553931 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5960] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5960/stat : 5960 (java) S 5952 5928 5859 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4553933 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5961] ppid=5952 vsize=868504 CPUtime=0.28
/proc/5953/task/5961/stat : 5961 (java) S 5952 5928 5859 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 4553933 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5953/tid=5962] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5962/stat : 5962 (java) S 5952 5928 5859 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4553933 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5963] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5963/stat : 5963 (java) S 5952 5928 5859 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4553933 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887460

[startup+12.7027 s]
/proc/loadavg: 1.37 1.08 1.03 3/94 5971
/proc/meminfo: memFree=1014636/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13600 CPUtime=0.48
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 974 4866 0 56 3 0 36 9 16 0 1 0 4553863 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/5928/statm: 3400 797 370 3 0 500 0
[pid=5952] ppid=5928 vsize=5356 CPUtime=0
/proc/5952/stat : 5952 (sh) S 5928 5928 5859 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4553928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5952/statm: 1339 233 193 169 0 50 0
[pid=5953] ppid=5952 vsize=868504 CPUtime=11.67
/proc/5953/stat : 5953 (java) S 5952 5928 5859 0 -1 0 11017 0 11 0 1072 95 0 0 18 0 9 0 4553929 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/5953/statm: 217126 6988 2566 9 0 211673 0
[pid=5953/tid=5954] ppid=5952 vsize=868504 CPUtime=10.44
/proc/5953/task/5954/stat : 5954 (java) R 5952 5928 5859 0 -1 64 5974 0 6 0 970 74 0 0 25 0 9 0 4553929 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5953/tid=5955] ppid=5952 vsize=868504 CPUtime=0.92
/proc/5953/task/5955/stat : 5955 (java) S 5952 5928 5859 0 -1 64 2828 0 5 0 74 18 0 0 16 0 9 0 4553930 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5953/tid=5956] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5956/stat : 5956 (java) S 5952 5928 5859 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 4553931 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5957] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5957/stat : 5957 (java) S 5952 5928 5859 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4553931 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5960] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5960/stat : 5960 (java) S 5952 5928 5859 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 4553933 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5961] ppid=5952 vsize=868504 CPUtime=0.28
/proc/5953/task/5961/stat : 5961 (java) S 5952 5928 5859 0 -1 64 1522 0 0 0 27 1 0 0 16 0 9 0 4553933 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5953/tid=5962] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5962/stat : 5962 (java) S 5952 5928 5859 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4553933 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5953/tid=5963] ppid=5952 vsize=868504 CPUtime=0
/proc/5953/task/5963/stat : 5963 (java) S 5952 5928 5859 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4553933 889348096 6988 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 887460

[startup+25.5011 s]
/proc/loadavg: 1.77 1.18 1.06 3/77 5995
/proc/meminfo: memFree=509812/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=13.45
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1123 16600 0 67 4 1 1225 115 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=5973] ppid=5928 vsize=5356 CPUtime=0
/proc/5973/stat : 5973 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4555335 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5973/statm: 1339 232 193 169 0 50 0
[pid=5974] ppid=5973 vsize=248800 CPUtime=10.69
/proc/5974/stat : 5974 (minisat) R 5973 5928 5859 0 -1 4194304 60165 0 0 0 1024 45 0 0 25 0 1 0 4555335 254771200 60151 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5974/statm: 62200 60151 72 150 0 62047 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 268020

[startup+51.1019 s]
/proc/loadavg: 2.23 1.34 1.11 3/77 6007
/proc/meminfo: memFree=511476/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=24.85
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1242 81074 0 68 4 1 2312 168 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/meminfo: memFree=500788/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259404 CPUtime=3010.89
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62467 0 0 0 301038 51 0 0 25 0 1 0 4561054 265629696 62453 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64851 62453 75 150 0 64698 0
Current children cumulated CPU time (s) 3081.32
Current children cumulated vsize (KiB) 278624

[startup+3162.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 6037
/proc/meminfo: memFree=500724/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259404 CPUtime=3070.44
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62475 0 0 0 306993 51 0 0 25 0 1 0 4561054 265629696 62461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64851 62461 75 150 0 64698 0
Current children cumulated CPU time (s) 3140.87
Current children cumulated vsize (KiB) 278624

[startup+3222.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 6037
/proc/meminfo: memFree=500084/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259404 CPUtime=3129.97
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62482 0 0 0 312946 51 0 0 25 0 1 0 4561054 265629696 62468 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64851 62468 75 150 0 64698 0
Current children cumulated CPU time (s) 3200.4
Current children cumulated vsize (KiB) 278624

[startup+3282.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 6037
/proc/meminfo: memFree=499508/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259524 CPUtime=3189.52
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62500 0 0 0 318901 51 0 0 25 0 1 0 4561054 265752576 62486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64881 62486 75 150 0 64728 0
Current children cumulated CPU time (s) 3259.95
Current children cumulated vsize (KiB) 278744

[startup+3342.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 6037
/proc/meminfo: memFree=499380/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259524 CPUtime=3249.06
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62507 0 0 0 324855 51 0 0 25 0 1 0 4561054 265752576 62493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64881 62493 75 150 0 64728 0
Current children cumulated CPU time (s) 3319.49
Current children cumulated vsize (KiB) 278744

[startup+3402.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 6037
/proc/meminfo: memFree=499252/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259524 CPUtime=3308.6
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62515 0 0 0 330809 51 0 0 25 0 1 0 4561054 265752576 62501 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64881 62501 75 150 0 64728 0
Current children cumulated CPU time (s) 3379.03
Current children cumulated vsize (KiB) 278744

[startup+3462.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 6037
/proc/meminfo: memFree=498868/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259768 CPUtime=3368.14
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62566 0 0 0 336763 51 0 0 25 0 1 0 4561054 266002432 62552 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64942 62552 75 150 0 64789 0
Current children cumulated CPU time (s) 3438.57
Current children cumulated vsize (KiB) 278988

[startup+3522.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 6037
/proc/meminfo: memFree=498740/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259768 CPUtime=3427.67
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62572 0 0 0 342716 51 0 0 25 0 1 0 4561054 266002432 62558 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64942 62558 75 150 0 64789 0
Current children cumulated CPU time (s) 3498.1
Current children cumulated vsize (KiB) 278988

[startup+3582.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/77 6037
/proc/meminfo: memFree=498548/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259768 CPUtime=3487.21
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62578 0 0 0 348670 51 0 0 25 0 1 0 4561054 266002432 62564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64942 62564 75 150 0 64789 0
Current children cumulated CPU time (s) 3557.64
Current children cumulated vsize (KiB) 278988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3625.2 s]
/proc/loadavg: 2.00 1.97 1.91 3/85 6138
/proc/meminfo: memFree=870188/2055920 swapFree=4192956/4192956
[pid=5928] ppid=5926 vsize=13864 CPUtime=70.43
/proc/5928/stat : 5928 (sugar) S 5926 5928 5859 0 -1 4194304 1358 146622 0 69 4 1 6812 226 16 0 1 0 4553863 14196736 871 996147200 4194304 4206940 548682068592 18446744073709551615 240162746466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5928/statm: 3466 871 374 3 0 566 0
[pid=6018] ppid=5928 vsize=5356 CPUtime=0
/proc/6018/stat : 6018 (sh) S 5928 5928 5859 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4561054 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6018/statm: 1339 232 193 169 0 50 0
[pid=6019] ppid=6018 vsize=259768 CPUtime=3529.66
/proc/6019/stat : 6019 (minisat) R 6018 5928 5859 0 -1 4194304 62585 0 0 0 352908 58 0 0 25 0 1 0 4561054 266002432 62571 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6019/statm: 64942 62571 75 150 0 64789 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 278988

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 5928 and gives
#  childrusage.ru_utime.tv_sec=68
#  childrusage.ru_utime.tv_usec=170636
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=348642
# CPU time returned by wait4() is 70.5193
# while last known CPU time is 3600.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3625.31
CPU time (s): 3600.09
CPU user time (s): 3597.24
CPU system time (s): 2.85
CPU usage (%): 99.3043
Max. virtual memory (cumulated for all children) (KiB): 887460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.1706
system time used= 2.34864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148321
page faults= 69
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29250
involuntary context switches= 29343

runsolver used 3.40548 second user time and 10.0245 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-23 02:58:11
IDJOB=1127692
IDBENCH=63793
IDSOLVER=368
FILE ID=node86/1127692-1216774691
PBS_JOBID= 7974205
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/3-40-2100-3000/normalized-cnf-3-40-2500-147422_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-1127692-1216774691/watcher-1127692-1216774691 -o /tmp/evaluation-result-1127692-1216774691/solver-1127692-1216774691 -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-1127692-1216774691.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b1e0592790896c797864f8c9677ae79e
RANDOM SEED=1665998130

node86.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.216
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.216
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:       1299388 kB
Buffers:         34792 kB
Cached:         633036 kB
SwapCached:          0 kB
Active:         169716 kB
Inactive:       514136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1299388 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2564 kB
Writeback:           0 kB
Mapped:          26684 kB
Slab:            58044 kB
Committed_AS:    76852 kB
PageTables:       1860 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 node86 at 2008-07-23 03:58:38