Trace number 1127876

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.1 3630.83

General information on the benchmark

Namemaxcsp/cnf/2-80-100-1000/
normalized-cnf-2-80-800-815444_ext.xml
MD5SUMcaebe558b67ad05b55f03651351de0e0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints107
Best CPU time to get the best result obtained on this benchmark717.983
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints717
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension717
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.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:38:02 2008
0.00/0.05	c 0	PID 4893
0.00/0.06	c 0	HOST node80.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1127876-1216777082.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127876-1216777082.xml' 'HOME/temp.csp'
0.04/0.70	c 1	1 domains, 80 variables, 0 predicates, 13 relations, 717 constraints
0.04/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.70	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.04/0.78	c 1	Parsing HOME/temp.csp
0.41/0.93	c 1	parsed 811 expressions
0.41/0.93	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.41/0.95	c 1	MAX CSP: 717 constraints
0.41/0.95	c 1	Converting to clausal form CSP
0.41/0.99	c 1	converted 154 (10%) expressions
0.41/1.00	c 1	converted 307 (20%) expressions
0.41/1.01	c 1	converted 460 (30%) expressions
0.41/1.02	c 1	converted 613 (40%) expressions
0.41/1.03	c 1	converted 766 (50%) expressions
0.41/1.05	c 1	converted 919 (60%) expressions
0.41/1.05	c 1	converted 1072 (70%) expressions
0.78/1.12	c 1	converted 1225 (80%) expressions
0.78/1.12	c 1	converted 1378 (90%) expressions
0.88/1.24	c 1	converted 1531 (100%) expressions
0.88/1.24	c 1	CSP : 1514 integers, 0 booleans, 2150 clauses, largest domain size 1076
0.88/1.24	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.24	c 1	Propagation in CSP
0.88/1.29	c 1	711 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.88/1.29	c 1	CSP : 1514 integers, 0 booleans, 2150 clauses, largest domain size 718
0.88/1.29	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.88/1.29	c 1	Simplifing CSP by introducing new Boolean variables
0.97/1.30	c 1	CSP : 1514 integers, 0 booleans, 2150 clauses, largest domain size 718
0.97/1.30	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.97/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.97/1.37	c 1	152 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.37	c 1	303 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.37	c 1	455 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.38	c 1	606 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.38	c 1	757 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.97/1.39	c 1	909 (60%) CSP integer variables are encoded (1303 clauses, 16600 bytes)
0.97/1.39	c 1	1060 (70%) CSP integer variables are encoded (2235 clauses, 28716 bytes)
0.97/1.39	c 1	1212 (80%) CSP integer variables are encoded (3677 clauses, 47462 bytes)
1.04/1.40	c 2	1363 (90%) CSP integer variables are encoded (10092 clauses, 133710 bytes)
1.04/1.41	c 2	1514 (100%) CSP integer variables are encoded (11889 clauses, 160665 bytes)
1.04/1.44	c 2	215 (10%) CSP clauses are encoded (12112 clauses, 163579 bytes)
1.04/1.45	c 2	430 (20%) CSP clauses are encoded (12332 clauses, 166630 bytes)
1.04/1.47	c 2	645 (30%) CSP clauses are encoded (12554 clauses, 169704 bytes)
1.04/1.49	c 2	860 (40%) CSP clauses are encoded (15895 clauses, 226686 bytes)
1.13/1.55	c 2	1075 (50%) CSP clauses are encoded (47578 clauses, 801443 bytes)
1.13/1.57	c 2	1290 (60%) CSP clauses are encoded (57073 clauses, 969337 bytes)
1.33/1.72	c 2	1505 (70%) CSP clauses are encoded (148246 clauses, 2642214 bytes)
1.43/1.85	c 2	1720 (80%) CSP clauses are encoded (175526 clauses, 3109477 bytes)
1.83/2.25	c 2	1935 (90%) CSP clauses are encoded (420740 clauses, 7892568 bytes)
2.23/2.69	c 3	2150 (100%) CSP clauses are encoded (678661 clauses, 13410552 bytes)
2.23/2.69	c 3	2150 CSP clauses encoded
2.23/2.69	c 3	Writing map file : HOME/temp.map
2.32/2.71	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.71	c 3	SAT : 13403 SAT variables, 678661 SAT clauses, 13410552 bytes
2.32/2.71	c 3	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.73	c 3	OBJECTIVE minimize _COST
2.32/2.73	c 3	OBJECTIVE BOUND: 0 <= _COST <= 
2.32/2.73	c 3	SEARCHING: _COST <= 359
2.32/2.73	c 3	SOLVING HOME/temp.cnf
2.32/2.73	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.32/2.74	c 3	This is MiniSat 2.0 beta
2.32/2.74	c 3	WARNING: for repeatability, setting FPU to use double precision
2.32/2.74	c 3	============================[ Problem Statistics ]=============================
2.32/2.74	c 3	|                                                                             |
2.32/2.74	c 3	|  Number of variables:  13403                                                |
2.32/2.74	c 3	|  Number of clauses:    678662                                               |
2.36/3.05	c 3	|  Parsing time:         0.27         s                                       |
2.36/3.28	c 3	============================[ Search Statistics ]==============================
2.36/3.28	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.36/3.28	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.36/3.28	c 3	===============================================================================
2.36/3.28	c 3	|         0 |    9823   433539  1274576 |   144513        0    nan |  0.000 % |
3.01/3.49	c 4	|       100 |    9821   433539  1274576 |   158964       99     23 | 26.793 % |
3.11/3.54	c 4	|       250 |    9821   433539  1274576 |   174860      249     23 | 26.793 % |
3.21/3.60	c 4	|       477 |    9821   433539  1274576 |   192346      476     21 | 26.793 % |
3.30/3.70	c 4	|       814 |    9821   433539  1274576 |   211581      813     22 | 26.793 % |
3.39/3.89	c 4	|      1320 |    9821   433539  1274576 |   232739     1319     28 | 26.793 % |
3.59/4.07	c 4	|      2080 |    9821   433539  1274576 |   256013     2079     30 | 26.793 % |
3.90/4.32	c 4	===============================================================================
3.90/4.32	c 4	restarts              : 7
3.90/4.32	c 4	conflicts             : 2667           (1743 /sec)
3.90/4.32	c 4	decisions             : 4439           (0.77 % random) (2902 /sec)
3.90/4.32	c 4	propagations          : 1465763        (958161 /sec)
3.90/4.32	c 4	conflict literals     : 88365          (16.78 % deleted)
3.90/4.32	c 4	Memory used           : 28.07 MB
3.90/4.32	c 4	CPU time              : 1.52977 s
3.90/4.32	c 4	
3.90/4.33	c 4	SATISFIABLE
3.90/4.33	c 4	FOUND: _COST <= 359
3.90/4.33	s SATISFIABLE
3.90/4.33	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.90/4.33	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.98/4.41	c 5	Decoding HOME/temp.out
4.08/4.54	c 5	OBJECTIVE _COST 347
4.08/4.54	o 347
4.08/4.55	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 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1
4.08/4.55	c 5	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.08/4.59	c 5	OBJECTIVE BOUND: 0 <= _COST <= 347
4.08/4.59	c 5	SEARCHING: _COST <= 173
4.08/4.59	c 5	SOLVING HOME/temp.cnf
4.08/4.59	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.08/4.59	c 5	This is MiniSat 2.0 beta
4.08/4.59	c 5	WARNING: for repeatability, setting FPU to use double precision
4.08/4.60	c 5	============================[ Problem Statistics ]=============================
4.08/4.60	c 5	|                                                                             |
4.08/4.60	c 5	|  Number of variables:  13403                                                |
4.08/4.60	c 5	|  Number of clauses:    678662                                               |
4.15/4.92	c 5	|  Parsing time:         0.28         s                                       |
4.15/5.23	c 5	============================[ Search Statistics ]==============================
4.15/5.23	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.15/5.23	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.15/5.23	c 5	===============================================================================
4.15/5.23	c 5	|         0 |    7758   273820   801428 |    91273        0    nan |  0.000 % |
4.15/5.36	c 5	|       101 |    7754   273820   801428 |   100400       99     19 | 42.252 % |
4.15/5.39	c 5	|       251 |    7754   273820   801428 |   110440      249     21 | 42.252 % |
4.15/5.45	c 6	|       476 |    7754   273820   801428 |   121484      474     22 | 42.252 % |
5.04/5.53	c 6	|       814 |    7754   273820   801428 |   133633      812     21 | 42.252 % |
5.14/5.68	c 6	|      1320 |    7754   273820   801428 |   146996     1318     21 | 42.252 % |
5.34/5.87	c 6	|      2079 |    7754   273820   801428 |   161696     2077     20 | 42.252 % |
5.64/6.17	c 6	|      3218 |    7740   272083   796279 |   177865     3216     20 | 42.252 % |
6.15/6.62	c 7	|      4926 |    7740   272083   796279 |   195652     4924     21 | 42.252 % |
6.94/7.46	c 8	|      7489 |    7740   272083   796279 |   215217     7487     22 | 42.252 % |
8.53/9.00	c 9	|     11334 |    7740   272083   796279 |   236739    11332     24 | 42.252 % |
11.21/11.71	c 12	|     17100 |    7740   272083   796279 |   260413    17098     33 | 42.252 % |
11.51/12.07	c 12	===============================================================================
11.51/12.08	c 12	restarts              : 12
11.51/12.08	c 12	conflicts             : 18389          (2488 /sec)
11.51/12.08	c 12	decisions             : 23613          (0.85 % random) (3194 /sec)
11.51/12.08	c 12	propagations          : 9790193        (1324453 /sec)
11.51/12.08	c 12	conflict literals     : 611756         (18.86 % deleted)
11.51/12.08	c 12	Memory used           : 28.63 MB
11.51/12.08	c 12	CPU time              : 7.39188 s
11.51/12.08	c 12	
11.51/12.08	c 12	SATISFIABLE
11.51/12.09	c 12	FOUND: _COST <= 173
11.51/12.09	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.51/12.09	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.61/12.17	c 12	Decoding HOME/temp.out
11.71/12.29	c 12	OBJECTIVE _COST 173
11.71/12.29	o 173
11.80/12.30	v 1 1 0 1 1 0 0 0 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 0 1 0 1 0 1 0 1 1 1 0 1 1 1 1 1 1 0 0 0 1 1 1 1 0 1 1
11.80/12.30	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.80/12.35	c 12	OBJECTIVE BOUND: 0 <= _COST <= 173
11.80/12.35	c 12	SEARCHING: _COST <= 86
11.80/12.35	c 12	SOLVING HOME/temp.cnf
11.80/12.35	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.80/12.35	c 12	This is MiniSat 2.0 beta
11.80/12.35	c 12	WARNING: for repeatability, setting FPU to use double precision
11.80/12.35	c 12	============================[ Problem Statistics ]=============================
11.80/12.35	c 12	|                                                                             |
11.80/12.35	c 12	|  Number of variables:  13403                                                |
11.80/12.35	c 12	|  Number of clauses:    678662                                               |
11.82/12.69	c 13	|  Parsing time:         0.29         s                                       |
11.82/13.02	c 13	============================[ Search Statistics ]==============================
11.82/13.02	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.82/13.02	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.82/13.02	c 13	===============================================================================
11.82/13.02	c 13	|         0 |    6514   156191   452186 |    52063        0    nan |  0.000 % |
11.82/13.13	c 13	|       100 |    6508   156191   452186 |    57270       98     25 | 51.600 % |
11.82/13.17	c 13	|       251 |    6508   156191   452186 |    62997      249     21 | 51.600 % |
12.66/13.23	c 13	|       476 |    6508   156191   452186 |    69296      474     20 | 51.600 % |
12.76/13.33	c 13	|       816 |    6508   156191   452186 |    76226      814     21 | 51.600 % |
12.85/13.48	c 14	|      1322 |    6487   154012   445738 |    83849     1320     22 | 51.601 % |
13.05/13.67	c 14	|      2081 |    6487   154012   445738 |    92233     2079     20 | 51.600 % |
13.45/14.09	c 14	|      3221 |    6487   154012   445738 |   101457     3219     24 | 51.600 % |
14.05/14.62	c 15	|      4929 |    6487   154012   445738 |   111603     4927     25 | 51.600 % |
14.64/15.29	c 15	|      7493 |    6487   154012   445738 |   122763     7491     24 | 51.600 % |
15.84/16.48	c 17	|     11338 |    6487   154012   445738 |   135039    11336     23 | 51.600 % |
18.14/18.74	c 19	|     17104 |    6487   154012   445738 |   148543    17102     24 | 51.600 % |
22.01/22.60	c 23	|     25753 |    6487   154012   445738 |   163398    25751     24 | 51.600 % |
28.58/29.29	c 29	|     38727 |    6487   154012   445738 |   179737    38725     23 | 51.600 % |
44.01/44.77	c 45	|     58189 |    6487   154012   445738 |   197711    58187     25 | 51.600 % |
71.39/72.24	c 72	|     87383 |    6487   154012   445738 |   217482    87381     27 | 51.600 % |
120.39/121.41	c 122	|    131172 |    6487   154012   445738 |   239231   131170     29 | 51.600 % |
215.79/217.24	c 217	|    196858 |    6487   154012   445738 |   263154   196856     32 | 51.600 % |
377.02/379.14	c 379	|    295387 |    6487   154012   445738 |   289469    40007     38 | 51.600 % |
591.07/594.53	c 595	|    443177 |    6487   154012   445738 |   318416   187797     34 | 51.600 % |
986.07/992.98	c 993	|    664860 |    6487   154012   445738 |   350258   100958     30 | 51.600 % |
1657.05/1671.03	c 1671	|    997386 |    6487   154012   445738 |   385284    96701     29 | 51.600 % |
2642.75/2665.21	c 2665	|   1496175 |    6487   154012   445738 |   423812   221751     32 | 51.600 % |
3600.10/3630.82	c ERROR INTERRUPTED
3600.10/3630.82	c 3631	CPU 11.43 (0.04 0.01 11.39 0.38)
3600.10/3630.82	c 3631	END Wed Jul 23 04:38:33 2008

