Trace number 2061941

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.14.6+minisat? (TO) 1800.07 1808.36

General information on the benchmark

Namecsp/cjss/
normalized-ft10x3-838.xml
MD5SUM0a059d0b95beb10c2779427519320287
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints310
Maximum constraint arity30
Maximum domain size839
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
Global constraints used (with number of constraints)cumulative(10)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sat Jul 11 17:58:09 2009
0.01/0.07	c 0	PID 14049
0.01/0.07	c 0	HOST node85.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2061941-1247327888.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061941-1247327888.xml' 'HOME/temp.csp'
0.06/0.55	c 0	2 domains, 301 variables, 1 predicates, 0 relations, 310 constraints
0.06/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.66	c 0	Parsing HOME/temp.csp
0.54/0.72	c 0	parsed 614 expressions
0.54/0.74	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.74	c 0	Converting to clausal form CSP
0.54/0.77	c 0	converted 62 (10%) expressions
0.54/0.77	c 0	converted 123 (20%) expressions
0.54/0.77	c 0	converted 185 (30%) expressions
0.54/0.77	c 0	converted 246 (40%) expressions
0.54/0.78	c 0	converted 307 (50%) expressions
0.54/0.79	c 0	converted 369 (60%) expressions
0.54/0.81	c 0	converted 430 (70%) expressions
0.54/0.82	c 0	converted 492 (80%) expressions
0.54/0.82	c 0	converted 553 (90%) expressions
34.89/35.19	c 35	converted 614 (100%) expressions
34.98/35.23	c 35	CSP : 241354 integers, 148188 booleans, 743561 clauses, largest domain size 825
34.98/35.23	c 35	Heap : 495 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.98/35.23	c 35	Propagation in CSP
41.15/41.47	c 41	65385 values, 0 unsatisfiable literals, and 0 valid clauses are removed
41.25/41.50	c 41	CSP : 241354 integers, 148188 booleans, 743561 clauses, largest domain size 446
41.25/41.50	c 41	Heap : 519 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
41.35/41.70	c 41	Simplifing CSP by introducing new Boolean variables
41.75/42.01	c 42	CSP : 241354 integers, 148188 booleans, 743561 clauses, largest domain size 446
41.75/42.01	c 42	Heap : 521 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
44.03/44.35	c 44	Encoding CSP to SAT : HOME/temp.cnf
44.23/44.57	c 44	24136 (10%) CSP integer variables are encoded (102084 clauses, 1516844 bytes)
44.33/44.61	c 44	48271 (20%) CSP integer variables are encoded (106470 clauses, 1591406 bytes)
44.33/44.65	c 44	72407 (30%) CSP integer variables are encoded (110628 clauses, 1662092 bytes)
44.33/44.68	c 44	96542 (40%) CSP integer variables are encoded (114714 clauses, 1731554 bytes)
44.44/44.72	c 44	120677 (50%) CSP integer variables are encoded (118512 clauses, 1796120 bytes)
44.44/44.75	c 44	144813 (60%) CSP integer variables are encoded (122100 clauses, 1857116 bytes)
44.44/44.79	c 44	168948 (70%) CSP integer variables are encoded (125880 clauses, 1921376 bytes)
44.54/44.82	c 44	193084 (80%) CSP integer variables are encoded (129336 clauses, 1980128 bytes)
44.54/44.85	c 44	217219 (90%) CSP integer variables are encoded (133314 clauses, 2047754 bytes)
44.54/44.89	c 44	241354 (100%) CSP integer variables are encoded (137376 clauses, 2116808 bytes)
88.84/89.37	c 89	74357 (10%) CSP clauses are encoded (921021 clauses, 26620194 bytes)
142.28/143.02	c 143	148713 (20%) CSP clauses are encoded (1691154 clauses, 52319444 bytes)
191.54/192.57	c 192	223069 (30%) CSP clauses are encoded (2440547 clauses, 77364693 bytes)
249.66/250.99	c 251	297425 (40%) CSP clauses are encoded (3171227 clauses, 101758589 bytes)
303.01/304.53	c 304	371781 (50%) CSP clauses are encoded (3819762 clauses, 123189246 bytes)
370.35/372.90	c 372	446137 (60%) CSP clauses are encoded (4415053 clauses, 142663925 bytes)
442.92/445.72	c 445	520493 (70%) CSP clauses are encoded (5103447 clauses, 165543682 bytes)
528.26/531.56	c 531	594849 (80%) CSP clauses are encoded (5867403 clauses, 191098770 bytes)
607.79/611.42	c 611	669205 (90%) CSP clauses are encoded (6539778 clauses, 213330369 bytes)
681.66/685.63	c 685	743561 (100%) CSP clauses are encoded (7226892 clauses, 235967263 bytes)
681.66/685.63	c 685	743561 CSP clauses encoded
681.66/685.63	c 685	Writing map file : HOME/temp.map
681.66/685.67	c 685	Heap : 488 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
681.66/685.67	c 685	SAT : 484479 SAT variables, 7226892 SAT clauses, 235967263 bytes
681.66/685.67	c 685	Heap : 488 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
681.82/685.80	c 685	SOLVING HOME/temp.cnf
681.82/685.81	c 685	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
681.82/685.81	c 685	This is MiniSat 2.0 beta
681.82/685.81	c 685	WARNING: for repeatability, setting FPU to use double precision
681.82/685.81	c 685	============================[ Problem Statistics ]=============================
681.82/685.81	c 685	|                                                                             |
681.82/685.81	c 685	|  Number of variables:  484479                                               |
681.82/685.81	c 685	|  Number of clauses:    7226892                                              |
685.39/689.46	c 689	|  Parsing time:         3.27         s                                       |
685.60/689.60	c 689	============================[ Search Statistics ]==============================
685.60/689.60	c 689	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
685.60/689.60	c 689	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
685.60/689.60	c 689	===============================================================================
685.60/689.60	c 689	|         0 |  356526  3417660 13543407 |  1139220        0    nan |  0.000 % |
686.98/691.01	c 691	|       100 |  356526  3417660 13543407 |  1253142      100     38 | 26.410 % |
688.68/692.70	c 692	|       250 |  356526  3417660 13543407 |  1378456      250     30 | 26.410 % |
691.17/695.22	c 695	|       475 |  356526  3417660 13543407 |  1516301      475     30 | 26.410 % |
695.45/699.55	c 699	|       812 |  356526  3417660 13543407 |  1667932      812     42 | 26.410 % |
700.72/704.80	c 704	|      1318 |  356526  3417660 13543407 |  1834725     1318     35 | 26.410 % |
712.37/716.52	c 716	|      2077 |  356526  3417660 13543407 |  2018197     2077     59 | 26.410 % |
725.51/729.73	c 729	|      3216 |  356526  3417660 13543407 |  2220017     3216     61 | 26.410 % |
739.95/744.29	c 744	|      4925 |  356526  3417660 13543407 |  2442019     4925     58 | 26.410 % |
773.59/778.00	c 778	|      7487 |  356526  3417660 13543407 |  2686221     7487     54 | 26.410 % |
830.85/835.57	c 835	|     11331 |  356526  3417660 13543407 |  2954843    11331     55 | 26.410 % |
911.39/916.48	c 916	|     17098 |  356526  3417660 13543407 |  3250327    17098     59 | 26.410 % |
1044.30/1049.98	c 1050	|     25748 |  356526  3417660 13543407 |  3575360    25748     61 | 26.410 % |
1165.07/1171.22	c 1171	|     38723 |  356526  3417660 13543407 |  3932896    38723     58 | 26.410 % |
1435.12/1441.78	c 1441	|     58185 |  356526  3417660 13543407 |  4326186    58185     75 | 26.410 % |
1751.63/1759.69	c 1759	|     87377 |  356526  3417660 13543407 |  4758804    87377     65 | 26.410 % |
1800.01/1808.21	c ERROR INTERRUPTED
1800.01/1808.24	s UNKNOWN
1800.01/1808.24	c 1808	CPU 681.83 (0.06 0.01 679.42 2.34)
1800.01/1808.24	c 1808	END Sat Jul 11 18:28:17 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2061941-1247327888/watcher-2061941-1247327888 -o /tmp/evaluation-result-2061941-1247327888/solver-2061941-1247327888 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2061941-1247327888.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1128392/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=12272 CPUtime=0
/proc/14049/stat : 14049 (sugar) R 14047 14049 13006 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19854174 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 214945200741 0 0 4224 0 0 0 0 17 0 0 0
/proc/14049/statm: 3068 327 246 3 0 168 0

