Trace number 2061842

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

General information on the benchmark

Namecsp/cjss/
normalized-ft10x2-837.xml
MD5SUM5cfa427c258a5a1491bc4b587b0b078f
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 variables201
Number of constraints210
Maximum constraint arity20
Maximum domain size838
Number of constraints which are defined in extension0
Number of constraints which are defined in intension200
Global constraints used (with number of constraints)cumulative(10)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:53:35 2009
0.00/0.08	c 0	PID 13748
0.00/0.08	c 0	HOST node11.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2061842-1247327615.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061842-1247327615.xml' 'HOME/temp.csp'
0.07/0.45	c 1	2 domains, 201 variables, 1 predicates, 0 relations, 210 constraints
0.07/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.50	c 1	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.07/0.58	c 1	Parsing HOME/temp.csp
0.43/0.63	c 1	parsed 414 expressions
0.43/0.64	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.64	c 1	Converting to clausal form CSP
0.43/0.66	c 1	converted 42 (10%) expressions
0.43/0.66	c 1	converted 83 (20%) expressions
0.43/0.66	c 1	converted 125 (30%) expressions
0.43/0.66	c 1	converted 166 (40%) expressions
0.43/0.67	c 1	converted 207 (50%) expressions
0.43/0.68	c 1	converted 249 (60%) expressions
0.43/0.69	c 1	converted 290 (70%) expressions
0.43/0.70	c 1	converted 332 (80%) expressions
0.43/0.71	c 1	converted 373 (90%) expressions
24.17/24.54	c 25	converted 414 (100%) expressions
24.17/24.57	c 25	CSP : 165533 integers, 98592 booleans, 506963 clauses, largest domain size 824
24.17/24.57	c 25	Heap : 347 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
24.17/24.57	c 25	Propagation in CSP
30.01/30.41	c 31	43590 values, 0 unsatisfiable literals, and 0 valid clauses are removed
30.01/30.44	c 31	CSP : 165533 integers, 98592 booleans, 506963 clauses, largest domain size 445
30.01/30.44	c 31	Heap : 341 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
30.11/30.59	c 31	Simplifing CSP by introducing new Boolean variables
30.41/30.83	c 31	CSP : 165533 integers, 98592 booleans, 506963 clauses, largest domain size 445
30.41/30.83	c 31	Heap : 337 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
32.09/32.54	c 33	Encoding CSP to SAT : HOME/temp.cnf
32.29/32.71	c 33	16554 (10%) CSP integer variables are encoded (67033 clauses, 983411 bytes)
32.29/32.74	c 33	33107 (20%) CSP integer variables are encoded (69115 clauses, 1014641 bytes)
32.29/32.77	c 33	49660 (30%) CSP integer variables are encoded (71019 clauses, 1046871 bytes)
32.29/32.79	c 33	66214 (40%) CSP integer variables are encoded (72934 clauses, 1079426 bytes)
32.38/32.82	c 33	82767 (50%) CSP integer variables are encoded (74488 clauses, 1105844 bytes)
32.38/32.84	c 33	99320 (60%) CSP integer variables are encoded (76180 clauses, 1134608 bytes)
32.38/32.87	c 33	115874 (70%) CSP integer variables are encoded (77863 clauses, 1163219 bytes)
32.38/32.90	c 33	132427 (80%) CSP integer variables are encoded (79528 clauses, 1191524 bytes)
32.48/32.92	c 33	148980 (90%) CSP integer variables are encoded (81259 clauses, 1220951 bytes)
32.48/32.95	c 33	165533 (100%) CSP integer variables are encoded (83032 clauses, 1251092 bytes)
34.36/34.85	c 35	50697 (10%) CSP clauses are encoded (274563 clauses, 4929292 bytes)
36.64/37.13	c 37	101393 (20%) CSP clauses are encoded (422901 clauses, 8050374 bytes)
38.72/39.29	c 40	152089 (30%) CSP clauses are encoded (564693 clauses, 11308759 bytes)
41.29/41.82	c 42	202786 (40%) CSP clauses are encoded (704598 clauses, 14615367 bytes)
43.48/44.06	c 44	253482 (50%) CSP clauses are encoded (834615 clauses, 17653536 bytes)
46.65/47.21	c 47	304178 (60%) CSP clauses are encoded (973065 clauses, 20878877 bytes)
49.31/49.91	c 50	354875 (70%) CSP clauses are encoded (1108997 clauses, 24080807 bytes)
52.58/53.27	c 54	405571 (80%) CSP clauses are encoded (1257069 clauses, 27597493 bytes)
55.45/56.16	c 56	456267 (90%) CSP clauses are encoded (1391712 clauses, 30767108 bytes)
59.41/60.18	c 60	506963 (100%) CSP clauses are encoded (1544984 clauses, 34344409 bytes)
59.41/60.18	c 60	506963 CSP clauses encoded
59.41/60.18	c 60	Writing map file : HOME/temp.map
59.51/60.22	c 60	Heap : 349 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
59.51/60.22	c 60	SAT : 318864 SAT variables, 1544984 SAT clauses, 34344409 bytes
59.51/60.22	c 60	Heap : 349 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
59.58/60.32	c 61	SOLVING HOME/temp.cnf
59.58/60.32	c 61	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
59.58/60.32	c 61	This is MiniSat 2.0 beta
59.58/60.32	c 61	WARNING: for repeatability, setting FPU to use double precision
59.58/60.32	c 61	============================[ Problem Statistics ]=============================
59.58/60.32	c 61	|                                                                             |
59.58/60.32	c 61	|  Number of variables:  318864                                               |
59.58/60.32	c 61	|  Number of clauses:    1544984                                              |
60.38/61.13	c 61	|  Parsing time:         0.69         s                                       |
60.38/61.17	c 61	============================[ Search Statistics ]==============================
60.38/61.17	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
60.38/61.17	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
60.38/61.17	c 61	===============================================================================
60.38/61.17	c 61	|         0 |  233361   957096  2619780 |   319032        0    nan |  0.000 % |
61.38/62.11	c 62	|       100 |  233361   957096  2619780 |   350935      100     37 | 26.815 % |
63.06/63.82	c 64	|       252 |  233361   957096  2619780 |   386028      252     41 | 26.815 % |
65.14/65.98	c 66	|       477 |  233361   957096  2619780 |   424631      477     38 | 26.815 % |
67.02/67.88	c 68	|       814 |  233361   957096  2619780 |   467094      814     33 | 26.815 % |
72.96/73.82	c 74	|      1320 |  233361   957096  2619780 |   513804     1320     44 | 26.815 % |
81.18/82.15	c 82	|      2079 |  233361   957096  2619780 |   565184     2079     41 | 26.815 % |
90.79/91.83	c 92	|      3220 |  233361   957096  2619780 |   621703     3220     42 | 26.815 % |
108.63/109.88	c 110	|      4928 |  233361   957096  2619780 |   683873     4928     42 | 26.815 % |
133.79/135.21	c 135	|      7490 |  233361   957096  2619780 |   752260     7490     45 | 26.815 % |
173.01/174.85	c 175	|     11335 |  233361   957096  2619780 |   827486    11335     45 | 26.815 % |
238.58/241.03	c 241	|     17101 |  233361   957096  2619780 |   910235    17101     47 | 26.815 % |
326.34/329.61	c 330	|     25750 |  233361   957096  2619780 |  1001259    25750     49 | 26.815 % |
484.20/489.05	c 489	|     38724 |  233361   957096  2619780 |  1101384    38724     49 | 26.815 % |
706.98/714.00	c 714	|     58185 |  233361   957096  2619780 |  1211523    58185     49 | 26.815 % |
1035.84/1045.92	c 1046	|     87377 |  233361   957096  2619780 |  1332675    87377     51 | 26.815 % |
1520.34/1532.54	c 1533	|    131167 |  233361   957096  2619780 |  1465943   131167     48 | 26.815 % |
1800.10/1812.42	c ERROR INTERRUPTED
1800.10/1812.42	s UNKNOWN
1800.10/1812.42	c 1813	CPU 59.63 (0.06 0.02 58.63 0.92)
1800.10/1812.42	c 1813	END Sat Jul 11 18:23:48 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-2061842-1247327615/watcher-2061842-1247327615 -o /tmp/evaluation-result-2061842-1247327615/solver-2061842-1247327615 -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-2061842-1247327615.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.60 1.83 1.79 4/80 13748
/proc/meminfo: memFree=961432/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=12268 CPUtime=0
/proc/13748/stat : 13748 (sugar) R 13746 13748 11632 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19828537 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262927960725 0 0 4224 0 0 0 0 17 1 0 0
/proc/13748/statm: 3067 316 241 3 0 167 0