Verifier Data (download as text)

OK	140	577
140 unsatisfied constraints, 577 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-1127876-1216777082/watcher-1127876-1216777082 -o /tmp/evaluation-result-1127876-1216777082/solver-1127876-1216777082 -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-1127876-1216777082.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/65 4893
/proc/meminfo: memFree=1394568/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=12132 CPUtime=0
/proc/4893/stat : 4893 (sugar) R 4891 4893 4856 0 -1 4194304 275 0 0 0 0 0 0 0 18 0 1 0 4793744 12423168 244 996147200 4194304 4206940 548682068592 18446744073709551615 226704629760 0 0 4224 0 0 0 0 17 0 0 0
/proc/4893/statm: 3033 246 186 3 0 133 0

[startup+0.105335 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 4893
/proc/meminfo: memFree=1394568/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13600 CPUtime=0.04
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 4793744 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201356 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 4893
/proc/meminfo: memFree=1394568/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13600 CPUtime=0.04
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 4793744 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301377 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 4893
/proc/meminfo: memFree=1394568/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13600 CPUtime=0.04
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 898 127 0 0 3 1 0 0 16 0 1 0 4793744 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701449 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 4893
/proc/meminfo: memFree=1394568/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13600 CPUtime=0.04
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 916 127 0 0 3 1 0 0 15 0 1 0 4793744 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 1.00 4/85 4960
/proc/meminfo: memFree=1341008/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13600 CPUtime=0.41
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 974 4453 0 83 3 1 28 9 15 0 1 0 4793744 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3400 797 370 3 0 500 0
[pid=4951] ppid=4893 vsize=5356 CPUtime=0
/proc/4951/stat : 4951 (sh) S 4893 4893 4856 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4793815 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4951/statm: 1339 233 193 169 0 50 0
[pid=4952] ppid=4951 vsize=868492 CPUtime=0.72
/proc/4952/stat : 4952 (java) S 4951 4893 4856 0 -1 0 6597 0 8 0 68 4 0 0 20 0 9 0 4793815 889335808 5827 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4952/statm: 217123 5827 2563 9 0 211670 0
[pid=4952/tid=4953] ppid=4951 vsize=868492 CPUtime=0.41
/proc/4952/task/4953/stat : 4953 (java) R 4951 4893 4856 0 -1 64 2724 0 5 0 39 2 0 0 23 0 9 0 4793816 889335808 5827 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4952/tid=4954] ppid=4951 vsize=868492 CPUtime=0.05
/proc/4952/task/4954/stat : 4954 (java) S 4951 4893 4856 0 -1 64 1690 0 3 0 5 0 0 0 16 0 9 0 4793817 889335808 5827 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4952/tid=4955] ppid=4951 vsize=868492 CPUtime=0
/proc/4952/task/4955/stat : 4955 (java) S 4951 4893 4856 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4793817 889335808 5827 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4952/tid=4956] ppid=4951 vsize=868492 CPUtime=0
/proc/4952/task/4956/stat : 4956 (java) S 4951 4893 4856 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4793817 889335808 5827 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4952/tid=4957] ppid=4951 vsize=868492 CPUtime=0
/proc/4952/task/4957/stat : 4957 (java) S 4951 4893 4856 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 4793819 889335808 5827 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4952/tid=4958] ppid=4951 vsize=868492 CPUtime=0.23
/proc/4952/task/4958/stat : 4958 (java) S 4951 4893 4856 0 -1 64 1489 0 0 0 22 1 0 0 16 0 9 0 4793819 889335808 5827 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4952/tid=4959] ppid=4951 vsize=868492 CPUtime=0
/proc/4952/task/4959/stat : 4959 (java) S 4951 4893 4856 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 4793819 889335808 5827 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4952/tid=4960] ppid=4951 vsize=868492 CPUtime=0
/proc/4952/task/4960/stat : 4960 (java) S 4951 4893 4856 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4793819 889335808 5827 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 887448

