Trace number 1087662

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.19 1805.43

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-4.xml
MD5SUMfd291b2d849040dbdfa6434d5b702e4d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.3001
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 0	BEGIN Sat Jul  5 10:07:03 2008
0.00/0.14	c 0	PID 17760
0.00/0.14	c 0	HOST node33.alineos.net
0.00/0.14	c 0	CONVERTING HOME/instance-1087662-1215245222.xml TO HOME/temp.csp
0.00/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087662-1215245222.xml' 'HOME/temp.csp'
1.05/1.20	c 1	33 domains, 800 variables, 7 predicates, 0 relations, 8975 constraints
1.05/1.24	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.24	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.06/1.32	c 1	Parsing HOME/temp.csp
1.06/1.75	c 1	parsed 9815 expressions
1.06/1.76	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.76	c 1	Converting to clausal form CSP
2.09/2.36	c 2	converted 982 (10%) expressions
4.87/5.12	c 5	converted 1963 (20%) expressions
6.84/7.16	c 7	converted 2945 (30%) expressions
8.53/8.84	c 8	converted 3926 (40%) expressions
10.31/10.61	c 10	converted 4908 (50%) expressions
12.39/12.71	c 12	converted 5889 (60%) expressions
13.87/14.24	c 14	converted 6871 (70%) expressions
15.25/15.63	c 15	converted 7852 (80%) expressions
17.34/17.78	c 17	converted 8834 (90%) expressions
18.92/19.31	c 19	converted 9815 (100%) expressions
18.92/19.31	c 19	CSP : 1600 integers, 25793 booleans, 51984 clauses, largest domain size 2717
18.92/19.31	c 19	Heap : 111 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
18.92/19.31	c 19	Propagation in CSP
19.61/20.09	c 20	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.61/20.09	c 20	CSP : 1600 integers, 25793 booleans, 51984 clauses, largest domain size 2717
19.61/20.09	c 20	Heap : 119 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.71/20.12	c 20	Simplifing CSP by introducing new Boolean variables
19.71/20.19	c 20	CSP : 1600 integers, 42477 booleans, 68668 clauses, largest domain size 2717
19.71/20.19	c 20	Heap : 121 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.60/21.03	c 20	Encoding CSP to SAT : HOME/temp.cnf
21.19/21.62	c 21	160 (10%) CSP integer variables are encoded (25496 clauses, 360442 bytes)
21.59/22.06	c 22	320 (20%) CSP integer variables are encoded (46648 clauses, 677722 bytes)
22.09/22.58	c 22	480 (30%) CSP integer variables are encoded (71096 clauses, 1044442 bytes)
22.59/23.09	c 23	640 (40%) CSP integer variables are encoded (95352 clauses, 1408282 bytes)
23.17/23.61	c 23	800 (50%) CSP integer variables are encoded (120164 clauses, 1822127 bytes)
23.37/23.86	c 23	960 (60%) CSP integer variables are encoded (302186 clauses, 4916501 bytes)
23.58/24.07	c 24	1120 (70%) CSP integer variables are encoded (446597 clauses, 7371488 bytes)
23.86/24.32	c 24	1280 (80%) CSP integer variables are encoded (612531 clauses, 10192366 bytes)
24.06/24.57	c 24	1440 (90%) CSP integer variables are encoded (793941 clauses, 13276336 bytes)
24.26/24.77	c 24	1600 (100%) CSP integer variables are encoded (940699 clauses, 15771222 bytes)
37.50/38.12	c 38	6867 (10%) CSP clauses are encoded (2870153 clauses, 56557786 bytes)
46.41/47.13	c 47	13734 (20%) CSP clauses are encoded (4495152 clauses, 91715178 bytes)
53.83/54.65	c 54	20601 (30%) CSP clauses are encoded (5976406 clauses, 124669855 bytes)
58.45/59.39	c 59	27468 (40%) CSP clauses are encoded (7140134 clauses, 151939530 bytes)
61.32/62.20	c 62	34334 (50%) CSP clauses are encoded (7868483 clauses, 168979728 bytes)
64.18/65.11	c 65	41201 (60%) CSP clauses are encoded (8688986 clauses, 188393974 bytes)
66.74/67.75	c 67	48068 (70%) CSP clauses are encoded (9487403 clauses, 207517265 bytes)
70.18/71.27	c 71	54935 (80%) CSP clauses are encoded (10550177 clauses, 232828320 bytes)
72.54/73.63	c 73	61802 (90%) CSP clauses are encoded (11256018 clauses, 249823512 bytes)
75.59/76.75	c 76	68668 (100%) CSP clauses are encoded (12172603 clauses, 271829638 bytes)
75.59/76.75	c 76	68668 CSP clauses encoded
75.59/76.75	c 76	Writing map file : HOME/temp.map
75.68/76.80	c 76	Heap : 122 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
75.68/76.81	c 76	SAT : 984775 SAT variables, 12172603 SAT clauses, 271829638 bytes
75.68/76.81	c 76	Heap : 122 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
75.68/76.86	c 76	SOLVING HOME/temp.cnf
75.68/76.86	c 76	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
75.68/76.87	c 76	This is MiniSat 2.0 beta
75.68/76.87	c 76	WARNING: for repeatability, setting FPU to use double precision
75.68/76.87	c 76	============================[ Problem Statistics ]=============================
75.68/76.87	c 76	|                                                                             |
75.68/76.87	c 76	|  Number of variables:  984775                                               |
75.68/76.87	c 76	|  Number of clauses:    12172603                                             |
82.49/83.76	c 83	|  Parsing time:         5.97         s                                       |
82.79/84.08	c 84	============================[ Search Statistics ]==============================
82.79/84.08	c 84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
82.79/84.08	c 84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
82.79/84.08	c 84	===============================================================================
82.79/84.08	c 84	|         0 |  984760 12172478 33098354 |  4057492        0    nan |  0.000 % |
83.58/84.89	c 84	|       100 |  984759 12172478 33098354 |  4463241       99      3 |  0.004 % |
84.67/85.92	c 85	|       250 |  984757 12172478 33098354 |  4909566      248      3 |  0.013 % |
86.86/88.17	c 88	|       475 |  984753 12172478 33098354 |  5400522      469      3 |  0.112 % |
90.22/91.57	c 91	|       812 |  984727 12172478 33098354 |  5940575      799      3 |  1.516 % |
94.78/96.11	c 96	|      1318 |  966576 11933844 32449516 |  6534632     1287      4 |  1.848 % |
100.73/102.15	c 102	|      2077 |  966517 11933844 32449516 |  7188095     2028      5 |  4.639 % |
109.83/111.36	c 111	|      3217 |  933442 11489344 31244976 |  7906905     3135      5 |  6.358 % |
122.42/124.04	c 123	|      4925 |  918087 11279931 30674938 |  8697595     4822      6 |  7.289 % |
138.86/140.61	c 140	|      7487 |  904775 11083987 30139381 |  9567355     7357      7 |  9.983 % |
164.02/166.09	c 166	|     11331 |  867053 10601647 28838715 | 10524091    11139      9 | 12.545 % |
202.16/204.53	c 204	|     17097 |  848557 10390268 28273294 | 11576500    16794     11 | 13.838 % |
261.59/264.57	c 264	|     25746 |  810233  9922066 27012730 | 12734150    25226     13 | 18.900 % |
347.74/351.60	c 351	|     38720 |  767963  9467648 25809504 | 14007565    38001     13 | 22.022 % |
471.51/476.17	c 476	|     58181 |  653247  8156757 22331834 | 15408321    57225     14 | 33.665 % |
650.74/655.50	c 655	|     87373 |  588436  7428822 20403981 | 16949153    86118     15 | 40.247 % |
936.62/941.43	c 941	|    131162 |  530802  6847536 18884845 | 18644069   129274     16 | 46.524 % |
1351.25/1356.24	c 1356	|    196846 |  467663  6110342 16918996 | 20508476   194430     17 | 52.511 % |
1800.07/1805.21	c ERROR INTERRUPTED
1800.07/1805.30	s UNKNOWN
1800.07/1805.30	c 1805	CPU 73.68 (0.04 0.01 73.64 2.06)
1800.07/1805.30	c 1805	END Sat Jul  5 10:37:08 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087662-1215245222/watcher-1087662-1215245222 -o /tmp/evaluation-result-1087662-1215245222/solver-1087662-1215245222 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1087662-1215245222.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 17760
/proc/meminfo: memFree=1901776/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=18572 CPUtime=0
/proc/17760/stat : 17760 (runsolver) D 17758 17760 17723 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003495737 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 210824129831 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/17760/statm: 4643 292 257 25 0 2626 0