[startup+0.135157 s]
/proc/loadavg: 1.60 1.83 1.79 4/80 13748
/proc/meminfo: memFree=961432/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.07
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19828537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201173 s]
/proc/loadavg: 1.60 1.83 1.79 4/80 13748
/proc/meminfo: memFree=961432/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.07
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19828537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301189 s]
/proc/loadavg: 1.60 1.83 1.79 4/80 13748
/proc/meminfo: memFree=961432/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.07
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 19828537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701266 s]
/proc/loadavg: 1.60 1.83 1.79 4/80 13748
/proc/meminfo: memFree=961432/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.43
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1309 4563 0 1 5 2 33 3 15 0 1 0 19828537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 1.60 1.83 1.79 3/91 13770
/proc/meminfo: memFree=940352/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.43
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1309 4563 0 1 5 2 33 3 15 0 1 0 19828537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
[pid=13761] ppid=13748 vsize=5356 CPUtime=0
/proc/13761/stat : 13761 (sh) S 13748 13748 11632 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19828588 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13761/statm: 1339 233 193 169 0 50 0
[pid=13762] ppid=13761 vsize=868496 CPUtime=0.97
/proc/13762/stat : 13762 (java) S 13761 13748 11632 0 -1 0 8811 0 1 0 93 4 0 0 18 0 9 0 19828588 889339904 8024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13762/statm: 217124 8024 2567 9 0 211629 0
[pid=13762/tid=13763] ppid=13761 vsize=868496 CPUtime=0.55
/proc/13762/task/13763/stat : 13763 (java) R 13761 13748 11632 0 -1 64 2711 0 1 0 54 1 0 0 22 0 9 0 19828589 889339904 8024 996147200 134512640 134550932 4294955936 18446744073709551615 4126783314 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13764] ppid=13761 vsize=868496 CPUtime=0.2
/proc/13762/task/13764/stat : 13764 (java) S 13761 13748 11632 0 -1 64 3905 0 0 0 19 1 0 0 16 0 9 0 19828590 889339904 8024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13765] ppid=13761 vsize=868496 CPUtime=0
/proc/13762/task/13765/stat : 13765 (java) S 13761 13748 11632 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19828590 889339904 8024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13766] ppid=13761 vsize=868496 CPUtime=0
/proc/13762/task/13766/stat : 13766 (java) S 13761 13748 11632 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19828590 889339904 8024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13767] ppid=13761 vsize=868496 CPUtime=0
/proc/13762/task/13767/stat : 13767 (java) S 13761 13748 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19828592 889339904 8024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13768] ppid=13761 vsize=868496 CPUtime=0.19
/proc/13762/task/13768/stat : 13768 (java) S 13761 13748 11632 0 -1 64 1496 0 0 0 18 1 0 0 16 0 9 0 19828593 889339904 8024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13769] ppid=13761 vsize=868496 CPUtime=0
/proc/13762/task/13769/stat : 13769 (java) S 13761 13748 11632 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19828593 889339904 8024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13770] ppid=13761 vsize=868496 CPUtime=0
/proc/13762/task/13770/stat : 13770 (java) S 13761 13748 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19828593 889339904 8024 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890720