[startup+3.10194 s]
/proc/loadavg: 1.00 1.00 1.00 3/85 4960
/proc/meminfo: memFree=1329232/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=2.36
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1074 11739 0 91 3 1 208 24 15 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 13732

[startup+6.30159 s]
/proc/loadavg: 1.08 1.02 1.01 3/77 4974
/proc/meminfo: memFree=1307016/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=4.16
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1193 22981 0 92 4 1 380 31 15 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4973] ppid=4893 vsize=5356 CPUtime=0
/proc/4973/stat : 4973 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794204 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4973/statm: 1339 232 193 169 0 50 0
[pid=4974] ppid=4973 vsize=29164 CPUtime=1.69
/proc/4974/stat : 4974 (minisat) R 4973 4893 4856 0 -1 4194304 7158 0 0 0 165 4 0 0 25 0 1 0 4794204 29863936 7144 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 0 0 0
/proc/4974/statm: 7291 7144 75 150 0 7138 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 48252

[startup+12.7019 s]
/proc/loadavg: 1.15 1.03 1.01 3/77 4976
/proc/meminfo: memFree=1335368/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 15 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
Current children cumulated CPU time (s) 11.82
Current children cumulated vsize (KiB) 13732

[startup+25.5015 s]
/proc/loadavg: 1.34 1.08 1.02 3/77 4986
/proc/meminfo: memFree=1307608/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=29420 CPUtime=13.08
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 7231 0 0 0 1304 4 0 0 25 0 1 0 4794980 30126080 7217 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 0 0 0
/proc/4986/statm: 7355 7217 76 150 0 7202 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 48508