[startup+0.0579059 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 17760
/proc/meminfo: memFree=1901776/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=12268 CPUtime=0
/proc/17760/stat : 17760 (sugar) D 17758 17760 17723 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 2003495737 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/17760/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.10191 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 17760
/proc/meminfo: memFree=1901776/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=12412 CPUtime=0
/proc/17760/stat : 17760 (sugar) R 17758 17760 17723 0 -1 4194304 415 0 0 0 0 0 0 0 18 0 1 0 2003495737 12709888 383 996147200 4194304 4206940 548682068608 18446744073709551615 210841833897 0 0 4224 0 0 0 0 17 0 0 0
/proc/17760/statm: 3103 384 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301938 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 17760
/proc/meminfo: memFree=1901776/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=0.03
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2003495737 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701991 s]
/proc/loadavg: 1.85 1.97 1.99 4/72 17760
/proc/meminfo: memFree=1901776/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=0.03
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 2003495737 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50108 s]
/proc/loadavg: 1.85 1.97 1.99 3/83 17772
/proc/meminfo: memFree=1879800/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=1.06
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 973 8889 0 1 3 0 98 5 16 0 1 0 2003495737 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17760/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13600

[startup+3.10228 s]
/proc/loadavg: 1.85 1.97 1.99 4/83 17782
/proc/meminfo: memFree=1883448/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=1.06
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 974 8889 0 1 3 0 98 5 15 0 1 0 2003495737 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17760/statm: 3400 797 370 3 0 500 0
[pid=17773] ppid=17760 vsize=5356 CPUtime=0
/proc/17773/stat : 17773 (sh) S 17760 17760 17723 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003495862 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17773/statm: 1339 233 193 169 0 50 0
[pid=17774] ppid=17773 vsize=868360 CPUtime=1.83
/proc/17774/stat : 17774 (java) S 17773 17760 17723 0 -1 0 8770 0 1 0 178 5 0 0 18 0 9 0 2003495862 889200640 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17774/statm: 217090 7864 2541 9 0 211665 0
[pid=17774/tid=17775] ppid=17773 vsize=868360 CPUtime=1.35
/proc/17774/task/17775/stat : 17775 (java) R 17773 17760 17723 0 -1 64 2674 0 1 0 134 1 0 0 25 0 9 0 2003495863 889200640 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4126603399 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17776] ppid=17773 vsize=868360 CPUtime=0.25
/proc/17774/task/17776/stat : 17776 (java) S 17773 17760 17723 0 -1 64 3949 0 0 0 24 1 0 0 16 0 9 0 2003495864 889200640 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17777] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17777/stat : 17777 (java) S 17773 17760 17723 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003495864 889200640 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17778] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17778/stat : 17778 (java) S 17773 17760 17723 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003495864 889200640 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17779] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17779/stat : 17779 (java) S 17773 17760 17723 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003495866 889200640 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17780] ppid=17773 vsize=868360 CPUtime=0.19
/proc/17774/task/17780/stat : 17780 (java) S 17773 17760 17723 0 -1 64 1451 0 0 0 19 0 0 0 15 0 9 0 2003495866 889200640 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17781] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17781/stat : 17781 (java) S 17773 17760 17723 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003495866 889200640 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17782] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17782/stat : 17782 (java) S 17773 17760 17723 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003495866 889200640 7864 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 887316