[startup+3.10274 s]
/proc/loadavg: 1.60 1.83 1.79 4/91 13770
/proc/meminfo: memFree=925376/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.43
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1309 4563 0 1 5 2 33 3 15 0 1 0 19828537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
[pid=13761] ppid=13748 vsize=5356 CPUtime=0
/proc/13761/stat : 13761 (sh) S 13748 13748 11632 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19828588 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13761/statm: 1339 233 193 169 0 50 0
[pid=13762] ppid=13761 vsize=869084 CPUtime=2.56
/proc/13762/stat : 13762 (java) S 13761 13748 11632 0 -1 0 15162 0 1 0 248 8 0 0 18 0 9 0 19828588 889942016 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13762/statm: 217271 14106 2567 9 0 211776 0
[pid=13762/tid=13763] ppid=13761 vsize=869084 CPUtime=1.5
/proc/13762/task/13763/stat : 13763 (java) R 13761 13748 11632 0 -1 64 3041 0 1 0 149 1 0 0 25 0 9 0 19828589 889942016 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13764] ppid=13761 vsize=869084 CPUtime=0.84
/proc/13762/task/13764/stat : 13764 (java) R 13761 13748 11632 0 -1 64 9922 0 0 0 79 5 0 0 16 0 9 0 19828590 889942016 14106 996147200 134512640 134550932 4294955936 18446744073709551615 102768178 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13765] ppid=13761 vsize=869084 CPUtime=0
/proc/13762/task/13765/stat : 13765 (java) S 13761 13748 11632 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19828590 889942016 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13766] ppid=13761 vsize=869084 CPUtime=0
/proc/13762/task/13766/stat : 13766 (java) S 13761 13748 11632 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19828590 889942016 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13767] ppid=13761 vsize=869084 CPUtime=0
/proc/13762/task/13767/stat : 13767 (java) S 13761 13748 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19828592 889942016 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13768] ppid=13761 vsize=869084 CPUtime=0.2
/proc/13762/task/13768/stat : 13768 (java) S 13761 13748 11632 0 -1 64 1500 0 0 0 19 1 0 0 16 0 9 0 19828593 889942016 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13769] ppid=13761 vsize=869084 CPUtime=0
/proc/13762/task/13769/stat : 13769 (java) S 13761 13748 11632 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19828593 889942016 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13770] ppid=13761 vsize=869084 CPUtime=0
/proc/13762/task/13770/stat : 13770 (java) S 13761 13748 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19828593 889942016 14106 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 891308

