Trace number 1127667

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO) 3600.2 3617.14

General information on the benchmark

Namemaxcsp/cnf/3-40-2100-3000/
normalized-cnf-3-40-2900-050222_ext.xml
MD5SUM73c4d68fd4d4cc486a72607fe735803e
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints252
Best CPU time to get the best result obtained on this benchmark543.269
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints2501
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension2501
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.03/0.16	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.16	c 0	BEGIN Wed Jul 23 02:50:55 2008
0.03/0.16	c 0	PID 8138
0.03/0.16	c 0	HOST node48.alineos.net
0.03/0.16	c 0	CONVERTING HOME/instance-1127667-1216774254.xml TO HOME/temp.csp
0.03/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127667-1216774254.xml' 'HOME/temp.csp'
0.07/0.83	c 0	1 domains, 40 variables, 0 predicates, 51 relations, 2501 constraints
0.07/0.84	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.84	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.93	c 0	Parsing HOME/temp.csp
0.96/1.14	c 1	parsed 2593 expressions
0.96/1.14	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.96/1.17	c 1	MAX CSP: 2501 constraints
0.96/1.17	c 1	Converting to clausal form CSP
1.05/1.24	c 1	converted 510 (10%) expressions
1.05/1.27	c 1	converted 1020 (20%) expressions
1.15/1.36	c 1	converted 1530 (30%) expressions
1.15/1.38	c 1	converted 2039 (40%) expressions
1.15/1.39	c 1	converted 2549 (50%) expressions
1.25/1.42	c 1	converted 3059 (60%) expressions
1.25/1.43	c 1	converted 3568 (70%) expressions
1.25/1.44	c 1	converted 4078 (80%) expressions
1.25/1.45	c 1	converted 4588 (90%) expressions
1.55/1.72	c 1	converted 5097 (100%) expressions
1.55/1.72	c 1	CSP : 5042 integers, 0 booleans, 7502 clauses, largest domain size 3752
1.55/1.72	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.55/1.72	c 1	Propagation in CSP
1.65/1.87	c 1	2495 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.65/1.88	c 1	CSP : 5042 integers, 0 booleans, 7502 clauses, largest domain size 2502
1.65/1.88	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.65/1.88	c 1	Simplifing CSP by introducing new Boolean variables
1.65/1.89	c 1	CSP : 5042 integers, 0 booleans, 7502 clauses, largest domain size 2502
1.65/1.89	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.95	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.74/1.96	c 1	505 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.96	c 1	1009 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.97	c 1	1513 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.97	c 1	2017 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.97	c 1	2521 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.74/1.99	c 1	3026 (60%) CSP integer variables are encoded (5844 clauses, 76036 bytes)
1.74/1.99	c 1	3530 (70%) CSP integer variables are encoded (10247 clauses, 140102 bytes)
1.85/2.00	c 1	4034 (80%) CSP integer variables are encoded (15659 clauses, 221282 bytes)
1.85/2.04	c 2	4538 (90%) CSP integer variables are encoded (43812 clauses, 643577 bytes)
1.85/2.05	c 2	5042 (100%) CSP integer variables are encoded (50933 clauses, 750392 bytes)
1.94/2.13	c 2	751 (10%) CSP clauses are encoded (51737 clauses, 763126 bytes)
1.94/2.16	c 2	1501 (20%) CSP clauses are encoded (52543 clauses, 776923 bytes)
1.94/2.18	c 2	2251 (30%) CSP clauses are encoded (53345 clauses, 791567 bytes)
2.04/2.28	c 2	3001 (40%) CSP clauses are encoded (87667 clauses, 1407228 bytes)
2.73/2.99	c 2	3751 (50%) CSP clauses are encoded (456591 clauses, 8606829 bytes)
3.03/3.22	c 3	4502 (60%) CSP clauses are encoded (562002 clauses, 10832729 bytes)
5.12/5.38	c 5	5252 (70%) CSP clauses are encoded (1652526 clauses, 34212848 bytes)
7.89/8.19	c 8	6002 (80%) CSP clauses are encoded (2568958 clauses, 53595652 bytes)
12.43/12.71	c 12	6752 (90%) CSP clauses are encoded (4862864 clauses, 102808609 bytes)
18.38/18.79	c 18	7502 (100%) CSP clauses are encoded (7972984 clauses, 169573923 bytes)
18.38/18.79	c 18	7502 CSP clauses encoded
18.38/18.79	c 18	Writing map file : HOME/temp.map
18.48/18.84	c 18	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.48/18.84	c 18	SAT : 55975 SAT variables, 7972984 SAT clauses, 169573923 bytes
18.48/18.84	c 18	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.48/18.88	c 18	OBJECTIVE minimize _COST
18.48/18.88	c 18	SOLVING HOME/temp.cnf
18.48/18.88	c 18	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
18.48/18.88	c 18	This is MiniSat 2.0 beta incremental
18.48/18.88	c 18	WARNING: for repeatability, setting FPU to use double precision
18.48/18.88	c 18	============================[ Problem Statistics ]=============================
18.48/18.88	c 18	|                                                                             |
18.48/18.88	c 18	|  Number of variables:  55975                                                |
18.48/18.88	c 18	|  Number of clauses:    7972984                                              |
22.24/22.66	c 22	|  Parsing time:         3.14         s                                       |
22.43/22.83	c 22	OK
22.43/22.83	c 22	OBJECTIVE BOUND: 0 <= _COST <= 
22.43/22.83	c 22	SEARCHING: _COST <= 1251
22.43/22.83	c 22	============================[ Search Statistics ]==============================
22.43/22.83	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.43/22.83	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.43/22.83	c 22	===============================================================================
22.43/22.83	c 22	|         0 |   55975  7972984 23766179 |  2657661        0    nan |  0.000 % |
25.91/26.32	c 26	|       100 |   55975  7972984 23766179 |  2923427      100     28 |  0.000 % |
27.81/28.23	c 28	|       250 |   55975  7972984 23766179 |  3215770      250     27 |  0.000 % |
30.40/30.83	c 30	===============================================================================
30.40/30.83	c 30	restarts              : 3
30.40/30.84	c 30	conflicts             : 366           (33 /sec)
30.40/30.84	c 30	decisions             : 2207          (0.54 % random) (197 /sec)
30.40/30.84	c 30	propagations          : 1683565        (150033 /sec)
30.40/30.84	c 30	conflict literals     : 9931           (34.85 % deleted)
30.40/30.84	c 30	Memory used           : 340.61 MB
30.40/30.84	c 30	CPU time              : 11.2213 s
30.40/30.84	c 30	
30.40/30.84	c 30	SATISFIABLE
30.40/30.86	c 30	OK
30.40/30.86	c 30	FOUND: _COST <= 1251
30.40/30.86	s SATISFIABLE
30.40/30.86	c 30	DECODING HOME/temp.out WITH HOME/temp.map
30.40/30.86	c 30	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
30.44/30.96	c 30	Decoding HOME/temp.out
30.44/31.29	c 31	OBJECTIVE _COST 1251
30.44/31.29	o 1251
30.44/31.29	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
30.44/31.30	c 31	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
30.44/31.31	c 31	OK
30.44/31.31	c 31	OBJECTIVE BOUND: 0 <= _COST <= 1251
30.44/31.31	c 31	SEARCHING: _COST <= 625
30.44/31.31	c 31	============================[ Search Statistics ]==============================
30.44/31.31	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.44/31.31	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.44/31.31	c 31	===============================================================================
30.44/31.31	c 31	|       366 |   55975  7972984 23766179 |  2657661      366     27 |  0.000 % |
32.95/33.49	c 33	|       466 |   55975  7972984 23766179 |  2923427      466     32 | 26.798 % |
33.35/33.83	c 33	===============================================================================
33.35/33.83	c 33	restarts              : 5
33.35/33.83	c 33	conflicts             : 474           (34 /sec)
33.35/33.83	c 33	decisions             : 3399          (0.59 % random) (247 /sec)
33.35/33.83	c 33	propagations          : 2109937        (153406 /sec)
33.35/33.83	c 33	conflict literals     : 15090          (32.84 % deleted)
33.35/33.83	c 33	Memory used           : 340.86 MB
33.35/33.83	c 33	CPU time              : 13.7539 s
33.35/33.83	c 33	
33.35/33.83	c 33	SATISFIABLE
33.35/33.85	c 33	OK
33.35/33.85	c 33	FOUND: _COST <= 625
33.35/33.85	c 33	DECODING HOME/temp.out WITH HOME/temp.map
33.35/33.85	c 33	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
33.41/33.94	c 33	Decoding HOME/temp.out
33.64/34.16	c 34	OBJECTIVE _COST 625
33.64/34.16	o 625
33.64/34.17	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
33.64/34.17	c 34	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
33.71/34.25	c 34	OK
33.71/34.25	c 34	OBJECTIVE BOUND: 0 <= _COST <= 625
33.71/34.25	c 34	SEARCHING: _COST <= 312
33.71/34.25	c 34	============================[ Search Statistics ]==============================
33.71/34.25	c 34	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.71/34.25	c 34	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.71/34.25	c 34	===============================================================================
33.71/34.25	c 34	|       474 |   40975  7972984 23766179 |  2657661      474     32 | 26.798 % |
35.68/36.26	c 36	|       574 |   40975  7972984 23766179 |  2923427      574     31 | 41.338 % |
37.97/38.53	c 38	|       725 |   40975  7972984 23766179 |  3215770      725     30 | 41.338 % |
41.45/42.04	c 42	|       950 |   40975  7972984 23766179 |  3537347      950     30 | 41.338 % |
47.43/48.07	c 48	|      1289 |   40975  7972984 23766179 |  3891081     1289     32 | 41.338 % |
60.37/61.04	c 61	|      1796 |   40975  7972984 23766179 |  4280190     1796     38 | 41.338 % |
77.78/78.59	c 78	|      2555 |   40975  7972984 23766179 |  4708209     2555     42 | 41.338 % |
104.36/105.28	c 105	|      3695 |   40975  7972984 23766179 |  5179030     3695     45 | 41.338 % |
145.85/146.92	c 146	|      5404 |   40975  7972984 23766179 |  5696933     5404     47 | 41.338 % |
210.24/211.65	c 211	|      7967 |   40975  7972984 23766179 |  6266626     7967     49 | 41.338 % |
286.17/287.95	c 287	|     11811 |   32836  3280351  9755821 |  6893289    11811     50 | 41.338 % |
370.56/372.71	c 372	|     17578 |   32836  3280351  9755821 |  7582617    17578     51 | 41.338 % |
498.13/500.92	c 500	|     26228 |   32836  3280351  9755821 |  8340879    26228     50 | 41.338 % |
698.53/702.30	c 702	|     39202 |   32836  3280351  9755821 |  9174967    39202     50 | 41.338 % |
984.73/989.96	c 989	|     58663 |   32836  3280351  9755821 | 10092464    58663     50 | 41.338 % |
1443.78/1451.23	c 1451	|     87856 |   32836  3280351  9755821 | 11101710    87856     50 | 41.338 % |
1638.72/1647.15	c 1647	===============================================================================
1638.72/1647.15	c 1647	restarts              : 21
1638.72/1647.15	c 1647	conflicts             : 100113        (62 /sec)
1638.72/1647.15	c 1647	decisions             : 115114        (0.83 % random) (71 /sec)
1638.72/1647.15	c 1647	propagations          : 366083758      (226144 /sec)
1638.72/1647.15	c 1647	conflict literals     : 5027925        (52.74 % deleted)
1638.72/1647.15	c 1647	Memory used           : 340.86 MB
1638.72/1647.15	c 1647	CPU time              : 1618.81 s
1638.72/1647.15	c 1647	
1638.72/1647.15	c 1647	SATISFIABLE
1638.72/1647.17	c 1647	OK
1638.72/1647.17	c 1647	FOUND: _COST <= 312
1638.72/1647.17	c 1647	DECODING HOME/temp.out WITH HOME/temp.map
1638.72/1647.17	c 1647	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1638.80/1647.27	c 1647	Decoding HOME/temp.out
1638.80/1647.60	c 1647	OBJECTIVE _COST 312
1638.80/1647.60	o 312
1638.80/1647.61	v 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 1 1 1 1 0
1638.80/1647.61	c 1647	Heap : 1 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
1641.10/1649.58	c 1649	OK
1641.10/1649.58	c 1649	OBJECTIVE BOUND: 0 <= _COST <= 312
1641.10/1649.58	c 1649	SEARCHING: _COST <= 156
1641.10/1649.58	c 1649	============================[ Search Statistics ]==============================
1641.10/1649.58	c 1649	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1641.10/1649.58	c 1649	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1641.10/1649.58	c 1649	===============================================================================
1641.10/1649.58	c 1649	|    100113 |   27823  1845861  5467077 |   615287   100109     50 | 41.338 % |
1642.39/1650.88	c 1650	|    100217 |   27823  1845861  5467077 |   676815   100213     50 | 50.294 % |
1644.08/1652.53	c 1652	|    100368 |   27823  1845861  5467077 |   744497   100364     50 | 50.294 % |
1646.57/1655.02	c 1655	|    100593 |   27823  1845861  5467077 |   818946   100589     50 | 50.294 % |
1650.15/1658.61	c 1658	|    100930 |   27823  1845861  5467077 |   900841   100926     50 | 50.294 % |
1655.13/1663.67	c 1663	|    101438 |   27823  1845861  5467077 |   990925   101434     50 | 50.294 % |
1662.79/1671.37	c 1671	|    102197 |   27823  1845861  5467077 |  1090018   102193     50 | 50.294 % |
1673.34/1681.99	c 1681	|    103336 |   27823  1845861  5467077 |  1199020   103332     50 | 50.294 % |
1690.75/1699.45	c 1699	|    105044 |   27823  1845861  5467077 |  1318922   105040     49 | 50.294 % |
1715.93/1724.71	c 1724	|    107606 |   27823  1845861  5467077 |  1450814   107602     49 | 50.294 % |
1755.73/1764.70	c 1764	|    111451 |   27823  1845861  5467077 |  1595896   111447     49 | 50.294 % |
1816.93/1826.23	c 1826	|    117219 |   27823  1845861  5467077 |  1755485   117215     48 | 50.294 % |
1906.39/1916.19	c 1916	|    125868 |   27823  1845861  5467077 |  1931034   125864     47 | 50.294 % |
2021.52/2031.81	c 2031	|    138842 |   27823  1845861  5467077 |  2124137   138838     45 | 50.294 % |
2232.19/2243.58	c 2243	|    158303 |   27823  1845861  5467077 |  2336551   158299     43 | 50.294 % |
2561.68/2574.69	c 2574	|    187495 |   27823  1845861  5467077 |  2570206   187491     42 | 50.294 % |
3067.70/3083.13	c 3083	|    231286 |   27823  1845861  5467077 |  2827227   231282     40 | 50.294 % |
3600.04/3617.01	c ERROR INTERRUPTED
3600.16/3617.13	c 3617	CPU 3597.79 (0.07 0.03 3597.72 2.28)
3600.16/3617.13	c 3617	END Wed Jul 23 03:51:12 2008