[startup+6.30166 s]
/proc/loadavg: 1.86 1.97 1.99 3/83 17782
/proc/meminfo: memFree=1864568/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=1.06
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 974 8889 0 1 3 0 98 5 16 0 1 0 2003495737 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17760/statm: 3400 797 370 3 0 500 0
[pid=17773] ppid=17760 vsize=5356 CPUtime=0
/proc/17773/stat : 17773 (sh) S 17760 17760 17723 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003495862 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17773/statm: 1339 233 193 169 0 50 0
[pid=17774] ppid=17773 vsize=868360 CPUtime=5
/proc/17774/stat : 17774 (java) S 17773 17760 17723 0 -1 0 13286 0 1 0 493 7 0 0 18 0 9 0 2003495862 889200640 12231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17774/statm: 217090 12231 2540 9 0 211665 0
[pid=17774/tid=17775] ppid=17773 vsize=868360 CPUtime=4.01
/proc/17774/task/17775/stat : 17775 (java) R 17773 17760 17723 0 -1 64 3032 0 1 0 399 2 0 0 25 0 9 0 2003495863 889200640 12231 996147200 134512640 134550740 4294955952 18446744073709551615 4126603980 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17776] ppid=17773 vsize=868360 CPUtime=0.75
/proc/17774/task/17776/stat : 17776 (java) S 17773 17760 17723 0 -1 64 8100 0 0 0 72 3 0 0 16 0 9 0 2003495864 889200640 12231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17777] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17777/stat : 17777 (java) S 17773 17760 17723 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003495864 889200640 12231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17778] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17778/stat : 17778 (java) S 17773 17760 17723 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003495864 889200640 12231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17779] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17779/stat : 17779 (java) S 17773 17760 17723 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003495866 889200640 12231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17780] ppid=17773 vsize=868360 CPUtime=0.2
/proc/17774/task/17780/stat : 17780 (java) S 17773 17760 17723 0 -1 64 1458 0 0 0 20 0 0 0 15 0 9 0 2003495866 889200640 12231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17781] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17781/stat : 17781 (java) S 17773 17760 17723 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003495866 889200640 12231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17782] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17782/stat : 17782 (java) S 17773 17760 17723 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003495866 889200640 12231 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887316