[startup+6.30238 s]
/proc/loadavg: 1.63 1.83 1.79 3/91 13770
/proc/meminfo: memFree=875968/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.43
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1309 4563 0 1 5 2 33 3 15 0 1 0 19828537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
[pid=13761] ppid=13748 vsize=5356 CPUtime=0
/proc/13761/stat : 13761 (sh) S 13748 13748 11632 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19828588 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13761/statm: 1339 233 193 169 0 50 0
[pid=13762] ppid=13761 vsize=868580 CPUtime=5.72
/proc/13762/stat : 13762 (java) S 13761 13748 11632 0 -1 0 28275 0 1 0 556 16 0 0 18 0 9 0 19828588 889425920 26562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13762/statm: 217145 26562 2567 9 0 211650 0
[pid=13762/tid=13763] ppid=13761 vsize=868580 CPUtime=3.58
/proc/13762/task/13763/stat : 13763 (java) R 13761 13748 11632 0 -1 64 3582 0 1 0 357 1 0 0 25 0 9 0 19828589 889425920 26562 996147200 134512640 134550932 4294955936 18446744073709551615 4126468122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13764] ppid=13761 vsize=868580 CPUtime=1.9
/proc/13762/task/13764/stat : 13764 (java) S 13761 13748 11632 0 -1 64 22480 0 0 0 178 12 0 0 16 0 9 0 19828590 889425920 26562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13765] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13765/stat : 13765 (java) S 13761 13748 11632 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19828590 889425920 26562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13766] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13766/stat : 13766 (java) S 13761 13748 11632 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19828590 889425920 26562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13767] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13767/stat : 13767 (java) S 13761 13748 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19828592 889425920 26562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13768] ppid=13761 vsize=868580 CPUtime=0.21
/proc/13762/task/13768/stat : 13768 (java) S 13761 13748 11632 0 -1 64 1514 0 0 0 20 1 0 0 17 0 9 0 19828593 889425920 26562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13769] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13769/stat : 13769 (java) S 13761 13748 11632 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19828593 889425920 26562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13770] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13770/stat : 13770 (java) S 13761 13748 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19828593 889425920 26562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890804

[startup+12.7026 s]
/proc/loadavg: 1.66 1.83 1.79 3/91 13770
/proc/meminfo: memFree=785920/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.43
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1309 4563 0 1 5 2 33 3 15 0 1 0 19828537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
[pid=13761] ppid=13748 vsize=5356 CPUtime=0
/proc/13761/stat : 13761 (sh) S 13748 13748 11632 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19828588 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13761/statm: 1339 233 193 169 0 50 0
[pid=13762] ppid=13761 vsize=868580 CPUtime=12.06
/proc/13762/stat : 13762 (java) S 13761 13748 11632 0 -1 0 64454 0 1 0 1175 31 0 0 18 0 9 0 19828588 889425920 48388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13762/statm: 217145 48388 2568 9 0 211650 0
[pid=13762/tid=13763] ppid=13761 vsize=868580 CPUtime=7.17
/proc/13762/task/13763/stat : 13763 (java) R 13761 13748 11632 0 -1 64 4857 0 1 0 715 2 0 0 25 0 9 0 19828589 889425920 48388 996147200 134512640 134550932 4294955936 18446744073709551615 4126482934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13764] ppid=13761 vsize=868580 CPUtime=4.64
/proc/13762/task/13764/stat : 13764 (java) S 13761 13748 11632 0 -1 64 57384 0 0 0 438 26 0 0 16 0 9 0 19828590 889425920 48388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13765] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13765/stat : 13765 (java) S 13761 13748 11632 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19828590 889425920 48388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13766] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13766/stat : 13766 (java) S 13761 13748 11632 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19828590 889425920 48388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13767] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13767/stat : 13767 (java) S 13761 13748 11632 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19828592 889425920 48388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13768] ppid=13761 vsize=868580 CPUtime=0.21
/proc/13762/task/13768/stat : 13768 (java) S 13761 13748 11632 0 -1 64 1514 0 0 0 20 1 0 0 17 0 9 0 19828593 889425920 48388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13769] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13769/stat : 13769 (java) S 13761 13748 11632 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19828593 889425920 48388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13770] ppid=13761 vsize=868580 CPUtime=0
/proc/13762/task/13770/stat : 13770 (java) S 13761 13748 11632 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19828593 889425920 48388 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890804