Verifier Data (download as text)

OK	312	2189
312 unsatisfied constraints, 2189 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-1127667-1216774254/watcher-1127667-1216774254 -o /tmp/evaluation-result-1127667-1216774254/solver-1127667-1216774254 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1127667-1216774254.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.06 1.58 1.23 4/74 8138
/proc/meminfo: memFree=944376/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=12268 CPUtime=0
/proc/8138/stat : 8138 (sugar++) R 8136 8138 7982 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 4514116 12562432 316 996147200 4194304 4206940 548682068528 18446744073709551615 255539772005 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/8138/statm: 3067 316 241 3 0 167 0

[startup+0.0930851 s]
/proc/loadavg: 2.06 1.58 1.23 4/74 8138
/proc/meminfo: memFree=944376/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=13468 CPUtime=0.03
/proc/8138/stat : 8138 (sugar++) R 8136 8138 7982 0 -1 4194304 754 0 0 0 2 1 0 0 18 0 1 0 4514116 13791232 722 996147200 4194304 4206940 548682068528 18446744073709551615 255553067963 0 0 4224 0 0 0 0 17 1 0 0
/proc/8138/statm: 3367 722 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101086 s]
/proc/loadavg: 2.06 1.58 1.23 4/74 8138
/proc/meminfo: memFree=944376/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=13600 CPUtime=0.03
/proc/8138/stat : 8138 (sugar++) D 8136 8138 7982 0 -1 4194304 787 0 0 0 2 1 0 0 18 0 1 0 4514116 13926400 755 996147200 4194304 4206940 548682068528 18446744073709551615 255539772005 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/8138/statm: 3400 755 341 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301129 s]
/proc/loadavg: 2.06 1.58 1.23 4/74 8138
/proc/meminfo: memFree=944376/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=16740 CPUtime=0.07
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 4514116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701192 s]
/proc/loadavg: 2.06 1.58 1.23 4/74 8138
/proc/meminfo: memFree=944376/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=16740 CPUtime=0.07
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 4514116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50234 s]
/proc/loadavg: 2.06 1.58 1.23 3/85 8160
/proc/meminfo: memFree=935320/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=16740 CPUtime=0.72
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1296 4988 0 1 5 2 62 3 15 0 1 0 4514116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4185 1104 409 3 0 764 0
[pid=8151] ppid=8138 vsize=5356 CPUtime=0
/proc/8151/stat : 8151 (sh) S 8138 8138 7982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4514201 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8151/statm: 1339 233 193 169 0 50 0
[pid=8152] ppid=8151 vsize=868400 CPUtime=0.63
/proc/8152/stat : 8152 (java) S 8151 8138 7982 0 -1 0 5931 0 1 0 59 4 0 0 18 0 9 0 4514201 889241600 5349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8152/statm: 217100 5349 1758 9 0 211675 0
[pid=8152/tid=8153] ppid=8151 vsize=868400 CPUtime=0.36
/proc/8152/task/8153/stat : 8153 (java) R 8151 8138 7982 0 -1 64 2650 0 1 0 34 2 0 0 19 0 9 0 4514202 889241600 5349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8154] ppid=8151 vsize=868400 CPUtime=0.05
/proc/8152/task/8154/stat : 8154 (java) R 8151 8138 7982 0 -1 64 1127 0 0 0 5 0 0 0 16 0 9 0 4514203 889241600 5349 996147200 134512640 134550740 4294955920 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8155] ppid=8151 vsize=868400 CPUtime=0
/proc/8152/task/8155/stat : 8155 (java) S 8151 8138 7982 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 4514203 889241600 5349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8156] ppid=8151 vsize=868400 CPUtime=0
/proc/8152/task/8156/stat : 8156 (java) S 8151 8138 7982 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4514203 889241600 5349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8157] ppid=8151 vsize=868400 CPUtime=0
/proc/8152/task/8157/stat : 8157 (java) S 8151 8138 7982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4514205 889241600 5349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8158] ppid=8151 vsize=868400 CPUtime=0.19
/proc/8152/task/8158/stat : 8158 (java) S 8151 8138 7982 0 -1 64 1462 0 0 0 19 0 0 0 16 0 9 0 4514205 889241600 5349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8159] ppid=8151 vsize=868400 CPUtime=0
/proc/8152/task/8159/stat : 8159 (java) S 8151 8138 7982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4514205 889241600 5349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8160] ppid=8151 vsize=868400 CPUtime=0
/proc/8152/task/8160/stat : 8160 (java) S 8151 8138 7982 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4514205 889241600 5349 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 890496

