Trace number 1110331

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)10 3600.19 3601.2

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-10_ext.xml
MD5SUM96f652eb0d51fbb18476f976791c6064
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints10
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension19
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.07	c 0	BEGIN Sat Jul 12 01:50:25 2008
0.04/0.07	c 0	PID 15549
0.04/0.07	c 0	HOST node3.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-1110331-1215820224.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110331-1215820224.xml' 'HOME/temp.csp'
0.06/0.35	c 0	1 domains, 90 variables, 0 predicates, 2 relations, 19 constraints
0.06/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	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.06/0.48	c 0	Parsing HOME/temp.csp
0.34/0.86	c 0	parsed 112 expressions
0.34/0.86	c 0	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.34/0.87	c 0	MAX CSP: 19 constraints
0.34/0.87	c 0	Converting to clausal form CSP
0.34/0.89	c 0	converted 14 (10%) expressions
0.34/0.89	c 0	converted 27 (20%) expressions
0.34/0.89	c 0	converted 41 (30%) expressions
0.34/0.89	c 0	converted 54 (40%) expressions
0.34/0.89	c 0	converted 67 (50%) expressions
0.34/0.89	c 0	converted 81 (60%) expressions
0.34/0.90	c 0	converted 94 (70%) expressions
1.51/1.65	c 1	converted 108 (80%) expressions
2.11/2.30	c 2	converted 121 (90%) expressions
2.51/2.61	c 2	converted 134 (100%) expressions
2.51/2.62	c 2	CSP : 128 integers, 0 booleans, 56 clauses, largest domain size 29
2.51/2.62	c 2	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.62	c 2	Propagation in CSP
2.51/2.63	c 2	16 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.51/2.63	c 2	CSP : 128 integers, 0 booleans, 56 clauses, largest domain size 26
2.51/2.63	c 2	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.63	c 2	Simplifing CSP by introducing new Boolean variables
2.51/2.63	c 2	CSP : 128 integers, 0 booleans, 56 clauses, largest domain size 26
2.51/2.63	c 2	Heap : 57 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.81/2.92	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.81/2.93	c 2	13 (10%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.81/2.94	c 2	26 (20%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.81/2.94	c 2	39 (30%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.81/2.94	c 2	52 (40%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
2.81/2.94	c 2	64 (50%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
2.81/2.94	c 2	77 (60%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
2.81/2.94	c 2	90 (70%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
2.81/2.94	c 2	103 (80%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
2.81/2.94	c 2	116 (90%) CSP integer variables are encoded (2189 clauses, 26394 bytes)
2.81/2.94	c 2	128 (100%) CSP integer variables are encoded (2284 clauses, 27629 bytes)
101.88/102.09	c 102	6 (10%) CSP clauses are encoded (404098 clauses, 26838451 bytes)
194.05/194.20	c 194	12 (20%) CSP clauses are encoded (791412 clauses, 52721325 bytes)
261.73/261.92	c 261	17 (30%) CSP clauses are encoded (1090007 clauses, 75435807 bytes)
288.51/288.75	c 288	23 (40%) CSP clauses are encoded (1209461 clauses, 85156312 bytes)
288.51/288.75	c 288	28 (50%) CSP clauses are encoded (1209492 clauses, 85156798 bytes)
288.51/288.75	c 288	34 (60%) CSP clauses are encoded (1209522 clauses, 85157262 bytes)
288.51/288.75	c 288	40 (70%) CSP clauses are encoded (1209614 clauses, 85158786 bytes)
288.51/288.75	c 288	45 (80%) CSP clauses are encoded (1209647 clauses, 85159302 bytes)
288.51/288.76	c 288	51 (90%) CSP clauses are encoded (1209805 clauses, 85161774 bytes)
288.51/288.76	c 288	56 (100%) CSP clauses are encoded (1210135 clauses, 85167354 bytes)
288.51/288.76	c 288	56 CSP clauses encoded
288.51/288.76	c 288	Writing map file : HOME/temp.map
288.51/288.76	c 288	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
288.51/288.76	c 288	SAT : 2412 SAT variables, 1210135 SAT clauses, 85167354 bytes
288.51/288.76	c 288	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
288.51/288.79	c 288	OBJECTIVE minimize _COST
288.51/288.79	c 288	SOLVING HOME/temp.cnf
288.51/288.79	c 288	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
288.51/288.79	c 288	This is MiniSat 2.0 beta incremental
288.51/288.79	c 288	WARNING: for repeatability, setting FPU to use double precision
288.51/288.79	c 288	============================[ Problem Statistics ]=============================
288.51/288.79	c 288	|                                                                             |
288.51/288.79	c 288	|  Number of variables:  2412                                                 |
288.51/288.79	c 288	|  Number of clauses:    1210135                                              |
290.31/290.57	c 290	|  Parsing time:         1.62         s                                       |
290.41/290.67	c 290	OK
290.41/290.67	c 290	OBJECTIVE BOUND: 0 <= _COST <= 
290.41/290.67	c 290	SEARCHING: _COST <= 10
290.41/290.67	c 290	============================[ Search Statistics ]==============================
290.41/290.67	c 290	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
290.41/290.67	c 290	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
290.41/290.67	c 290	===============================================================================
290.41/290.67	c 290	|         0 |    2412  1210135 16558058 |   403378        0    nan |  0.000 % |
290.51/290.71	c 290	|       100 |    2412  1210135 16558058 |   443716      100      6 |  0.001 % |
290.51/290.78	c 290	|       250 |    2412  1210135 16558058 |   488087      250      7 |  0.001 % |
290.61/290.88	c 290	|       475 |    2412  1210135 16558058 |   536896      475      7 |  0.001 % |
290.81/291.04	c 291	|       813 |    2412  1210135 16558058 |   590586      813      8 |  0.001 % |
291.02/291.23	c 291	|      1319 |    2412  1210135 16558058 |   649644     1319      8 |  0.001 % |
291.52/291.75	c 291	|      2078 |    2412  1210135 16558058 |   714609     2078      9 |  0.001 % |
291.92/292.12	c 292	|      3218 |    2412  1210135 16558058 |   786070     3218      9 |  0.001 % |
292.32/292.57	c 292	|      4927 |    2412  1210135 16558058 |   864677     4927      9 |  0.001 % |
293.71/293.98	c 294	|      7490 |    2412  1210135 16558058 |   951145     7490     10 |  0.001 % |
294.71/294.94	c 294	|     11335 |    2412  1210135 16558058 |  1046259    11335     10 |  0.001 % |
296.91/297.13	c 297	|     17101 |    2412  1210135 16558058 |  1150885    17101     10 |  0.001 % |
299.11/299.30	c 299	|     25750 |    2412  1210135 16558058 |  1265974    25750     11 |  0.001 % |
306.51/306.77	c 306	|     38724 |    2412  1210135 16558058 |  1392571    38724     12 |  0.001 % |
313.51/313.70	c 313	|     58187 |    2412  1210135 16558058 |  1531828    58187     12 |  0.001 % |
324.71/324.92	c 324	|     87380 |    2412  1210135 16558058 |  1685011    87380     12 |  0.001 % |
355.70/355.92	c 355	===============================================================================
355.70/355.92	c 355	restarts              : 16
355.70/355.92	c 355	conflicts             : 125518        (1876 /sec)
355.70/355.92	c 355	decisions             : 174264        (1.40 % random) (2605 /sec)
355.70/355.92	c 355	propagations          : 2932996        (43838 /sec)
355.70/355.92	c 355	conflict literals     : 1690939        (20.82 % deleted)
355.70/355.92	c 355	Memory used           : 129.40 MB
355.70/355.92	c 355	CPU time              : 66.9048 s
355.70/355.92	c 355	
355.70/355.92	c 355	SATISFIABLE
355.70/355.92	c 355	OK
355.70/355.92	c 355	FOUND: _COST <= 10
355.70/355.92	s SATISFIABLE
355.70/355.92	c 355	DECODING HOME/temp.out WITH HOME/temp.map
355.70/355.92	c 355	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
355.72/356.03	c 356	Decoding HOME/temp.out
355.72/356.08	c 356	OBJECTIVE _COST 10
355.72/356.08	o 10
355.72/356.08	v 21 20 18 25 25 18 25 25 8 3 8 13 19 4 17 19 22 8 13 4 17 22 0 25 25 24 25 25 3 18 19 8 19 25 25 11 25 25 14 8 20 13 8 14 13 8 25 8 13 6 0 3 14 25 25 18 25 25 4 13 11 4 13 6 19 7 22 8 18 4 11 17 4 25 25 11 25 25 8 17 24 18 17 25 25 24 25 25 0 18
355.72/356.08	c 356	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
355.72/356.14	c 356	OK
355.72/356.14	c 356	OBJECTIVE BOUND: 0 <= _COST <= 10
355.72/356.14	c 356	SEARCHING: _COST <= 5
355.72/356.14	c 356	============================[ Search Statistics ]==============================
355.72/356.14	c 356	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
355.72/356.14	c 356	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
355.72/356.14	c 356	===============================================================================
355.72/356.14	c 356	|    125518 |    2412  1210135 16558058 |   403378   125518     13 |  0.001 % |
356.04/356.32	c 356	|    125618 |    2412  1210135 16558058 |   443716   125618     13 |  1.866 % |
356.14/356.46	c 356	|    125768 |    2412  1210135 16558058 |   488087   125768     13 |  1.866 % |
356.43/356.78	c 356	|    125994 |    2412  1210135 16558058 |   536896   125994     13 |  1.866 % |
357.03/357.31	c 357	|    126332 |    2412  1210135 16558058 |   590586   126332     13 |  1.866 % |
357.63/357.93	c 357	|    126838 |    2412  1210135 16558058 |   649644   126838     13 |  1.866 % |
358.43/358.72	c 358	|    127597 |    2412  1210135 16558058 |   714609   127597     13 |  1.866 % |
359.63/359.93	c 359	|    128738 |    2412  1210135 16558058 |   786070   128738     13 |  1.866 % |
360.33/360.62	c 360	|    130449 |    2412  1210135 16558058 |   864677   130449     13 |  1.866 % |
364.33/364.62	c 364	|    133012 |    2412  1210135 16558058 |   951145   133012     13 |  1.866 % |
369.63/369.94	c 369	|    136857 |    2412  1210135 16558058 |  1046259   136857     14 |  1.866 % |
376.03/376.37	c 376	|    142623 |    2412  1210135 16558058 |  1150885   142623     14 |  1.866 % |
381.73/382.07	c 382	|    151272 |    2412  1210135 16558058 |  1265974   151272     14 |  1.866 % |
405.62/405.99	c 406	|    164246 |    2412  1210135 16558058 |  1392571   164246     14 |  1.866 % |
433.31/433.64	c 433	|    183707 |    2412  1210135 16558058 |  1531828   183707     14 |  1.866 % |
491.50/491.81	c 491	|    212900 |    2412  1210135 16558058 |  1685011   212900     17 |  1.866 % |
574.48/574.89	c 574	|    256689 |    2412  1210135 16558058 |  1853512   256689     18 |  1.866 % |
667.84/668.27	c 668	|    322375 |    2412  1210135 16558058 |  2038863   322375     19 |  1.866 % |
970.67/971.11	c 971	|    420903 |    2412  1210135 16558058 |  2242750   420903     20 |  1.866 % |
1088.55/1089.06	c 1089	|    568694 |    2367  1209867 16557380 |  2467025   568694     19 |  1.866 % |
2061.72/2062.43	c 2062	|    790377 |    2367  1209867 16557380 |  2713727   790377     24 |  1.866 % |
3170.75/3171.71	c 3171	|   1122903 |    2367  1209867 16557380 |  2985100  1122903     24 |  1.866 % |
3600.06/3601.11	c ERROR INTERRUPTED
3600.06/3601.19	c 3601	CPU 3598.43 (0.06 0.01 3598.37 1.67)
3600.06/3601.19	c 3601	END Sat Jul 12 02:50:26 2008

Verifier Data (download as text)

OK	10	9
10 unsatisfied constraints, 9 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-1110331-1215820224/watcher-1110331-1215820224 -o /tmp/evaluation-result-1110331-1215820224/solver-1110331-1215820224 -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-1110331-1215820224.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 4/72 15549
/proc/meminfo: memFree=1929440/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=12272 CPUtime=0
/proc/15549/stat : 15549 (sugar++) R 15546 15549 15473 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 38725835 12566528 320 996147200 4194304 4206940 548682068528 18446744073709551615 233632598882 0 0 4224 0 0 0 0 17 1 0 0
/proc/15549/statm: 3068 323 243 3 0 168 0

[startup+0.0468491 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 15549
/proc/meminfo: memFree=1929440/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=14644 CPUtime=0.04
/proc/15549/stat : 15549 (sugar++) R 15546 15549 15473 0 -1 4194304 793 0 0 0 3 1 0 0 18 0 1 0 38725835 14995456 762 996147200 4194304 4206940 548682068528 18446744073709551615 233630103269 0 0 4224 0 0 0 0 17 1 0 0
/proc/15549/statm: 3661 781 366 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14644

[startup+0.101853 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 15549
/proc/meminfo: memFree=1929440/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=0.06
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38725835 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301872 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 15549
/proc/meminfo: memFree=1929440/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=0.06
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 38725835 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701899 s]
/proc/loadavg: 1.00 1.00 1.00 4/72 15549
/proc/meminfo: memFree=1929440/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=0.34
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1296 6528 0 1 5 1 24 4 16 0 1 0 38725835 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 16740

[startup+1.50196 s]
/proc/loadavg: 1.00 1.00 1.00 4/91 15579
/proc/meminfo: memFree=1888072/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=0.34
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1296 6528 0 1 5 1 24 4 15 0 1 0 38725835 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1104 409 3 0 764 0
[pid=15570] ppid=15549 vsize=5356 CPUtime=0
/proc/15570/stat : 15570 (sh) S 15549 15549 15473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38725875 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15570/statm: 1339 233 193 169 0 50 0
[pid=15571] ppid=15570 vsize=864384 CPUtime=1.07
/proc/15571/stat : 15571 (java) S 15570 15549 15473 0 -1 0 10642 0 1 0 101 6 0 0 18 0 9 0 38725876 885129216 9837 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15571/statm: 216096 9837 2540 9 0 210671 0
[pid=15571/tid=15572] ppid=15570 vsize=864384 CPUtime=0.6
/proc/15571/task/15572/stat : 15572 (java) R 15570 15549 15473 0 -1 64 2772 0 1 0 58 2 0 0 22 0 9 0 38725877 885129216 9837 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15573] ppid=15570 vsize=864384 CPUtime=0.4
/proc/15571/task/15573/stat : 15573 (java) R 15570 15549 15473 0 -1 64 6855 0 0 0 37 3 0 0 16 0 9 0 38725878 885129216 9837 996147200 134512640 134550740 4294955920 18446744073709551615 102721931 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15574] ppid=15570 vsize=864384 CPUtime=0
/proc/15571/task/15574/stat : 15574 (java) S 15570 15549 15473 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38725878 885129216 9837 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15575] ppid=15570 vsize=864384 CPUtime=0
/proc/15571/task/15575/stat : 15575 (java) S 15570 15549 15473 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38725878 885129216 9837 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15576] ppid=15570 vsize=864384 CPUtime=0
/proc/15571/task/15576/stat : 15576 (java) S 15570 15549 15473 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38725880 885129216 9837 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15577] ppid=15570 vsize=864384 CPUtime=0.05
/proc/15571/task/15577/stat : 15577 (java) S 15570 15549 15473 0 -1 64 322 0 0 0 5 0 0 0 16 0 9 0 38725880 885129216 9837 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15578] ppid=15570 vsize=864384 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15570 15549 15473 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38725880 885129216 9837 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15579] ppid=15570 vsize=864384 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15570 15549 15473 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38725880 885129216 9837 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886480

[startup+3.10109 s]
/proc/loadavg: 1.00 1.00 1.00 4/91 15579
/proc/meminfo: memFree=1854088/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=0.34
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1297 6528 0 1 5 1 24 4 15 0 1 0 38725835 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1104 409 3 0 764 0
[pid=15570] ppid=15549 vsize=5356 CPUtime=0
/proc/15570/stat : 15570 (sh) S 15549 15549 15473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38725875 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15570/statm: 1339 233 193 169 0 50 0
[pid=15571] ppid=15570 vsize=864264 CPUtime=2.67
/proc/15571/stat : 15571 (java) S 15570 15549 15473 0 -1 0 20522 0 1 0 256 11 0 0 18 0 9 0 38725876 885006336 19597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15571/statm: 216066 19597 2564 9 0 210613 0
[pid=15571/tid=15572] ppid=15570 vsize=864264 CPUtime=1.12
/proc/15571/task/15572/stat : 15572 (java) R 15570 15549 15473 0 -1 64 3614 0 1 0 110 2 0 0 25 0 9 0 38725877 885006336 19597 996147200 134512640 134550740 4294955920 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15573] ppid=15570 vsize=864264 CPUtime=1.42
/proc/15571/task/15573/stat : 15573 (java) S 15570 15549 15473 0 -1 64 15870 0 0 0 135 7 0 0 16 0 9 0 38725878 885006336 19597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15574] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15574/stat : 15574 (java) S 15570 15549 15473 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38725878 885006336 19597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15575] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15575/stat : 15575 (java) S 15570 15549 15473 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38725878 885006336 19597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15576] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15576/stat : 15576 (java) S 15570 15549 15473 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38725880 885006336 19597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15577] ppid=15570 vsize=864264 CPUtime=0.09
/proc/15571/task/15577/stat : 15577 (java) S 15570 15549 15473 0 -1 64 345 0 0 0 9 0 0 0 16 0 9 0 38725880 885006336 19597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15578] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15570 15549 15473 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38725880 885006336 19597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15579] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15570 15549 15473 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38725880 885006336 19597 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886360