[startup+12.7024 s]
/proc/loadavg: 1.87 1.97 1.99 3/83 17782
/proc/meminfo: memFree=1821496/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=1.06
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 974 8889 0 1 3 0 98 5 16 0 1 0 2003495737 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17760/statm: 3400 797 370 3 0 500 0
[pid=17773] ppid=17760 vsize=5356 CPUtime=0
/proc/17773/stat : 17773 (sh) S 17760 17760 17723 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003495862 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17773/statm: 1339 233 193 169 0 50 0
[pid=17774] ppid=17773 vsize=868360 CPUtime=11.33
/proc/17774/stat : 17774 (java) S 17773 17760 17723 0 -1 0 31785 0 1 0 1116 17 0 0 18 0 9 0 2003495862 889200640 22932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17774/statm: 217090 22932 2540 9 0 211665 0
[pid=17774/tid=17775] ppid=17773 vsize=868360 CPUtime=9.01
/proc/17774/task/17775/stat : 17775 (java) R 17773 17760 17723 0 -1 64 3766 0 1 0 898 3 0 0 25 0 9 0 2003495863 889200640 22932 996147200 134512640 134550740 4294955952 18446744073709551615 4126568179 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17776] ppid=17773 vsize=868360 CPUtime=2.09
/proc/17774/task/17776/stat : 17776 (java) S 17773 17760 17723 0 -1 64 25865 0 0 0 197 12 0 0 16 0 9 0 2003495864 889200640 22932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17777] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17777/stat : 17777 (java) S 17773 17760 17723 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003495864 889200640 22932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17778] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17778/stat : 17778 (java) S 17773 17760 17723 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003495864 889200640 22932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17779] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17779/stat : 17779 (java) S 17773 17760 17723 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003495866 889200640 22932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17780] ppid=17773 vsize=868360 CPUtime=0.2
/proc/17774/task/17780/stat : 17780 (java) S 17773 17760 17723 0 -1 64 1458 0 0 0 20 0 0 0 17 0 9 0 2003495866 889200640 22932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17781] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17781/stat : 17781 (java) S 17773 17760 17723 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003495866 889200640 22932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17782] ppid=17773 vsize=868360 CPUtime=0
/proc/17774/task/17782/stat : 17782 (java) R 17773 17760 17723 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003495866 889200640 22932 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 887316