[startup+3.10161 s]
/proc/loadavg: 2.06 1.58 1.23 3/85 8160
/proc/meminfo: memFree=921240/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=16740 CPUtime=0.72
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1297 4988 0 1 5 2 62 3 15 0 1 0 4514116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4185 1104 409 3 0 764 0
[pid=8151] ppid=8138 vsize=5356 CPUtime=0
/proc/8151/stat : 8151 (sh) S 8138 8138 7982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4514201 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8151/statm: 1339 233 193 169 0 50 0
[pid=8152] ppid=8151 vsize=868512 CPUtime=2.21
/proc/8152/stat : 8152 (java) S 8151 8138 7982 0 -1 0 8281 0 1 0 208 13 0 0 18 0 9 0 4514201 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8152/statm: 217128 7182 2566 9 0 211675 0
[pid=8152/tid=8153] ppid=8151 vsize=868512 CPUtime=1.57
/proc/8152/task/8153/stat : 8153 (java) R 8151 8138 7982 0 -1 64 3039 0 1 0 148 9 0 0 25 0 9 0 4514202 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4127032748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8154] ppid=8151 vsize=868512 CPUtime=0.32
/proc/8152/task/8154/stat : 8154 (java) S 8151 8138 7982 0 -1 64 3022 0 0 0 30 2 0 0 16 0 9 0 4514203 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8155] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8155/stat : 8155 (java) S 8151 8138 7982 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4514203 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8156] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8156/stat : 8156 (java) S 8151 8138 7982 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4514203 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8157] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8157/stat : 8157 (java) S 8151 8138 7982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8158] ppid=8151 vsize=868512 CPUtime=0.3
/proc/8152/task/8158/stat : 8158 (java) S 8151 8138 7982 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8159] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8159/stat : 8159 (java) S 8151 8138 7982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8160] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8160/stat : 8160 (java) S 8151 8138 7982 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 890608