[startup+0.026292 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1128392/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=13072 CPUtime=0.01
/proc/14049/stat : 14049 (sugar) R 14047 14049 13006 0 -1 4194304 621 0 0 0 1 0 0 0 18 0 1 0 19854174 13385728 589 996147200 4194304 4206940 548682068608 18446744073709551615 214944879329 0 0 4224 0 0 0 0 17 0 0 0
/proc/14049/statm: 3268 590 316 3 0 368 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13072

[startup+0.103305 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1128392/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.06
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19854174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301321 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1128392/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.06
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 19854174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701367 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 14049
/proc/meminfo: memFree=1128392/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.54
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1309 4681 0 1 5 1 45 3 15 0 1 0 19854174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 14071
/proc/meminfo: memFree=1111016/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.54
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1309 4681 0 1 5 1 45 3 15 0 1 0 19854174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
[pid=14062] ppid=14049 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14049 14049 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19854233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868512 CPUtime=0.89
/proc/14063/stat : 14063 (java) S 14062 14049 13006 0 -1 0 9122 0 1 0 85 4 0 0 20 0 9 0 19854234 889356288 8346 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217128 8346 2567 9 0 211633 0
[pid=14063/tid=14064] ppid=14062 vsize=868512 CPUtime=0.49
/proc/14063/task/14064/stat : 14064 (java) R 14062 14049 13006 0 -1 64 2703 0 1 0 48 1 0 0 25 0 9 0 19854234 889356288 8346 996147200 134512640 134550932 4294955936 18446744073709551615 4125952316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868512 CPUtime=0.2
/proc/14063/task/14065/stat : 14065 (java) S 14062 14049 13006 0 -1 64 4223 0 0 0 19 1 0 0 16 0 9 0 19854235 889356288 8346 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868512 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14049 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19854236 889356288 8346 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868512 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14049 13006 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19854236 889356288 8346 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868512 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14049 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19854238 889356288 8346 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868512 CPUtime=0.17
/proc/14063/task/14069/stat : 14069 (java) S 14062 14049 13006 0 -1 64 1498 0 0 0 17 0 0 0 16 0 9 0 19854238 889356288 8346 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868512 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14049 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19854238 889356288 8346 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868512 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14049 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19854238 889356288 8346 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890736

[startup+3.10264 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 14071
/proc/meminfo: memFree=1091880/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.54
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1309 4681 0 1 5 1 45 3 15 0 1 0 19854174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
[pid=14062] ppid=14049 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14049 14049 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19854233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868596 CPUtime=2.49
/proc/14063/stat : 14063 (java) S 14062 14049 13006 0 -1 0 15950 0 1 0 241 8 0 0 20 0 9 0 19854234 889442304 14981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217149 14981 2567 9 0 211654 0
[pid=14063/tid=14064] ppid=14062 vsize=868596 CPUtime=1.54
/proc/14063/task/14064/stat : 14064 (java) R 14062 14049 13006 0 -1 64 3059 0 1 0 152 2 0 0 25 0 9 0 19854234 889442304 14981 996147200 134512640 134550932 4294955936 18446744073709551615 4126838264 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868596 CPUtime=0.73
/proc/14063/task/14065/stat : 14065 (java) S 14062 14049 13006 0 -1 64 10690 0 0 0 69 4 0 0 16 0 9 0 19854235 889442304 14981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14049 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19854236 889442304 14981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14049 13006 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19854236 889442304 14981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14049 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19854238 889442304 14981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868596 CPUtime=0.18
/proc/14063/task/14069/stat : 14069 (java) S 14062 14049 13006 0 -1 64 1503 0 0 0 18 0 0 0 16 0 9 0 19854238 889442304 14981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14049 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19854238 889442304 14981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14049 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19854238 889442304 14981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890820

[startup+6.303 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 14071
/proc/meminfo: memFree=1031976/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.54
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1309 4681 0 1 5 1 45 3 15 0 1 0 19854174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
[pid=14062] ppid=14049 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14049 14049 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19854233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868596 CPUtime=5.67
/proc/14063/stat : 14063 (java) S 14062 14049 13006 0 -1 0 31332 0 1 0 551 16 0 0 20 0 9 0 19854234 889442304 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217149 29635 2567 9 0 211654 0
[pid=14063/tid=14064] ppid=14062 vsize=868596 CPUtime=3.49
/proc/14063/task/14064/stat : 14064 (java) R 14062 14049 13006 0 -1 64 3880 0 1 0 346 3 0 0 25 0 9 0 19854234 889442304 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4126823823 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868596 CPUtime=1.97
/proc/14063/task/14065/stat : 14065 (java) S 14062 14049 13006 0 -1 64 25237 0 0 0 185 12 0 0 16 0 9 0 19854235 889442304 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14049 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19854236 889442304 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14049 13006 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19854236 889442304 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14049 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19854238 889442304 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868596 CPUtime=0.19
/proc/14063/task/14069/stat : 14069 (java) S 14062 14049 13006 0 -1 64 1517 0 0 0 19 0 0 0 16 0 9 0 19854238 889442304 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14049 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19854238 889442304 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14049 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19854238 889442304 29635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890820

[startup+12.7027 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 14071
/proc/meminfo: memFree=914480/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.54
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1309 4681 0 1 5 1 45 3 15 0 1 0 19854174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
[pid=14062] ppid=14049 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14049 14049 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19854233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868596 CPUtime=12.05
/proc/14063/stat : 14063 (java) S 14062 14049 13006 0 -1 0 73097 0 1 0 1172 33 0 0 20 0 9 0 19854234 889442304 50760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217149 50760 2568 9 0 211654 0
[pid=14063/tid=14064] ppid=14062 vsize=868596 CPUtime=6.97
/proc/14063/task/14064/stat : 14064 (java) R 14062 14049 13006 0 -1 64 5302 0 1 0 693 4 0 0 25 0 9 0 19854234 889442304 50760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868596 CPUtime=4.86
/proc/14063/task/14065/stat : 14065 (java) R 14062 14049 13006 0 -1 64 65579 0 0 0 459 27 0 0 16 0 9 0 19854235 889442304 50760 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14049 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19854236 889442304 50760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14049 13006 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19854236 889442304 50760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14068/stat : 14068 (java) S 14062 14049 13006 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19854238 889442304 50760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14069] ppid=14062 vsize=868596 CPUtime=0.19
/proc/14063/task/14069/stat : 14069 (java) S 14062 14049 13006 0 -1 64 1518 0 0 0 19 0 0 0 17 0 9 0 19854238 889442304 50760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14070] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14070/stat : 14070 (java) S 14062 14049 13006 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19854238 889442304 50760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14071] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14071/stat : 14071 (java) S 14062 14049 13006 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19854238 889442304 50760 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 890820

[startup+25.5012 s]
/proc/loadavg: 2.14 2.03 2.01 3/84 14071
/proc/meminfo: memFree=713584/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=0.54
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1309 4681 0 1 5 1 45 3 15 0 1 0 19854174 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14049/statm: 4217 1111 409 3 0 796 0
[pid=14062] ppid=14049 vsize=5356 CPUtime=0
/proc/14062/stat : 14062 (sh) S 14049 14049 13006 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19854233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14062/statm: 1339 233 193 169 0 50 0
[pid=14063] ppid=14062 vsize=868596 CPUtime=24.78
/proc/14063/stat : 14063 (java) S 14062 14049 13006 0 -1 0 133808 0 1 0 2421 57 0 0 20 0 9 0 19854234 889442304 106053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14063/statm: 217149 106053 2568 9 0 211654 0
[pid=14063/tid=14064] ppid=14062 vsize=868596 CPUtime=15.46
/proc/14063/task/14064/stat : 14064 (java) R 14062 14049 13006 0 -1 64 7005 0 1 0 1541 5 0 0 25 0 9 0 19854234 889442304 106053 996147200 134512640 134550932 4294955936 18446744073709551615 4126575707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14065] ppid=14062 vsize=868596 CPUtime=9.1
/proc/14063/task/14065/stat : 14065 (java) S 14062 14049 13006 0 -1 64 124587 0 0 0 860 50 0 0 16 0 9 0 19854235 889442304 106053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14066] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14066/stat : 14066 (java) S 14062 14049 13006 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19854236 889442304 106053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14067] ppid=14062 vsize=868596 CPUtime=0
/proc/14063/task/14067/stat : 14067 (java) S 14062 14049 13006 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19854236 889442304 106053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14063/tid=14068] ppid=14062 vsize=868596 CPUtime=0

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