[startup+6.30235 s]
/proc/loadavg: 1.08 1.02 1.01 3/91 15579
/proc/meminfo: memFree=1828168/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=0.34
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1297 6528 0 1 5 1 24 4 15 0 1 0 38725835 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1104 409 3 0 764 0
[pid=15570] ppid=15549 vsize=5356 CPUtime=0
/proc/15570/stat : 15570 (sh) S 15549 15549 15473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38725875 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15570/statm: 1339 233 193 169 0 50 0
[pid=15571] ppid=15570 vsize=864264 CPUtime=5.87
/proc/15571/stat : 15571 (java) S 15570 15549 15473 0 -1 0 21038 0 1 0 575 12 0 0 18 0 9 0 38725876 885006336 20104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15571/statm: 216066 20104 2564 9 0 210613 0
[pid=15571/tid=15572] ppid=15570 vsize=864264 CPUtime=4.3
/proc/15571/task/15572/stat : 15572 (java) R 15570 15549 15473 0 -1 64 3623 0 1 0 427 3 0 0 25 0 9 0 38725877 885006336 20104 996147200 134512640 134550740 4294955920 18446744073709551615 4126609502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15573] ppid=15570 vsize=864264 CPUtime=1.45
/proc/15571/task/15573/stat : 15573 (java) S 15570 15549 15473 0 -1 64 16376 0 0 0 138 7 0 0 16 0 9 0 38725878 885006336 20104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15574] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15574/stat : 15574 (java) S 15570 15549 15473 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38725878 885006336 20104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15575] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15575/stat : 15575 (java) S 15570 15549 15473 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38725878 885006336 20104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15576] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15576/stat : 15576 (java) S 15570 15549 15473 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38725880 885006336 20104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15577] ppid=15570 vsize=864264 CPUtime=0.1
/proc/15571/task/15577/stat : 15577 (java) S 15570 15549 15473 0 -1 64 346 0 0 0 10 0 0 0 16 0 9 0 38725880 885006336 20104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15578] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15570 15549 15473 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38725880 885006336 20104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15579] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15570 15549 15473 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38725880 885006336 20104 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 886360