[startup+6.30216 s]
/proc/loadavg: 2.06 1.58 1.23 3/85 8160
/proc/meminfo: memFree=886488/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=16740 CPUtime=0.72
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1297 4988 0 1 5 2 62 3 16 0 1 0 4514116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4185 1104 409 3 0 764 0
[pid=8151] ppid=8138 vsize=5356 CPUtime=0
/proc/8151/stat : 8151 (sh) S 8138 8138 7982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4514201 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8151/statm: 1339 233 193 169 0 50 0
[pid=8152] ppid=8151 vsize=868512 CPUtime=5.39
/proc/8152/stat : 8152 (java) S 8151 8138 7982 0 -1 0 9089 0 1 0 504 35 0 0 18 0 9 0 4514201 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8152/statm: 217128 7182 2566 9 0 211675 0
[pid=8152/tid=8153] ppid=8151 vsize=868512 CPUtime=4.57
/proc/8152/task/8153/stat : 8153 (java) R 8151 8138 7982 0 -1 64 3847 0 1 0 431 26 0 0 25 0 9 0 4514202 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4127100623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8154] ppid=8151 vsize=868512 CPUtime=0.51
/proc/8152/task/8154/stat : 8154 (java) S 8151 8138 7982 0 -1 64 3022 0 0 0 44 7 0 0 16 0 9 0 4514203 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8155] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8155/stat : 8155 (java) S 8151 8138 7982 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4514203 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8156] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8156/stat : 8156 (java) S 8151 8138 7982 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4514203 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8157] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8157/stat : 8157 (java) S 8151 8138 7982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8158] ppid=8151 vsize=868512 CPUtime=0.3
/proc/8152/task/8158/stat : 8158 (java) S 8151 8138 7982 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8159] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8159/stat : 8159 (java) S 8151 8138 7982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8160] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8160/stat : 8160 (java) S 8151 8138 7982 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 890608