/proc/14079/stat : 14079 (minisat) R 14078 14049 13006 0 -1 4194304 56451 0 0 0 73350 48 0 0 25 0 1 0 19922756 239161344 56437 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14079/statm: 58389 56437 76 150 0 58236 0
Current children cumulated CPU time (s) 1415.81
Current children cumulated vsize (KiB) 255780

[startup+1482.3 s]
/proc/loadavg: 2.09 2.02 2.00 3/84 14175
/proc/meminfo: memFree=599536/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.83
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1376 192357 0 2 6 1 67942 234 16 0 1 0 19854174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14049 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14049 14049 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19922755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=235392 CPUtime=793.71
/proc/14079/stat : 14079 (minisat) R 14078 14049 13006 0 -1 4194304 56886 0 0 0 79323 48 0 0 25 0 1 0 19922756 241041408 56872 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14079/statm: 58848 56872 76 150 0 58695 0
Current children cumulated CPU time (s) 1475.54
Current children cumulated vsize (KiB) 257616

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 14175
/proc/meminfo: memFree=598192/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.83
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1376 192357 0 2 6 1 67942 234 16 0 1 0 19854174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14049 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14049 14049 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19922755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=236448 CPUtime=853.45
/proc/14079/stat : 14079 (minisat) R 14078 14049 13006 0 -1 4194304 57181 0 0 0 85296 49 0 0 25 0 1 0 19922756 242122752 57167 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/14079/statm: 59112 57167 76 150 0 58959 0
Current children cumulated CPU time (s) 1535.28
Current children cumulated vsize (KiB) 258672

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 14175
/proc/meminfo: memFree=596784/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.83
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1376 192357 0 2 6 1 67942 234 16 0 1 0 19854174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14049 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14049 14049 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19922755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=237636 CPUtime=913.18
/proc/14079/stat : 14079 (minisat) R 14078 14049 13006 0 -1 4194304 57475 0 0 0 91269 49 0 0 25 0 1 0 19922756 243339264 57461 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14079/statm: 59409 57461 76 150 0 59256 0
Current children cumulated CPU time (s) 1595.01
Current children cumulated vsize (KiB) 259860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14175
/proc/meminfo: memFree=595440/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.83
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1376 192357 0 2 6 1 67942 234 16 0 1 0 19854174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14049 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14049 14049 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19922755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=238956 CPUtime=972.92
/proc/14079/stat : 14079 (minisat) R 14078 14049 13006 0 -1 4194304 57803 0 0 0 97242 50 0 0 25 0 1 0 19922756 244690944 57789 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/14079/statm: 59739 57789 76 150 0 59586 0
Current children cumulated CPU time (s) 1654.75
Current children cumulated vsize (KiB) 261180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14175
/proc/meminfo: memFree=594032/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.83
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1376 192357 0 2 6 1 67942 234 16 0 1 0 19854174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14049 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14049 14049 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19922755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=240412 CPUtime=1032.65
/proc/14079/stat : 14079 (minisat) R 14078 14049 13006 0 -1 4194304 58159 0 0 0 103215 50 0 0 25 0 1 0 19922756 246181888 58145 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14079/statm: 60103 58145 76 150 0 59950 0
Current children cumulated CPU time (s) 1714.48
Current children cumulated vsize (KiB) 262636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14175
/proc/meminfo: memFree=592240/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.83
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1376 192357 0 2 6 1 67942 234 16 0 1 0 19854174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14049 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14049 14049 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19922755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=242144 CPUtime=1092.39
/proc/14079/stat : 14079 (minisat) R 14078 14049 13006 0 -1 4194304 58610 0 0 0 109188 51 0 0 25 0 1 0 19922756 247955456 58596 996147200 134512640 135127466 4294956256 18446744073709551615 134530967 0 0 4096 3 0 0 0 17 1 0 0
/proc/14079/statm: 60536 58596 76 150 0 60383 0
Current children cumulated CPU time (s) 1774.22
Current children cumulated vsize (KiB) 264368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14175
/proc/meminfo: memFree=591408/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.83
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1376 192357 0 2 6 1 67942 234 16 0 1 0 19854174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14049 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14049 14049 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19922755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=242936 CPUtime=1118.18
/proc/14079/stat : 14079 (minisat) R 14078 14049 13006 0 -1 4194304 58808 0 0 0 111767 51 0 0 25 0 1 0 19922756 248766464 58794 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/14079/statm: 60734 58794 76 150 0 60581 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 265160

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