[startup+25.503 s]
/proc/loadavg: 1.90 1.97 1.99 3/83 17782
/proc/meminfo: memFree=1746872/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=1.07
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 974 8889 0 1 4 0 98 5 15 0 1 0 2003495737 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17760/statm: 3400 797 370 3 0 500 0
[pid=17773] ppid=17760 vsize=5356 CPUtime=0
/proc/17773/stat : 17773 (sh) S 17760 17760 17723 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003495862 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17773/statm: 1339 233 193 169 0 50 0
[pid=17774] ppid=17773 vsize=868472 CPUtime=23.98
/proc/17774/stat : 17774 (java) S 17773 17760 17723 0 -1 0 49862 0 1 0 2363 35 0 0 18 0 9 0 2003495862 889315328 36078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17774/statm: 217118 36078 2566 9 0 211665 0
[pid=17774/tid=17775] ppid=17773 vsize=868472 CPUtime=19.3
/proc/17774/task/17775/stat : 17775 (java) R 17773 17760 17723 0 -1 64 4597 0 1 0 1917 13 0 0 25 0 9 0 2003495863 889315328 36078 996147200 134512640 134550740 4294955952 18446744073709551615 4127097968 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17776] ppid=17773 vsize=868472 CPUtime=4.37
/proc/17774/task/17776/stat : 17776 (java) S 17773 17760 17723 0 -1 64 43068 0 0 0 417 20 0 0 16 0 9 0 2003495864 889315328 36078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17777] ppid=17773 vsize=868472 CPUtime=0
/proc/17774/task/17777/stat : 17777 (java) S 17773 17760 17723 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003495864 889315328 36078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17778] ppid=17773 vsize=868472 CPUtime=0
/proc/17774/task/17778/stat : 17778 (java) S 17773 17760 17723 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003495864 889315328 36078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17779] ppid=17773 vsize=868472 CPUtime=0
/proc/17774/task/17779/stat : 17779 (java) S 17773 17760 17723 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003495866 889315328 36078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17780] ppid=17773 vsize=868472 CPUtime=0.28
/proc/17774/task/17780/stat : 17780 (java) S 17773 17760 17723 0 -1 64 1501 0 0 0 28 0 0 0 16 0 9 0 2003495866 889315328 36078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17781] ppid=17773 vsize=868472 CPUtime=0
/proc/17774/task/17781/stat : 17781 (java) S 17773 17760 17723 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003495866 889315328 36078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17774/tid=17782] ppid=17773 vsize=868472 CPUtime=0
/proc/17774/task/17782/stat : 17782 (java) R 17773 17760 17723 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003495866 889315328 36078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 887428