[startup+12.7023 s]
/proc/loadavg: 2.13 1.61 1.24 3/85 8160
/proc/meminfo: memFree=824536/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=16740 CPUtime=0.72
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1297 4988 0 1 5 2 62 3 16 0 1 0 4514116 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4185 1104 409 3 0 764 0
[pid=8151] ppid=8138 vsize=5356 CPUtime=0
/proc/8151/stat : 8151 (sh) S 8138 8138 7982 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4514201 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8151/statm: 1339 233 193 169 0 50 0
[pid=8152] ppid=8151 vsize=868512 CPUtime=11.71
/proc/8152/stat : 8152 (java) S 8151 8138 7982 0 -1 0 10887 0 1 0 1086 85 0 0 18 0 9 0 4514201 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8152/statm: 217128 7182 2566 9 0 211675 0
[pid=8152/tid=8153] ppid=8151 vsize=868512 CPUtime=10.44
/proc/8152/task/8153/stat : 8153 (java) R 8151 8138 7982 0 -1 64 5645 0 1 0 978 66 0 0 25 0 9 0 4514202 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4126563874 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8154] ppid=8151 vsize=868512 CPUtime=0.95
/proc/8152/task/8154/stat : 8154 (java) S 8151 8138 7982 0 -1 64 3022 0 0 0 78 17 0 0 16 0 9 0 4514203 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8155] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8155/stat : 8155 (java) S 8151 8138 7982 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4514203 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8156] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8156/stat : 8156 (java) S 8151 8138 7982 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4514203 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8157] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8157/stat : 8157 (java) S 8151 8138 7982 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8158] ppid=8151 vsize=868512 CPUtime=0.3
/proc/8152/task/8158/stat : 8158 (java) S 8151 8138 7982 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8159] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8159/stat : 8159 (java) S 8151 8138 7982 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8152/tid=8160] ppid=8151 vsize=868512 CPUtime=0
/proc/8152/task/8160/stat : 8160 (java) S 8151 8138 7982 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4514205 889356288 7182 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890608