[startup+51.1017 s]
/proc/loadavg: 1.56 1.15 1.05 3/77 4986
/proc/meminfo: memFree=1307416/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=29712 CPUtime=38.56
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 7303 0 0 0 3852 4 0 0 25 0 1 0 4794980 30425088 7281 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4986/statm: 7428 7281 76 150 0 7275 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 48800

[startup+102.301 s]
/proc/loadavg: 1.81 1.28 1.10 3/77 4986
/proc/meminfo: memFree=1303128/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=34124 CPUtime=89.55
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 8376 0 0 0 8949 6 0 0 25 0 1 0 4794980 34942976 8354 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4986/statm: 8531 8354 76 150 0 8378 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 53212

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.15 3/77 4986
/proc/meminfo: memFree=1294680/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=42452 CPUtime=149.3
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 10432 0 0 0 14922 8 0 0 25 0 1 0 4794980 43470848 10410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4986/statm: 10613 10410 76 150 0 10460 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 61540

[startup+222.307 s]
/proc/loadavg: 1.97 1.51 1.20 3/77 4986
/proc/meminfo: memFree=1287832/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=49344 CPUtime=209.06
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 12154 0 0 0 20896 10 0 0 25 0 1 0 4794980 50528256 12132 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/4986/statm: 12336 12132 76 150 0 12183 0
Current children cumulated CPU time (s) 220.88
Current children cumulated vsize (KiB) 68432