[startup+25.5012 s]
/proc/loadavg: 1.89 1.87 1.81 4/91 13770
/proc/meminfo: memFree=560512/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=0.43
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1310 4563 0 1 5 2 33 3 16 0 1 0 19828537 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1111 409 3 0 796 0
[pid=13761] ppid=13748 vsize=5356 CPUtime=0
/proc/13761/stat : 13761 (sh) S 13748 13748 11632 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19828588 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13761/statm: 1339 233 193 169 0 50 0
[pid=13762] ppid=13761 vsize=882832 CPUtime=24.72
/proc/13762/stat : 13762 (java) S 13761 13748 11632 0 -1 0 124510 0 1 0 2417 55 0 0 18 0 9 0 19828588 904019968 101565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13762/statm: 220708 101565 2568 9 0 215213 0
[pid=13762/tid=13763] ppid=13761 vsize=882832 CPUtime=15.06
/proc/13762/task/13763/stat : 13763 (java) R 13761 13748 11632 0 -1 64 6302 0 1 0 1503 3 0 0 25 0 9 0 19828589 904019968 101565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13764] ppid=13761 vsize=882832 CPUtime=9.42
/proc/13762/task/13764/stat : 13764 (java) R 13761 13748 11632 0 -1 64 115991 0 0 0 893 49 0 0 16 0 9 0 19828590 904019968 101565 996147200 134512640 134550932 4294955936 18446744073709551615 104188830 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13765] ppid=13761 vsize=882832 CPUtime=0
/proc/13762/task/13765/stat : 13765 (java) S 13761 13748 11632 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19828590 904019968 101565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13766] ppid=13761 vsize=882832 CPUtime=0
/proc/13762/task/13766/stat : 13766 (java) S 13761 13748 11632 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19828590 904019968 101565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13762/tid=13767] ppid=13761 vsize=882832 CPUtime=0

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

/proc/meminfo: memFree=873896/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=96184 CPUtime=1290.6
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 22651 0 0 0 129036 24 0 0 25 0 1 0 19834570 98492416 22637 996147200 134512640 135127466 4294956256 18446744073709551615 134530632 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 24046 22637 76 150 0 23893 0
Current children cumulated CPU time (s) 1350.23
Current children cumulated vsize (KiB) 118408

[startup+1422.3 s]
/proc/loadavg: 1.10 1.60 1.78 2/85 14140
/proc/meminfo: memFree=872616/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=97252 CPUtime=1350.58
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 22919 0 0 0 135033 25 0 0 25 0 1 0 19834570 99586048 22905 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 24313 22905 76 150 0 24160 0
Current children cumulated CPU time (s) 1410.21
Current children cumulated vsize (KiB) 119476

[startup+1482.3 s]
/proc/loadavg: 1.03 1.49 1.73 2/85 14140
/proc/meminfo: memFree=871400/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=98308 CPUtime=1410.53
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 23184 0 0 0 141028 25 0 0 25 0 1 0 19834570 100667392 23170 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 24577 23170 76 150 0 24424 0
Current children cumulated CPU time (s) 1470.16
Current children cumulated vsize (KiB) 120532

[startup+1542.31 s]
/proc/loadavg: 1.01 1.40 1.68 2/85 14140
/proc/meminfo: memFree=870376/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=99496 CPUtime=1470.51
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 23474 0 0 0 147026 25 0 0 25 0 1 0 19834570 101883904 23460 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 24874 23460 76 150 0 24721 0
Current children cumulated CPU time (s) 1530.14
Current children cumulated vsize (KiB) 121720