[startup+25.5015 s]
/proc/loadavg: 2.33 1.68 1.27 3/76 8161
/proc/meminfo: memFree=441440/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=18.55
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1538 17984 0 2 6 2 1705 142 15 0 1 0 4514116 17547264 1188 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1188 414 3 0 863 0
[pid=8161] ppid=8138 vsize=344680 CPUtime=6.57
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 82013 0 0 0 592 65 0 0 25 0 1 0 4516004 352952320 81962 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0
/proc/8161/statm: 86170 81962 69 151 0 86016 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 361816

[startup+51.1019 s]
/proc/loadavg: 2.21 1.70 1.29 3/76 8181
/proc/meminfo: memFree=437152/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.3
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1694 26002 0 4 7 3 1772 148 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=349040 CPUtime=31.22
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83124 0 0 0 3056 66 0 0 25 0 1 0 4516004 357416960 83069 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=350256 CPUtime=2887.95
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83359 0 0 0 288726 69 0 0 25 0 1 0 4516004 358662144 83302 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 1 0 0
/proc/8161/statm: 87564 83302 80 151 0 87410 0
Current children cumulated CPU time (s) 2907.68
Current children cumulated vsize (KiB) 367392

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 8211
/proc/meminfo: memFree=435744/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=350256 CPUtime=2947.66
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83364 0 0 0 294697 69 0 0 25 0 1 0 4516004 358662144 83307 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8161/statm: 87564 83307 80 151 0 87410 0
Current children cumulated CPU time (s) 2967.39
Current children cumulated vsize (KiB) 367392

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 8211
/proc/meminfo: memFree=435680/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=350256 CPUtime=3007.37
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83369 0 0 0 300668 69 0 0 25 0 1 0 4516004 358662144 83312 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8161/statm: 87564 83312 80 151 0 87410 0
Current children cumulated CPU time (s) 3027.1
Current children cumulated vsize (KiB) 367392

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 8211
/proc/meminfo: memFree=435232/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=350780 CPUtime=3067.07
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83470 0 0 0 306638 69 0 0 25 0 1 0 4516004 359198720 83413 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8161/statm: 87695 83413 80 151 0 87541 0
Current children cumulated CPU time (s) 3086.8
Current children cumulated vsize (KiB) 367916

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 8211
/proc/meminfo: memFree=435040/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=350992 CPUtime=3126.78
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83515 0 0 0 312609 69 0 0 25 0 1 0 4516004 359415808 83458 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8161/statm: 87748 83458 80 151 0 87594 0
Current children cumulated CPU time (s) 3146.51
Current children cumulated vsize (KiB) 368128

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 8211
/proc/meminfo: memFree=434784/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=351156 CPUtime=3186.5
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83559 0 0 0 318580 70 0 0 25 0 1 0 4516004 359583744 83502 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8161/statm: 87789 83502 80 151 0 87635 0
Current children cumulated CPU time (s) 3206.23
Current children cumulated vsize (KiB) 368292

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 8211
/proc/meminfo: memFree=434656/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=351156 CPUtime=3246.2
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83570 0 0 0 324550 70 0 0 25 0 1 0 4516004 359583744 83513 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/8161/statm: 87789 83513 80 151 0 87635 0
Current children cumulated CPU time (s) 3265.93
Current children cumulated vsize (KiB) 368292

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/76 8211
/proc/meminfo: memFree=434592/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=351156 CPUtime=3305.91
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83575 0 0 0 330521 70 0 0 25 0 1 0 4516004 359583744 83518 996147200 134512640 135134323 4294956192 18446744073709551615 134531898 0 0 4096 3 0 0 0 17 1 0 0
/proc/8161/statm: 87789 83518 80 151 0 87635 0
Current children cumulated CPU time (s) 3325.64
Current children cumulated vsize (KiB) 368292