############
# WARNING:
# current cumulated CPU time (681.91 s) is less than in the last sample (1800.01 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1118.1 s) to the 'lost time'.

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 14175
/proc/meminfo: memFree=591408/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.83
/proc/14049/stat : 14049 (sugar) S 14047 14049 13006 0 -1 4194304 1376 192357 0 2 6 1 67942 234 16 0 1 0 19854174 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214953930850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14049/statm: 4217 1113 409 3 0 796 0
[pid=14078] ppid=14049 vsize=5356 CPUtime=0
/proc/14078/stat : 14078 (sh) S 14049 14049 13006 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19922755 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214945030980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14078/statm: 1339 232 193 169 0 50 0
[pid=14079] ppid=14078 vsize=242936 CPUtime=1118.18
/proc/14079/stat : 14079 (minisat) R 14078 14049 13006 0 -1 4194304 58808 0 0 0 111767 51 0 0 25 0 1 0 19922756 248766464 58794 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/14079/statm: 60734 58794 76 150 0 60581 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 265160

[startup+1808.32 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14176
/proc/meminfo: memFree=1001456/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.91
/proc/14049/stat : 14049 (sugar) R 14047 14049 13006 0 -1 4194304 1423 192634 0 2 6 9 67942 234 16 0 1 0 19854174 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14049/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 681.91
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808.32 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 14176
/proc/meminfo: memFree=1001456/2055920 swapFree=4192948/4192956
[pid=14049] ppid=14047 vsize=16868 CPUtime=681.91
/proc/14049/stat : 14049 (sugar) R 14047 14049 13006 0 -1 4194304 1423 192634 0 2 6 9 67942 234 16 0 1 0 19854174 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214945207337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14049/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 681.91
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1118.1
#  lost CPU user time (s): 1117.67
#  lost CPU system time (s): 0.43

Real time (s): 1808.36
CPU time (s): 1800.07
CPU user time (s): 1797.16
CPU system time (s): 2.91062
CPU usage (%): 99.5413
Max. virtual memory (cumulated for all children) (KiB): 920436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 679.488
system time used= 2.48062
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194116
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22078
involuntary context switches= 18636

runsolver used 2.12568 second user time and 5.70713 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-11 17:58:08
IDJOB=2061941
IDBENCH=53854
IDSOLVER=739
FILE ID=node85/2061941-1247327888
PBS_JOBID= 9506466
Free space on /tmp= 126476 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-ft10x3-838.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2061941-1247327888/watcher-2061941-1247327888 -o /tmp/evaluation-result-2061941-1247327888/solver-2061941-1247327888 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2061941-1247327888.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0a059d0b95beb10c2779427519320287
RANDOM SEED=1725354609

node85.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.220
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.220
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:       1128872 kB
Buffers:         54924 kB
Cached:         777796 kB
SwapCached:          8 kB
Active:         128768 kB
Inactive:       721804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1128872 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          29380 kB
Slab:            61912 kB
Committed_AS:   132512 kB
PageTables:       1704 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= 126472 MiB
End job on node85 at 2009-07-11 18:28:19