[startup+1602.3 s]
/proc/loadavg: 1.00 1.32 1.63 2/85 14140
/proc/meminfo: memFree=869288/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=100560 CPUtime=1530.47
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 23747 0 0 0 153021 26 0 0 25 0 1 0 19834570 102973440 23733 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 25140 23733 76 150 0 24987 0
Current children cumulated CPU time (s) 1590.1
Current children cumulated vsize (KiB) 122784

[startup+1662.3 s]
/proc/loadavg: 1.00 1.26 1.59 2/85 14140
/proc/meminfo: memFree=868328/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=101752 CPUtime=1590.43
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 23994 0 0 0 159017 26 0 0 25 0 1 0 19834570 104194048 23980 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 25438 23980 76 150 0 25285 0
Current children cumulated CPU time (s) 1650.06
Current children cumulated vsize (KiB) 123976

[startup+1722.3 s]
/proc/loadavg: 1.00 1.21 1.55 2/85 14140
/proc/meminfo: memFree=867368/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=102808 CPUtime=1650.41
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 24248 0 0 0 165014 27 0 0 25 0 1 0 19834570 105275392 24234 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 25702 24234 76 150 0 25549 0
Current children cumulated CPU time (s) 1710.04
Current children cumulated vsize (KiB) 125032

[startup+1782.3 s]
/proc/loadavg: 1.00 1.17 1.51 2/85 14140
/proc/meminfo: memFree=865960/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=104128 CPUtime=1710.38
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 24575 0 0 0 171011 27 0 0 25 0 1 0 19834570 106627072 24561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 26032 24561 76 150 0 25879 0
Current children cumulated CPU time (s) 1770.01
Current children cumulated vsize (KiB) 126352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.4 s]
/proc/loadavg: 1.00 1.15 1.50 2/85 14140
/proc/meminfo: memFree=865320/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=104656 CPUtime=1740.47
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 24723 0 0 0 174019 28 0 0 25 0 1 0 19834570 107167744 24709 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 26164 24709 76 150 0 26011 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 126880

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

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

[startup+1812.4 s]
/proc/loadavg: 1.00 1.15 1.50 2/85 14140
/proc/meminfo: memFree=865320/2055920 swapFree=4192956/4192956
[pid=13748] ppid=13746 vsize=16868 CPUtime=59.63
/proc/13748/stat : 13748 (sugar) S 13746 13748 11632 0 -1 4194304 1376 140338 0 2 6 2 5863 92 16 0 1 0 19828537 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13748/statm: 4217 1113 409 3 0 796 0
[pid=13771] ppid=13748 vsize=5356 CPUtime=0
/proc/13771/stat : 13771 (sh) S 13748 13748 11632 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19834569 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13771/statm: 1339 232 193 169 0 50 0
[pid=13772] ppid=13771 vsize=104656 CPUtime=1740.47
/proc/13772/stat : 13772 (minisat) R 13771 13748 11632 0 -1 4194304 24723 0 0 0 174019 28 0 0 25 0 1 0 19834570 107167744 24709 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/13772/statm: 26164 24709 76 150 0 26011 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 126880

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13748 and gives
#  childrusage.ru_utime.tv_sec=58
#  childrusage.ru_utime.tv_usec=699076
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=964853
# CPU time returned by wait4() is 59.6639
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.44
CPU time (s): 1800.1
CPU user time (s): 1798.88
CPU system time (s): 1.22
CPU usage (%): 99.319
Max. virtual memory (cumulated for all children) (KiB): 913296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.6991
system time used= 0.964853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142097
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= 6149
involuntary context switches= 7516

runsolver used 2.35864 second user time and 5.44117 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-11 17:53:35
IDJOB=2061842
IDBENCH=53845
IDSOLVER=739
FILE ID=node11/2061842-1247327615
PBS_JOBID= 9506606
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-ft10x2-837.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-2061842-1247327615/watcher-2061842-1247327615 -o /tmp/evaluation-result-2061842-1247327615/solver-2061842-1247327615 -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-2061842-1247327615.xml

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

MD5SUM BENCH= 5cfa427c258a5a1491bc4b587b0b078f
RANDOM SEED=1260498405

node11.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.274
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.274
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:        961912 kB
Buffers:         66168 kB
Cached:         879984 kB
SwapCached:          0 kB
Active:         168496 kB
Inactive:       851084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        961912 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          91208 kB
Slab:            59500 kB
Committed_AS:   876664 kB
PageTables:       1992 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= 66444 MiB
End job on node11 at 2009-07-11 18:23:50