[startup+51.1021 s]
/proc/loadavg: 1.93 1.97 1.99 3/83 17782
/proc/meminfo: memFree=1660152/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=1.07
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 974 8889 0 1 4 0 98 5 16 0 1 0 2003495737 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17760/statm: 3400 797 370 3 0 500 0
[pid=17773] ppid=17760 vsize=5356 CPUtime=0
/proc/17773/stat : 17773 (sh) S 17760 17760 17723 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003495862 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17773/statm: 1339 233 193 169 0 50 0
[pid=17774] ppid=17773 vsize=868472 CPUtime=49.28
/proc/17774/stat : 17774 (java) S 17773 17760 17723 0 -1 0 50076 0 1 0 4836 92 0 0 18 0 9 0 2003495862 889315328 36087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=17783] ppid=17760 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (sh) S 17760 17760 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003503424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 232 193 169 0 50 0
[pid=17784] ppid=17783 vsize=603664 CPUtime=1341.57
/proc/17784/stat : 17784 (minisat) R 17783 17760 17723 0 -1 4194304 143297 0 0 0 134060 97 0 0 25 0 1 0 2003503425 618151936 143283 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17784/statm: 150916 143283 76 150 0 150763 0
Current children cumulated CPU time (s) 1417.32
Current children cumulated vsize (KiB) 622620

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17883
/proc/meminfo: memFree=979320/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.75
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 1033 59615 0 2 4 1 7364 206 16 0 1 0 2003495737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 799 370 3 0 500 0
[pid=17783] ppid=17760 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (sh) S 17760 17760 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003503424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 232 193 169 0 50 0
[pid=17784] ppid=17783 vsize=604068 CPUtime=1401.55
/proc/17784/stat : 17784 (minisat) R 17783 17760 17723 0 -1 4194304 143306 0 0 0 140057 98 0 0 25 0 1 0 2003503425 618565632 143292 996147200 134512640 135127466 4294956256 18446744073709551615 134531065 0 0 4096 3 0 0 0 17 0 0 0
/proc/17784/statm: 151017 143292 76 150 0 150864 0
Current children cumulated CPU time (s) 1477.3
Current children cumulated vsize (KiB) 623024

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17883
/proc/meminfo: memFree=979256/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.75
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 1033 59615 0 2 4 1 7364 206 16 0 1 0 2003495737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 799 370 3 0 500 0
[pid=17783] ppid=17760 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (sh) S 17760 17760 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003503424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 232 193 169 0 50 0
[pid=17784] ppid=17783 vsize=604068 CPUtime=1461.53
/proc/17784/stat : 17784 (minisat) R 17783 17760 17723 0 -1 4194304 143315 0 0 0 146055 98 0 0 25 0 1 0 2003503425 618565632 143301 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/17784/statm: 151017 143301 76 150 0 150864 0
Current children cumulated CPU time (s) 1537.28
Current children cumulated vsize (KiB) 623024

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17883
/proc/meminfo: memFree=979128/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.75
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 1033 59615 0 2 4 1 7364 206 16 0 1 0 2003495737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 799 370 3 0 500 0
[pid=17783] ppid=17760 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (sh) S 17760 17760 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003503424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 232 193 169 0 50 0
[pid=17784] ppid=17783 vsize=604068 CPUtime=1521.5
/proc/17784/stat : 17784 (minisat) R 17783 17760 17723 0 -1 4194304 143338 0 0 0 152052 98 0 0 25 0 1 0 2003503425 618565632 143324 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17784/statm: 151017 143324 76 150 0 150864 0
Current children cumulated CPU time (s) 1597.25
Current children cumulated vsize (KiB) 623024

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17883
/proc/meminfo: memFree=978872/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.75
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 1033 59615 0 2 4 1 7364 206 16 0 1 0 2003495737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 799 370 3 0 500 0
[pid=17783] ppid=17760 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (sh) S 17760 17760 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003503424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 232 193 169 0 50 0
[pid=17784] ppid=17783 vsize=604068 CPUtime=1581.47
/proc/17784/stat : 17784 (minisat) R 17783 17760 17723 0 -1 4194304 143363 0 0 0 158049 98 0 0 25 0 1 0 2003503425 618565632 143349 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/17784/statm: 151017 143349 76 150 0 150864 0
Current children cumulated CPU time (s) 1657.22
Current children cumulated vsize (KiB) 623024

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17883
/proc/meminfo: memFree=978744/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.75
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 1033 59615 0 2 4 1 7364 206 16 0 1 0 2003495737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 799 370 3 0 500 0
[pid=17783] ppid=17760 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (sh) S 17760 17760 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003503424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 232 193 169 0 50 0
[pid=17784] ppid=17783 vsize=604068 CPUtime=1641.45
/proc/17784/stat : 17784 (minisat) R 17783 17760 17723 0 -1 4194304 143373 0 0 0 164047 98 0 0 25 0 1 0 2003503425 618565632 143359 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/17784/statm: 151017 143359 76 150 0 150864 0
Current children cumulated CPU time (s) 1717.2
Current children cumulated vsize (KiB) 623024

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 4/76 17883
/proc/meminfo: memFree=978680/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.75
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 1033 59615 0 2 4 1 7364 206 16 0 1 0 2003495737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 799 370 3 0 500 0
[pid=17783] ppid=17760 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (sh) S 17760 17760 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003503424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 232 193 169 0 50 0
[pid=17784] ppid=17783 vsize=604068 CPUtime=1701.42
/proc/17784/stat : 17784 (minisat) R 17783 17760 17723 0 -1 4194304 143381 0 0 0 170044 98 0 0 25 0 1 0 2003503425 618565632 143367 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17784/statm: 151017 143367 76 150 0 150864 0
Current children cumulated CPU time (s) 1777.17
Current children cumulated vsize (KiB) 623024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.2 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17883
/proc/meminfo: memFree=978616/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.75
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 1033 59615 0 2 4 1 7364 206 16 0 1 0 2003495737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 799 370 3 0 500 0
[pid=17783] ppid=17760 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (sh) S 17760 17760 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003503424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 232 193 169 0 50 0
[pid=17784] ppid=17783 vsize=604068 CPUtime=1724.32
/proc/17784/stat : 17784 (minisat) R 17783 17760 17723 0 -1 4194304 143385 0 0 0 172334 98 0 0 25 0 1 0 2003503425 618565632 143371 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/17784/statm: 151017 143371 76 150 0 150864 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 623024

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