[startup+12.7029 s]
/proc/loadavg: 1.15 1.03 1.01 3/91 15579
/proc/meminfo: memFree=1824456/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=0.34
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1297 6528 0 1 5 1 24 4 15 0 1 0 38725835 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1104 409 3 0 764 0
[pid=15570] ppid=15549 vsize=5356 CPUtime=0
/proc/15570/stat : 15570 (sh) S 15549 15549 15473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38725875 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15570/statm: 1339 233 193 169 0 50 0
[pid=15571] ppid=15570 vsize=864264 CPUtime=12.27
/proc/15571/stat : 15571 (java) S 15570 15549 15473 0 -1 0 22194 0 1 0 1215 12 0 0 18 0 9 0 38725876 885006336 21242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15571/statm: 216066 21242 2564 9 0 210613 0
[pid=15571/tid=15572] ppid=15570 vsize=864264 CPUtime=10.63
/proc/15571/task/15572/stat : 15572 (java) R 15570 15549 15473 0 -1 64 3641 0 1 0 1060 3 0 0 25 0 9 0 38725877 885006336 21242 996147200 134512640 134550740 4294955920 18446744073709551615 4126607418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15573] ppid=15570 vsize=864264 CPUtime=1.52
/proc/15571/task/15573/stat : 15573 (java) S 15570 15549 15473 0 -1 64 17514 0 0 0 144 8 0 0 16 0 9 0 38725878 885006336 21242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15574] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15574/stat : 15574 (java) S 15570 15549 15473 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38725878 885006336 21242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15575] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15575/stat : 15575 (java) S 15570 15549 15473 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38725878 885006336 21242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15576] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15576/stat : 15576 (java) S 15570 15549 15473 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 38725880 885006336 21242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15577] ppid=15570 vsize=864264 CPUtime=0.1
/proc/15571/task/15577/stat : 15577 (java) S 15570 15549 15473 0 -1 64 346 0 0 0 10 0 0 0 16 0 9 0 38725880 885006336 21242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15578] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15570 15549 15473 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38725880 885006336 21242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15579] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15570 15549 15473 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38725880 885006336 21242 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 886360