[startup+3402.31 s]
/proc/loadavg: 2.07 2.02 1.94 3/76 8274
/proc/meminfo: memFree=775008/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=351156 CPUtime=3365.72
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83580 0 0 0 336501 71 0 0 25 0 1 0 4516004 359583744 83523 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/8161/statm: 87789 83523 80 151 0 87635 0
Current children cumulated CPU time (s) 3385.45
Current children cumulated vsize (KiB) 368292

[startup+3462.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/76 8274
/proc/meminfo: memFree=771488/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=351484 CPUtime=3425.68
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83640 0 0 0 342497 71 0 0 25 0 1 0 4516004 359919616 83583 996147200 134512640 135134323 4294956192 18446744073709551615 134531900 0 0 4096 3 0 0 0 17 0 0 0
/proc/8161/statm: 87871 83583 80 151 0 87717 0
Current children cumulated CPU time (s) 3445.41
Current children cumulated vsize (KiB) 368620

[startup+3522.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/76 8274
/proc/meminfo: memFree=770912/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=351484 CPUtime=3485.66
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83650 0 0 0 348495 71 0 0 25 0 1 0 4516004 359919616 83593 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/8161/statm: 87871 83593 80 151 0 87717 0
Current children cumulated CPU time (s) 3505.39
Current children cumulated vsize (KiB) 368620

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/76 8274
/proc/meminfo: memFree=766944/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=351484 CPUtime=3545.63
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83655 0 0 0 354492 71 0 0 25 0 1 0 4516004 359919616 83598 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/8161/statm: 87871 83598 80 151 0 87717 0
Current children cumulated CPU time (s) 3565.36
Current children cumulated vsize (KiB) 368620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617 s]
/proc/loadavg: 2.00 2.00 1.94 3/76 8274
/proc/meminfo: memFree=766496/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=19.73
/proc/8138/stat : 8138 (sugar++) S 8136 8138 7982 0 -1 4194304 1765 30014 0 5 7 3 1811 152 16 0 1 0 4514116 17547264 1189 996147200 4194304 4206940 548682068528 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8138/statm: 4284 1189 414 3 0 863 0
[pid=8161] ppid=8138 vsize=351484 CPUtime=3580.31
/proc/8161/stat : 8161 (minisat-inc) R 8138 8138 7982 0 -1 4194304 83658 0 0 0 357960 71 0 0 25 0 1 0 4516004 359919616 83601 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 0 0 0
/proc/8161/statm: 87871 83601 80 151 0 87717 0
Current children cumulated CPU time (s) 3600.04
Current children cumulated vsize (KiB) 368620

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

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

[startup+3617.11 s]
/proc/loadavg: 2.00 2.00 1.94 3/76 8274
/proc/meminfo: memFree=766496/2055920 swapFree=4192956/4192956
[pid=8138] ppid=8136 vsize=17136 CPUtime=3600.16
/proc/8138/stat : 8138 (sugar++) R 8136 8138 7982 0 -1 4194304 1789 113672 0 5 7 9 359772 228 16 0 1 0 4514116 17547264 1190 996147200 4194304 4206940 548682068528 18446744073709551615 255539778601 0 0 4224 16386 0 0 0 17 0 0 0
/proc/8138/statm: 4284 1190 415 3 0 863 0
Current children cumulated CPU time (s) 3600.16
Current children cumulated vsize (KiB) 17136

Child status: 0
Real time (s): 3617.14
CPU time (s): 3600.2
CPU user time (s): 3597.79
CPU system time (s): 2.40263
CPU usage (%): 99.5316
Max. virtual memory (cumulated for all children) (KiB): 890680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.79
system time used= 2.40263
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115516
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36834
involuntary context switches= 74964

runsolver used 4.18836 second user time and 12.2771 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-23 02:50:54
IDJOB=1127667
IDBENCH=63782
IDSOLVER=367
FILE ID=node48/1127667-1216774254
PBS_JOBID= 7974184
Free space on /tmp= 66444 MiB

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

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 73c4d68fd4d4cc486a72607fe735803e
RANDOM SEED=952222091

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        944856 kB
Buffers:         23028 kB
Cached:         785016 kB
SwapCached:          0 kB
Active:         628796 kB
Inactive:       427192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        944856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1020 kB
Writeback:           0 kB
Mapped:         259012 kB
Slab:            39964 kB
Committed_AS:   325444 kB
PageTables:       2244 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 node48 at 2008-07-23 03:51:13