[startup+1805.2 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17883
/proc/meminfo: memFree=978616/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.75
/proc/17760/stat : 17760 (sugar) S 17758 17760 17723 0 -1 4194304 1033 59615 0 2 4 1 7364 206 16 0 1 0 2003495737 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210833027170 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17760/statm: 3400 799 370 3 0 500 0
[pid=17783] ppid=17760 vsize=5356 CPUtime=0
/proc/17783/stat : 17783 (sh) S 17760 17760 17723 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003503424 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17783/statm: 1339 232 193 169 0 50 0
[pid=17784] ppid=17783 vsize=604068 CPUtime=1724.32
/proc/17784/stat : 17784 (minisat) R 17783 17760 17723 0 -1 4194304 143385 0 0 0 172334 98 0 0 25 0 1 0 2003503425 618565632 143371 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/17784/statm: 151017 143371 76 150 0 150864 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 623024

# WARNING:
# current cumulated CPU time (75.77 s) is less than in the last sample (1800.07 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1724.3 s) to the 'lost time'.

[startup+1805.32 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17883
/proc/meminfo: memFree=978616/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.77
/proc/17760/stat : 17760 (sugar) R 17758 17760 17723 0 -1 4194304 1069 59892 0 2 4 3 7364 206 17 0 1 0 2003495737 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17760/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 75.77
Current children cumulated vsize (KiB) 13600

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

[startup+1805.4 s]
/proc/loadavg: 2.00 1.99 1.99 3/76 17883
/proc/meminfo: memFree=978616/2055920 swapFree=4180424/4192956
[pid=17760] ppid=17758 vsize=13600 CPUtime=75.85
/proc/17760/stat : 17760 (sugar) R 17758 17760 17723 0 -1 4194304 1069 59892 0 2 4 11 7364 206 17 0 1 0 2003495737 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210824303657 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17760/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 75.85
Current children cumulated vsize (KiB) 13600

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): 1724.3
#  lost CPU user time (s): 1723.34
#  lost CPU system time (s): 0.96

Real time (s): 1805.43
CPU time (s): 1800.19
CPU user time (s): 1797.03
CPU system time (s): 3.16167
CPU usage (%): 99.7102
Max. virtual memory (cumulated for all children) (KiB): 897564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.6918
system time used= 2.20167
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60992
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= 10789
involuntary context switches= 12108

runsolver used 2.6126 second user time and 5.38118 second system time

The end

Launcher Data (download as text)

Begin job on node33 at 2008-07-05 10:07:02
IDJOB=1087662
IDBENCH=58028
IDSOLVER=346
FILE ID=node33/1087662-1215245222
PBS_JOBID= 7882037
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087662-1215245222/watcher-1087662-1215245222 -o /tmp/evaluation-result-1087662-1215245222/solver-1087662-1215245222 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1087662-1215245222.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fd291b2d849040dbdfa6434d5b702e4d
RANDOM SEED=1323620296

node33.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.231
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.231
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:       1902256 kB
Buffers:          6884 kB
Cached:          75688 kB
SwapCached:       6236 kB
Active:          57388 kB
Inactive:        43744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1902256 kB
SwapTotal:     4192956 kB
SwapFree:      4180424 kB
Dirty:            2680 kB
Writeback:           0 kB
Mapped:          26232 kB
Slab:            38000 kB
Committed_AS:  3609992 kB
PageTables:       1776 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= 66440 MiB
End job on node33 at 2008-07-05 10:37:10