[startup+282.302 s]
/proc/loadavg: 1.99 1.60 1.25 3/77 4986
/proc/meminfo: memFree=1283032/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/meminfo: memFree=1234520/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=98000 CPUtime=3123.79
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 23684 0 0 0 312353 26 0 0 25 0 1 0 4794980 100352000 23654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 24500 23654 76 150 0 24347 0
Current children cumulated CPU time (s) 3135.61
Current children cumulated vsize (KiB) 117088

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 5528
/proc/meminfo: memFree=1232600/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=99848 CPUtime=3183.27
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 24153 0 0 0 318300 27 0 0 25 0 1 0 4794980 102244352 24123 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 24962 24123 76 150 0 24809 0
Current children cumulated CPU time (s) 3195.09
Current children cumulated vsize (KiB) 118936

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 5528
/proc/meminfo: memFree=1232472/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=99848 CPUtime=3242.76
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 24153 0 0 0 324249 27 0 0 25 0 1 0 4794980 102244352 24123 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 24962 24123 76 150 0 24809 0
Current children cumulated CPU time (s) 3254.58
Current children cumulated vsize (KiB) 118936

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 5528
/proc/meminfo: memFree=1232408/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=99848 CPUtime=3302.25
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 24158 0 0 0 330198 27 0 0 25 0 1 0 4794980 102244352 24128 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 24962 24128 76 150 0 24809 0
Current children cumulated CPU time (s) 3314.07
Current children cumulated vsize (KiB) 118936

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 5528
/proc/meminfo: memFree=1232280/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=99848 CPUtime=3361.74
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 24162 0 0 0 336147 27 0 0 25 0 1 0 4794980 102244352 24132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 24962 24132 76 150 0 24809 0
Current children cumulated CPU time (s) 3373.56
Current children cumulated vsize (KiB) 118936

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 5528
/proc/meminfo: memFree=1232088/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=99848 CPUtime=3421.22
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 24174 0 0 0 342095 27 0 0 25 0 1 0 4794980 102244352 24144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 24962 24144 76 150 0 24809 0
Current children cumulated CPU time (s) 3433.04
Current children cumulated vsize (KiB) 118936