[startup+25.5019 s]
/proc/loadavg: 1.34 1.08 1.02 3/91 15579
/proc/meminfo: memFree=1812680/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=0.34
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1297 6528 0 1 5 1 24 4 15 0 1 0 38725835 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1104 409 3 0 764 0
[pid=15570] ppid=15549 vsize=5356 CPUtime=0
/proc/15570/stat : 15570 (sh) S 15549 15549 15473 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38725875 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15570/statm: 1339 233 193 169 0 50 0
[pid=15571] ppid=15570 vsize=864264 CPUtime=25.07
/proc/15571/stat : 15571 (java) S 15570 15549 15473 0 -1 0 23820 0 1 0 2491 16 0 0 18 0 9 0 38725876 885006336 22817 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15571/statm: 216066 22817 2564 9 0 210613 0
[pid=15571/tid=15572] ppid=15570 vsize=864264 CPUtime=23.3
/proc/15571/task/15572/stat : 15572 (java) R 15570 15549 15473 0 -1 64 3692 0 1 0 2325 5 0 0 25 0 9 0 38725877 885006336 22817 996147200 134512640 134550740 4294955920 18446744073709551615 4126589823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15573] ppid=15570 vsize=864264 CPUtime=1.63
/proc/15571/task/15573/stat : 15573 (java) S 15570 15549 15473 0 -1 64 19085 0 0 0 154 9 0 0 16 0 9 0 38725878 885006336 22817 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15574] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15574/stat : 15574 (java) S 15570 15549 15473 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38725878 885006336 22817 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15571/tid=15575] ppid=15570 vsize=864264 CPUtime=0
/proc/15571/task/15575/stat : 15575 (java) S 15570 15549 15473 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 38725878 885006336 22817 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=15580] ppid=15549 vsize=265512 CPUtime=2632.64
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 64725 0 0 0 263208 56 0 0 25 0 1 0 38754714 271884288 64671 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 66378 64671 80 151 0 66224 0
Current children cumulated CPU time (s) 2921.41
Current children cumulated vsize (KiB) 282252

[startup+2982.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1548944/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=267336 CPUtime=2692.62
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 65153 0 0 0 269206 56 0 0 25 0 1 0 38754714 273752064 65099 996147200 134512640 135134323 4294956192 18446744073709551615 134531961 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 66834 65099 80 151 0 66680 0
Current children cumulated CPU time (s) 2981.39
Current children cumulated vsize (KiB) 284076

[startup+3042.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1547152/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=268948 CPUtime=2752.61
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 65583 0 0 0 275205 56 0 0 25 0 1 0 38754714 275402752 65529 996147200 134512640 135134323 4294956192 18446744073709551615 134532114 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 67237 65529 80 151 0 67083 0
Current children cumulated CPU time (s) 3041.38
Current children cumulated vsize (KiB) 285688

[startup+3102.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1545552/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=270492 CPUtime=2812.6
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 65979 0 0 0 281203 57 0 0 25 0 1 0 38754714 276983808 65925 996147200 134512640 135134323 4294956192 18446744073709551615 134531932 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 67623 65925 80 151 0 67469 0
Current children cumulated CPU time (s) 3101.37
Current children cumulated vsize (KiB) 287232

[startup+3162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1543568/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=272344 CPUtime=2872.59
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 66458 0 0 0 287201 58 0 0 25 0 1 0 38754714 278880256 66404 996147200 134512640 135134323 4294956192 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 68086 66404 80 151 0 67932 0
Current children cumulated CPU time (s) 3161.36
Current children cumulated vsize (KiB) 289084

[startup+3222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1540176/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=275712 CPUtime=2932.57
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 67289 0 0 0 293199 58 0 0 25 0 1 0 38754714 282329088 67235 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 68928 67235 80 151 0 68774 0
Current children cumulated CPU time (s) 3221.34
Current children cumulated vsize (KiB) 292452

[startup+3282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1538384/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=277552 CPUtime=2992.56
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 67740 0 0 0 299197 59 0 0 25 0 1 0 38754714 284213248 67686 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 69388 67686 80 151 0 69234 0
Current children cumulated CPU time (s) 3281.33
Current children cumulated vsize (KiB) 294292

[startup+3342.3 s]
/proc/loadavg: 2.07 2.02 1.91 3/82 15598
/proc/meminfo: memFree=1537168/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=278612 CPUtime=3052.54
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 68026 0 0 0 305195 59 0 0 25 0 1 0 38754714 285298688 67972 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 69653 67972 80 151 0 69499 0
Current children cumulated CPU time (s) 3341.31
Current children cumulated vsize (KiB) 295352

[startup+3402.31 s]
/proc/loadavg: 2.02 2.01 1.91 3/82 15598
/proc/meminfo: memFree=1535760/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=279936 CPUtime=3112.54
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 68377 0 0 0 311194 60 0 0 25 0 1 0 38754714 286654464 68323 996147200 134512640 135134323 4294956192 18446744073709551615 134531908 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 69984 68323 80 151 0 69830 0
Current children cumulated CPU time (s) 3401.31
Current children cumulated vsize (KiB) 296676

[startup+3462.3 s]
/proc/loadavg: 2.01 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1534544/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=281060 CPUtime=3172.51
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 68678 0 0 0 317191 60 0 0 25 0 1 0 38754714 287805440 68624 996147200 134512640 135134323 4294956192 18446744073709551615 134531888 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 70265 68624 80 151 0 70111 0
Current children cumulated CPU time (s) 3461.28
Current children cumulated vsize (KiB) 297800

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1533008/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=282600 CPUtime=3232.5
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 69050 0 0 0 323190 60 0 0 25 0 1 0 38754714 289382400 68996 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 70650 68996 80 151 0 70496 0
Current children cumulated CPU time (s) 3521.27
Current children cumulated vsize (KiB) 299340

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1531600/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=283932 CPUtime=3292.49
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 69378 0 0 0 329188 61 0 0 25 0 1 0 38754714 290746368 69324 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 70983 69324 80 151 0 70829 0
Current children cumulated CPU time (s) 3581.26
Current children cumulated vsize (KiB) 300672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1531024/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=284492 CPUtime=3311.29
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 69512 0 0 0 331068 61 0 0 25 0 1 0 38754714 291319808 69458 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 71123 69458 80 151 0 70969 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 301232

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

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

[startup+3601.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/82 15598
/proc/meminfo: memFree=1531024/2055920 swapFree=4192812/4192956
[pid=15549] ppid=15546 vsize=16740 CPUtime=288.77
/proc/15549/stat : 15549 (sugar++) S 15546 15549 15473 0 -1 4194304 1543 64090 0 3 6 1 28769 101 16 0 1 0 38725835 17141760 1114 996147200 4194304 4206940 548682068528 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15549/statm: 4185 1114 414 3 0 764 0
[pid=15580] ppid=15549 vsize=284492 CPUtime=3311.29
/proc/15580/stat : 15580 (minisat-inc) R 15549 15549 15473 0 -1 4194304 69512 0 0 0 331068 61 0 0 25 0 1 0 38754714 291319808 69458 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/15580/statm: 71123 69458 80 151 0 70969 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 301232

Child status: 0
Real time (s): 3601.2
CPU time (s): 3600.19
CPU user time (s): 3598.45
CPU system time (s): 1.74173
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 897220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.44
system time used= 1.74173
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135225
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15228
involuntary context switches= 19799

runsolver used 3.64145 second user time and 9.47156 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-12 01:50:25
IDJOB=1110331
IDBENCH=61092
IDSOLVER=367
FILE ID=node3/1110331-1215820224
PBS_JOBID= 7903333
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-10_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-1110331-1215820224/watcher-1110331-1215820224 -o /tmp/evaluation-result-1110331-1215820224/solver-1110331-1215820224 -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-1110331-1215820224.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 96f652eb0d51fbb18476f976791c6064
RANDOM SEED=365801631

node3.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.238
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.238
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:       1930328 kB
Buffers:         15704 kB
Cached:          45972 kB
SwapCached:          0 kB
Active:          54884 kB
Inactive:        21768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1930328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3372 kB
Writeback:           0 kB
Mapped:          24848 kB
Slab:            34588 kB
Committed_AS:    84744 kB
PageTables:       1652 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= 66536 MiB
End job on node3 at 2008-07-12 02:50:28