[startup+3522.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 5528
/proc/meminfo: memFree=1231832/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=100092 CPUtime=3480.71
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 24237 0 0 0 348044 27 0 0 25 0 1 0 4794980 102494208 24207 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 25023 24207 76 150 0 24870 0
Current children cumulated CPU time (s) 3492.53
Current children cumulated vsize (KiB) 119180

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 5528
/proc/meminfo: memFree=1231640/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=100256 CPUtime=3540.19
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 24278 0 0 0 353992 27 0 0 25 0 1 0 4794980 102662144 24248 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 25064 24248 76 150 0 24911 0
Current children cumulated CPU time (s) 3552.01
Current children cumulated vsize (KiB) 119344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3630.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 5528
/proc/meminfo: memFree=1231320/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=100580 CPUtime=3588.28
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 24342 0 0 0 358801 27 0 0 25 0 1 0 4794980 102993920 24312 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 25145 24312 76 150 0 24992 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 119668

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

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

[startup+3630.8 s]
/proc/loadavg: 2.00 2.00 1.91 3/85 5528
/proc/meminfo: memFree=1231320/2055920 swapFree=4192956/4192956
[pid=4893] ppid=4891 vsize=13732 CPUtime=11.82
/proc/4893/stat : 4893 (sugar) S 4891 4893 4856 0 -1 4194304 1309 34336 0 93 4 1 1139 38 16 0 1 0 4793744 14061568 822 996147200 4194304 4206940 548682068592 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4893/statm: 3433 822 374 3 0 533 0
[pid=4985] ppid=4893 vsize=5356 CPUtime=0
/proc/4985/stat : 4985 (sh) S 4893 4893 4856 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4794979 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4985/statm: 1339 232 193 169 0 50 0
[pid=4986] ppid=4985 vsize=100580 CPUtime=3588.28
/proc/4986/stat : 4986 (minisat) R 4985 4893 4856 0 -1 4194304 24342 0 0 0 358801 27 0 0 25 0 1 0 4794980 102993920 24312 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/4986/statm: 25145 24312 76 150 0 24992 0
Current children cumulated CPU time (s) 3600.1
Current children cumulated vsize (KiB) 119668

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4893 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=441260
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=416936
# CPU time returned by wait4() is 11.8582
# while last known CPU time is 3600.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3630.83
CPU time (s): 3600.1
CPU user time (s): 3599.44
CPU system time (s): 0.66
CPU usage (%): 99.1536
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4413
system time used= 0.416936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35987
page faults= 93
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5661
involuntary context switches= 5244

runsolver used 3.13552 second user time and 10.1225 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-23 03:38:02
IDJOB=1127876
IDBENCH=64117
IDSOLVER=368
FILE ID=node80/1127876-1216777082
PBS_JOBID= 7974243
Free space on /tmp= 66564 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-80-100-1000/normalized-cnf-2-80-800-815444_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-1127876-1216777082/watcher-1127876-1216777082 -o /tmp/evaluation-result-1127876-1216777082/solver-1127876-1216777082 -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-1127876-1216777082.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= caebe558b67ad05b55f03651351de0e0
RANDOM SEED=1420270830

node80.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.281
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.281
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:       1395376 kB
Buffers:         25812 kB
Cached:         570004 kB
SwapCached:          0 kB
Active:         144420 kB
Inactive:       464616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395376 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1340 kB
Writeback:           0 kB
Mapped:          22908 kB
Slab:            37552 kB
Committed_AS:    52348 kB
PageTables:       1384 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 node80 at 2008-07-23 04:38:35