Trace number 1077609

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.23 1814.72

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-2.xml
MD5SUMdeee800a676362b8ba7ef4a56056f1e3
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark102.676
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65133
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64933
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 19:52:36 2008
0.00/0.04	c 0	PID 29689
0.00/0.04	c 0	HOST node90.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077609-1215193950.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077609-1215193950.xml' 'HOME/temp.csp'
3.10/3.07	c 3	32 domains, 800 variables, 1 predicates, 0 relations, 65133 constraints
3.10/3.09	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.10/3.09	c 3	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'
3.21/3.16	c 4	Parsing HOME/temp.csp
3.56/3.47	c 4	parsed 10000 expressions
3.87/3.77	c 4	parsed 20000 expressions
4.07/3.99	c 4	parsed 30000 expressions
4.37/4.30	c 5	parsed 40000 expressions
4.67/4.60	c 5	parsed 50000 expressions
5.07/4.97	c 5	parsed 60000 expressions
5.20/5.11	c 6	parsed 65966 expressions
5.20/5.11	c 6	Heap : 28 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.20/5.11	c 6	Converting to clausal form CSP
6.45/6.04	c 6	converted 6597 (10%) expressions
6.94/6.55	c 7	converted 13194 (20%) expressions
7.44/7.04	c 7	converted 19790 (30%) expressions
8.24/7.87	c 8	converted 26387 (40%) expressions
8.75/8.37	c 9	converted 32983 (50%) expressions
9.25/8.87	c 9	converted 39580 (60%) expressions
10.44/10.07	c 10	converted 46177 (70%) expressions
11.04/10.60	c 11	converted 52773 (80%) expressions
11.57/11.19	c 12	converted 59370 (90%) expressions
12.93/12.51	c 13	converted 65966 (100%) expressions
12.93/12.51	c 13	CSP : 800 integers, 0 booleans, 94989 clauses, largest domain size 45
12.93/12.51	c 13	Heap : 145 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.93/12.51	c 13	Propagation in CSP
13.45/13.06	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.45/13.06	c 13	CSP : 800 integers, 0 booleans, 94989 clauses, largest domain size 45
13.45/13.06	c 13	Heap : 159 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.45/13.09	c 13	Simplifing CSP by introducing new Boolean variables
16.06/15.61	c 16	CSP : 800 integers, 314493 booleans, 409482 clauses, largest domain size 45
16.06/15.61	c 16	Heap : 248 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.66/17.20	c 18	Encoding CSP to SAT : HOME/temp.cnf
17.66/17.25	c 18	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
17.66/17.26	c 18	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
17.66/17.26	c 18	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
17.66/17.26	c 18	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
17.66/17.27	c 18	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
17.66/17.28	c 18	480 (60%) CSP integer variables are encoded (17364 clauses, 238818 bytes)
17.66/17.28	c 18	560 (70%) CSP integer variables are encoded (17504 clauses, 240918 bytes)
17.66/17.28	c 18	640 (80%) CSP integer variables are encoded (17673 clauses, 243453 bytes)
17.66/17.28	c 18	720 (90%) CSP integer variables are encoded (17833 clauses, 245853 bytes)
17.66/17.29	c 18	800 (100%) CSP integer variables are encoded (17954 clauses, 247668 bytes)
19.39/18.97	c 19	40949 (10%) CSP clauses are encoded (826247 clauses, 15868314 bytes)
21.08/20.63	c 21	81897 (20%) CSP clauses are encoded (1632916 clauses, 32188057 bytes)
22.68/22.30	c 23	122845 (30%) CSP clauses are encoded (2437110 clauses, 48897882 bytes)
24.54/28.21	c 29	163793 (40%) CSP clauses are encoded (3241750 clauses, 66069478 bytes)
26.20/29.87	c 30	204741 (50%) CSP clauses are encoded (4043287 clauses, 83230876 bytes)
27.90/31.54	c 32	245690 (60%) CSP clauses are encoded (4849781 clauses, 100604377 bytes)
29.60/33.29	c 34	286638 (70%) CSP clauses are encoded (5658131 clauses, 118609091 bytes)
31.93/45.39	c 46	327586 (80%) CSP clauses are encoded (6544091 clauses, 138364286 bytes)
34.21/47.69	c 48	368534 (90%) CSP clauses are encoded (7780607 clauses, 164652664 bytes)
36.52/49.95	c 50	409482 (100%) CSP clauses are encoded (9017739 clauses, 191319293 bytes)
36.52/49.95	c 50	409482 CSP clauses encoded
36.52/49.95	c 50	Writing map file : HOME/temp.map
36.52/49.99	c 50	Heap : 198 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.52/49.99	c 50	SAT : 333223 SAT variables, 9017739 SAT clauses, 191319293 bytes
36.52/49.99	c 50	Heap : 198 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.61/50.06	c 50	SOLVING HOME/temp.cnf
36.61/50.06	c 50	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
36.61/50.06	c 50	This is MiniSat 2.0 beta
36.61/50.06	c 50	WARNING: for repeatability, setting FPU to use double precision
36.61/50.06	c 50	============================[ Problem Statistics ]=============================
36.61/50.06	c 50	|                                                                             |
36.61/50.06	c 50	|  Number of variables:  333223                                               |
36.61/50.06	c 50	|  Number of clauses:    9017739                                              |
41.28/54.76	c 55	|  Parsing time:         4.07         s                                       |
41.48/54.97	c 55	============================[ Search Statistics ]==============================
41.48/54.97	c 55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
41.48/54.97	c 55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
41.48/54.97	c 55	===============================================================================
41.48/54.97	c 55	|         0 |  333223  9017739 26525470 |  3005913        0    nan |  0.000 % |
44.08/57.53	c 58	|       100 |  333223  9017739 26525470 |  3306504      100     10 |  0.000 % |
45.28/58.78	c 59	|       251 |  333223  9017739 26525470 |  3637154      251      9 |  0.000 % |
46.97/60.48	c 61	|       476 |  333223  9017739 26525470 |  4000870      476     10 |  0.000 % |
48.77/62.23	c 63	|       814 |  333223  9017739 26525470 |  4400957      814     12 |  0.000 % |
51.67/65.21	c 66	|      1320 |  333223  9017739 26525470 |  4841052     1320     13 |  0.000 % |
53.76/67.26	c 68	|      2079 |  333223  9017739 26525470 |  5325158     2079     16 |  0.000 % |
57.06/70.57	c 71	|      3220 |  333223  9017739 26525470 |  5857674     3220     16 |  0.000 % |
58.85/72.38	c 73	|      4930 |  333223  9017739 26525470 |  6443441     4930     22 |  0.000 % |
61.85/75.31	c 76	|      7493 |  333223  9017739 26525470 |  7087785     7493     24 |  0.000 % |
64.15/77.61	c 78	|     11337 |  333223  9017739 26525470 |  7796564    11337     25 |  0.000 % |
70.44/83.91	c 84	|     17103 |  333223  9017739 26525470 |  8576220    17103     26 |  0.000 % |
75.44/88.98	c 89	|     25752 |  333223  9017739 26525470 |  9433842    25752     35 |  0.000 % |
84.41/97.95	c 98	|     38726 |  333223  9017739 26525470 | 10377226    38726     35 |  0.000 % |
102.89/116.40	c 117	|     58187 |  333223  9017739 26525470 | 11414949    58187     42 |  0.000 % |
121.67/135.27	c 136	|     87380 |  333223  9017739 26525470 | 12556444    87380     40 |  0.000 % |
145.97/159.58	c 160	|    131170 |  333223  9017739 26525470 | 13812089   131170     45 |  0.000 % |
178.03/191.67	c 192	|    196854 |  333223  9017739 26525470 | 15193297   196854     47 |  0.000 % |
249.98/263.68	c 264	|    295380 |  333223  9017739 26525470 | 16712627   295380     45 |  0.000 % |
329.22/342.95	c 343	|    443169 |  333223  9017739 26525470 | 18383890   443169     48 |  0.000 % |
623.23/637.14	c 638	|    664852 |  333223  9017739 26525470 | 20222279   664852     46 |  0.000 % |
935.19/949.26	c 950	|    997377 |  333223  9017739 26525470 | 22244507   997377     44 |  0.000 % |
1543.99/1558.34	c 1559	|   1496165 |  333223  9017739 26525470 | 24468958  1496165     48 |  0.000 % |
1800.08/1814.51	c ERROR INTERRUPTED
1800.19/1814.62	s UNKNOWN
1800.19/1814.62	c 1815	CPU 34.85 (0.04 0.01 34.81 1.81)
1800.19/1814.62	c 1815	END Fri Jul  4 20:22:51 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-1077609-1215193950/watcher-1077609-1215193950 -o /tmp/evaluation-result-1077609-1215193950/solver-1077609-1215193950 -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-1077609-1215193950.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.89 1.27 1.09 3/71 29689
/proc/meminfo: memFree=1757180/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=12272 CPUtime=0
/proc/29689/stat : 29689 (sugar) R 29687 29689 29295 0 -1 4194304 358 0 0 0 0 0 0 0 19 0 1 0 675122211 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 256384816640 0 0 4224 0 0 0 0 17 0 0 0
/proc/29689/statm: 3068 327 246 3 0 168 0

[startup+0.00737093 s]
/proc/loadavg: 1.89 1.27 1.09 3/71 29689
/proc/meminfo: memFree=1757180/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=12272 CPUtime=0
/proc/29689/stat : 29689 (sugar) R 29687 29689 29295 0 -1 4194304 397 0 0 0 0 0 0 0 19 0 1 0 675122211 12566528 365 996147200 4194304 4206940 548682068608 18446744073709551615 256365001317 0 0 4224 0 0 0 0 17 0 0 0
/proc/29689/statm: 3068 365 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101386 s]
/proc/loadavg: 1.89 1.27 1.09 3/71 29689
/proc/meminfo: memFree=1757180/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=0.03
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 675122211 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30141 s]
/proc/loadavg: 1.89 1.27 1.09 3/71 29689
/proc/meminfo: memFree=1757180/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=0.03
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 675122211 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701448 s]
/proc/loadavg: 1.89 1.27 1.09 3/71 29689
/proc/meminfo: memFree=1757180/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=0.03
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 675122211 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 1.89 1.27 1.09 2/82 29701
/proc/meminfo: memFree=1715108/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=0.03
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 675122211 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 796 370 3 0 500 0
[pid=29692] ppid=29689 vsize=5356 CPUtime=0
/proc/29692/stat : 29692 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675122215 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29692/statm: 1339 233 193 169 0 50 0
[pid=29693] ppid=29692 vsize=865480 CPUtime=1.55
/proc/29693/stat : 29693 (java) S 29692 29689 29295 0 -1 0 21071 0 1 0 145 10 0 0 18 0 9 0 675122215 886251520 18148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29693/statm: 216370 18148 2529 9 0 210952 0
[pid=29693/tid=29694] ppid=29692 vsize=865480 CPUtime=0.79
/proc/29693/task/29694/stat : 29694 (java) R 29692 29689 29295 0 -1 64 3326 0 1 0 77 2 0 0 17 0 9 0 675122216 886251520 18148 996147200 134512640 134550740 4294956000 18446744073709551615 4126693491 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29693/tid=29695] ppid=29692 vsize=865480 CPUtime=0.63
/proc/29693/task/29695/stat : 29695 (java) S 29692 29689 29295 0 -1 64 16552 0 0 0 56 7 0 0 16 0 9 0 675122217 886251520 18148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29693/tid=29696] ppid=29692 vsize=865480 CPUtime=0
/proc/29693/task/29696/stat : 29696 (java) S 29692 29689 29295 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 675122218 886251520 18148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29693/tid=29697] ppid=29692 vsize=865480 CPUtime=0
/proc/29693/task/29697/stat : 29697 (java) S 29692 29689 29295 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 675122218 886251520 18148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29693/tid=29698] ppid=29692 vsize=865480 CPUtime=0
/proc/29693/task/29698/stat : 29698 (java) S 29692 29689 29295 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 675122219 886251520 18148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29693/tid=29699] ppid=29692 vsize=865480 CPUtime=0.1
/proc/29693/task/29699/stat : 29699 (java) S 29692 29689 29295 0 -1 64 493 0 0 0 10 0 0 0 16 0 9 0 675122219 886251520 18148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29693/tid=29700] ppid=29692 vsize=865480 CPUtime=0
/proc/29693/task/29700/stat : 29700 (java) S 29692 29689 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 675122219 886251520 18148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29693/tid=29701] ppid=29692 vsize=865480 CPUtime=0
/proc/29693/task/29701/stat : 29701 (java) S 29692 29689 29295 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 675122219 886251520 18148 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 884436

[startup+3.1017 s]
/proc/loadavg: 1.89 1.27 1.09 2/82 29701
/proc/meminfo: memFree=1672356/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=3.21
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 956 32297 0 1 3 0 301 17 17 0 1 0 675122211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 13600

[startup+6.30203 s]
/proc/loadavg: 1.98 1.30 1.10 3/82 29711
/proc/meminfo: memFree=1713124/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=3.21
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 974 32297 0 1 3 0 301 17 16 0 1 0 675122211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 797 370 3 0 500 0
[pid=29702] ppid=29689 vsize=5356 CPUtime=0
/proc/29702/stat : 29702 (sh) S 29689 29689 29295 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 675122521 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1339 233 193 169 0 50 0
[pid=29703] ppid=29702 vsize=869340 CPUtime=3.53
/proc/29703/stat : 29703 (java) S 29702 29689 29295 0 -1 0 17847 0 1 0 339 14 0 0 20 0 9 0 675122521 890204160 15908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29703/statm: 217335 15908 2540 9 0 211910 0
[pid=29703/tid=29704] ppid=29702 vsize=869340 CPUtime=2.11
/proc/29703/task/29704/stat : 29704 (java) R 29702 29689 29295 0 -1 64 3338 0 1 0 208 3 0 0 17 0 9 0 675122522 890204160 15908 996147200 134512640 134550740 4294955952 18446744073709551615 4126586447 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29703/tid=29705] ppid=29702 vsize=869340 CPUtime=1.05
/proc/29703/task/29705/stat : 29705 (java) S 29702 29689 29295 0 -1 64 12334 0 0 0 96 9 0 0 16 0 9 0 675122523 890204160 15908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=869340 CPUtime=0
/proc/29703/task/29706/stat : 29706 (java) S 29702 29689 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 675122523 890204160 15908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=869340 CPUtime=0
/proc/29703/task/29707/stat : 29707 (java) S 29702 29689 29295 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 675122523 890204160 15908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=869340 CPUtime=0
/proc/29703/task/29708/stat : 29708 (java) S 29702 29689 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 675122525 890204160 15908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29709] ppid=29702 vsize=869340 CPUtime=0.35
/proc/29703/task/29709/stat : 29709 (java) S 29702 29689 29295 0 -1 64 1479 0 0 0 34 1 0 0 16 0 9 0 675122525 890204160 15908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29703/tid=29710] ppid=29702 vsize=869340 CPUtime=0
/proc/29703/task/29710/stat : 29710 (java) S 29702 29689 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 675122525 890204160 15908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29711] ppid=29702 vsize=869340 CPUtime=0
/proc/29703/task/29711/stat : 29711 (java) S 29702 29689 29295 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 675122525 890204160 15908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 888296

[startup+12.7017 s]
/proc/loadavg: 2.06 1.32 1.11 2/82 29711
/proc/meminfo: memFree=1596964/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=3.22
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 974 32297 0 1 3 1 301 17 16 0 1 0 675122211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 797 370 3 0 500 0
[pid=29702] ppid=29689 vsize=5356 CPUtime=0
/proc/29702/stat : 29702 (sh) S 29689 29689 29295 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 675122521 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1339 233 193 169 0 50 0
[pid=29703] ppid=29702 vsize=869276 CPUtime=9.92
/proc/29703/stat : 29703 (java) S 29702 29689 29295 0 -1 0 55440 0 1 0 964 28 0 0 20 0 9 0 675122521 890138624 43655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29703/statm: 217319 43655 2540 9 0 211894 0
[pid=29703/tid=29704] ppid=29702 vsize=869276 CPUtime=6.02
/proc/29703/task/29704/stat : 29704 (java) R 29702 29689 29295 0 -1 64 4482 0 1 0 598 4 0 0 17 0 9 0 675122522 890138624 43655 996147200 134512640 134550740 4294955952 18446744073709551615 4126616135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29703/tid=29705] ppid=29702 vsize=869276 CPUtime=3.52
/proc/29703/task/29705/stat : 29705 (java) S 29702 29689 29295 0 -1 64 48770 0 0 0 330 22 0 0 16 0 9 0 675122523 890138624 43655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=869276 CPUtime=0
/proc/29703/task/29706/stat : 29706 (java) S 29702 29689 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 675122523 890138624 43655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=869276 CPUtime=0
/proc/29703/task/29707/stat : 29707 (java) S 29702 29689 29295 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 675122523 890138624 43655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=869276 CPUtime=0
/proc/29703/task/29708/stat : 29708 (java) S 29702 29689 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 675122525 890138624 43655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29709] ppid=29702 vsize=869276 CPUtime=0.36
/proc/29703/task/29709/stat : 29709 (java) S 29702 29689 29295 0 -1 64 1492 0 0 0 35 1 0 0 16 0 9 0 675122525 890138624 43655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29710] ppid=29702 vsize=869276 CPUtime=0
/proc/29703/task/29710/stat : 29710 (java) S 29702 29689 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 675122525 890138624 43655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29711] ppid=29702 vsize=869276 CPUtime=0
/proc/29703/task/29711/stat : 29711 (java) S 29702 29689 29295 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 675122525 890138624 43655 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.14
Current children cumulated vsize (KiB) 888232

[startup+25.507 s]
/proc/loadavg: 2.27 1.41 1.14 1/82 29711
/proc/meminfo: memFree=1413668/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=3.22
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 974 32297 0 1 3 1 301 17 16 0 1 0 675122211 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29689/statm: 3400 797 370 3 0 500 0
[pid=29702] ppid=29689 vsize=5356 CPUtime=0
/proc/29702/stat : 29702 (sh) S 29689 29689 29295 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 675122521 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29702/statm: 1339 233 193 169 0 50 0
[pid=29703] ppid=29702 vsize=869388 CPUtime=21.11
/proc/29703/stat : 29703 (java) S 29702 29689 29295 0 -1 0 95431 0 1 0 2030 81 0 0 20 0 9 0 675122521 890253312 70819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29703/statm: 217347 70819 2566 9 0 211894 0
[pid=29703/tid=29704] ppid=29702 vsize=869388 CPUtime=13.2
/proc/29703/task/29704/stat : 29704 (java) D 29702 29689 29295 0 -1 64 5877 0 1 0 1281 39 0 0 17 0 9 0 675122522 890253312 70819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=29703/tid=29705] ppid=29702 vsize=869388 CPUtime=7.46
/proc/29703/task/29705/stat : 29705 (java) S 29702 29689 29295 0 -1 64 87319 0 0 0 706 40 0 0 16 0 9 0 675122523 890253312 70819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29706] ppid=29702 vsize=869388 CPUtime=0
/proc/29703/task/29706/stat : 29706 (java) S 29702 29689 29295 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 675122523 890253312 70819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29707] ppid=29702 vsize=869388 CPUtime=0
/proc/29703/task/29707/stat : 29707 (java) S 29702 29689 29295 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 675122523 890253312 70819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29708] ppid=29702 vsize=869388 CPUtime=0
/proc/29703/task/29708/stat : 29708 (java) S 29702 29689 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 675122525 890253312 70819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29709] ppid=29702 vsize=869388 CPUtime=0.43
/proc/29703/task/29709/stat : 29709 (java) S 29702 29689 29295 0 -1 64 1539 0 0 0 42 1 0 0 16 0 9 0 675122525 890253312 70819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29710] ppid=29702 vsize=869388 CPUtime=0
/proc/29703/task/29710/stat : 29710 (java) S 29702 29689 29295 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 675122525 890253312 70819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29703/tid=29711] ppid=29702 vsize=869388 CPUtime=0
/proc/29703/task/29711/stat : 29711 (java) S 29702 29689 29295 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 675122525 890253312 70819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.33
Current children cumulated vsize (KiB) 888344

[startup+51.1017 s]
/proc/loadavg: 2.67 1.57 1.20 2/74 29713
/proc/meminfo: memFree=1502692/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.66
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 1033 128194 0 2 4 1 3481 180 16 0 1 0 675122211 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 799 370 3 0 500 0
[pid=29712] ppid=29689 vsize=5356 CPUtime=0
/proc/29712/stat : 29712 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675127217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29712/statm: 1339 232 193 169 0 50 0
[pid=29713] ppid=29712 vsize=87356 CPUtime=1.02
/proc/29713/stat : 29713 (minisat) R 29712 29689 29295 0 -1 4194304 21187 0 0 0 89 13 0 0 25 0 1 0 675127217 89452544 21173 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0

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

[pid=29712] ppid=29689 vsize=5356 CPUtime=0
/proc/29712/stat : 29712 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675127217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29712/statm: 1339 232 193 169 0 50 0
[pid=29713] ppid=29712 vsize=735228 CPUtime=1371.41
/proc/29713/stat : 29713 (minisat) R 29712 29689 29295 0 -1 4194304 179434 0 0 0 136992 149 0 0 25 0 1 0 675127217 752873472 179420 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/29713/statm: 183807 179420 76 150 0 183654 0
Current children cumulated CPU time (s) 1408.07
Current children cumulated vsize (KiB) 754184

[startup+1482.3 s]
/proc/loadavg: 1.00 1.05 1.28 2/74 29720
/proc/meminfo: memFree=827556/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.66
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 1033 128194 0 2 4 1 3481 180 16 0 1 0 675122211 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 799 370 3 0 500 0
[pid=29712] ppid=29689 vsize=5356 CPUtime=0
/proc/29712/stat : 29712 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675127217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29712/statm: 1339 232 193 169 0 50 0
[pid=29713] ppid=29712 vsize=753364 CPUtime=1431.37
/proc/29713/stat : 29713 (minisat) R 29712 29689 29295 0 -1 4194304 184024 0 0 0 142984 153 0 0 25 0 1 0 675127217 771444736 184010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29713/statm: 188341 184010 76 150 0 188188 0
Current children cumulated CPU time (s) 1468.03
Current children cumulated vsize (KiB) 772320

[startup+1542.3 s]
/proc/loadavg: 1.00 1.04 1.26 2/74 29720
/proc/meminfo: memFree=820132/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.66
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 1033 128194 0 2 4 1 3481 180 16 0 1 0 675122211 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 799 370 3 0 500 0
[pid=29712] ppid=29689 vsize=5356 CPUtime=0
/proc/29712/stat : 29712 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675127217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29712/statm: 1339 232 193 169 0 50 0
[pid=29713] ppid=29712 vsize=760436 CPUtime=1491.34
/proc/29713/stat : 29713 (minisat) R 29712 29689 29295 0 -1 4194304 185822 0 0 0 148979 155 0 0 25 0 1 0 675127217 778686464 185808 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/29713/statm: 190109 185808 76 150 0 189956 0
Current children cumulated CPU time (s) 1528
Current children cumulated vsize (KiB) 779392

[startup+1602.3 s]
/proc/loadavg: 1.00 1.03 1.25 2/74 29720
/proc/meminfo: memFree=813028/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.66
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 1033 128194 0 2 4 1 3481 180 16 0 1 0 675122211 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 799 370 3 0 500 0
[pid=29712] ppid=29689 vsize=5356 CPUtime=0
/proc/29712/stat : 29712 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675127217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29712/statm: 1339 232 193 169 0 50 0
[pid=29713] ppid=29712 vsize=767488 CPUtime=1551.31
/proc/29713/stat : 29713 (minisat) R 29712 29689 29295 0 -1 4194304 187586 0 0 0 154974 157 0 0 25 0 1 0 675127217 785907712 187572 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29713/statm: 191872 187572 76 150 0 191719 0
Current children cumulated CPU time (s) 1587.97
Current children cumulated vsize (KiB) 786444

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.23 2/74 29720
/proc/meminfo: memFree=800228/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.66
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 1033 128194 0 2 4 1 3481 180 16 0 1 0 675122211 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 799 370 3 0 500 0
[pid=29712] ppid=29689 vsize=5356 CPUtime=0
/proc/29712/stat : 29712 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675127217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29712/statm: 1339 232 193 169 0 50 0
[pid=29713] ppid=29712 vsize=783056 CPUtime=1611.29
/proc/29713/stat : 29713 (minisat) R 29712 29689 29295 0 -1 4194304 190786 0 0 0 160968 161 0 0 25 0 1 0 675127217 801849344 190772 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29713/statm: 195764 190772 76 150 0 195611 0
Current children cumulated CPU time (s) 1647.95
Current children cumulated vsize (KiB) 802012

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.21 2/74 29720
/proc/meminfo: memFree=788132/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.66
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 1033 128194 0 2 4 1 3481 180 16 0 1 0 675122211 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 799 370 3 0 500 0
[pid=29712] ppid=29689 vsize=5356 CPUtime=0
/proc/29712/stat : 29712 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675127217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29712/statm: 1339 232 193 169 0 50 0
[pid=29713] ppid=29712 vsize=795092 CPUtime=1671.26
/proc/29713/stat : 29713 (minisat) R 29712 29689 29295 0 -1 4194304 193854 0 0 0 166962 164 0 0 25 0 1 0 675127217 814174208 193840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29713/statm: 198773 193840 76 150 0 198620 0
Current children cumulated CPU time (s) 1707.92
Current children cumulated vsize (KiB) 814048

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.19 2/74 29720
/proc/meminfo: memFree=770916/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.66
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 1033 128194 0 2 4 1 3481 180 16 0 1 0 675122211 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 799 370 3 0 500 0
[pid=29712] ppid=29689 vsize=5356 CPUtime=0
/proc/29712/stat : 29712 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675127217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29712/statm: 1339 232 193 169 0 50 0
[pid=29713] ppid=29712 vsize=811752 CPUtime=1731.23
/proc/29713/stat : 29713 (minisat) R 29712 29689 29295 0 -1 4194304 198079 0 0 0 172954 169 0 0 25 0 1 0 675127217 831234048 198065 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29713/statm: 202938 198065 76 150 0 202785 0
Current children cumulated CPU time (s) 1767.89
Current children cumulated vsize (KiB) 830708



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 1.00 1.01 1.18 2/74 29720
/proc/meminfo: memFree=759972/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.66
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 1033 128194 0 2 4 1 3481 180 16 0 1 0 675122211 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29689/statm: 3400 799 370 3 0 500 0
[pid=29712] ppid=29689 vsize=5356 CPUtime=0
/proc/29712/stat : 29712 (sh) S 29689 29689 29295 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 675127217 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29712/statm: 1339 232 193 169 0 50 0
[pid=29713] ppid=29712 vsize=822348 CPUtime=1763.42
/proc/29713/stat : 29713 (minisat) R 29712 29689 29295 0 -1 4194304 200776 0 0 0 176171 171 0 0 25 0 1 0 675127217 842084352 200762 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/29713/statm: 205587 200762 76 150 0 205434 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 841304

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

[startup+1814.62 s]
/proc/loadavg: 1.00 1.01 1.18 2/74 29720
/proc/meminfo: memFree=759972/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.66
/proc/29689/stat : 29689 (sugar) S 29687 29689 29295 0 -1 4194304 1045 128194 0 2 4 1 3481 180 16 0 1 0 675122211 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/29689/statm: 3400 799 370 3 0 500 0
[pid=29712] ppid=29689 vsize=0 CPUtime=0
/proc/29712/stat : 29712 (sh) Z 29689 29689 29295 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 675127217 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/29712/statm: 0 0 0 0 0 0 0
[pid=29713] ppid=1 vsize=0 CPUtime=1763.53
/proc/29713/stat : 29713 (minisat) R 1 29689 29295 0 -1 4195332 200776 0 0 0 176171 182 0 0 25 0 1 0 675127217 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/29713/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 13600

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

[startup+1814.7 s]
/proc/loadavg: 1.00 1.01 1.18 2/74 29720
/proc/meminfo: memFree=759972/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.74
/proc/29689/stat : 29689 (sugar) R 29687 29689 29295 0 -1 4194304 1070 128471 0 2 4 8 3481 181 17 0 1 0 675122211 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29689/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.74
Current children cumulated vsize (KiB) 13600

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

[startup+1814.7 s]
/proc/loadavg: 1.00 1.01 1.18 2/74 29720
/proc/meminfo: memFree=759972/2055920 swapFree=4146768/4192956
[pid=29689] ppid=29687 vsize=13600 CPUtime=36.74
/proc/29689/stat : 29689 (sugar) R 29687 29689 29295 0 -1 4194304 1070 128471 0 2 4 8 3481 181 17 0 1 0 675122211 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 256365007913 0 0 4224 16386 0 0 0 17 1 0 0
/proc/29689/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 36.74
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): 1763.45
#  lost CPU user time (s): 1761.71
#  lost CPU system time (s): 1.74

Real time (s): 1814.72
CPU time (s): 1800.23
CPU user time (s): 1796.57
CPU system time (s): 3.65871
CPU usage (%): 99.2015
Max. virtual memory (cumulated for all children) (KiB): 908720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.8637
system time used= 1.91871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129572
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= 3858
involuntary context switches= 1876

runsolver used 4.05438 second user time and 10.7324 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 19:52:36
IDJOB=1077609
IDBENCH=56692
IDSOLVER=346
FILE ID=node90/1077609-1215193950
PBS_JOBID= 7881636
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-2.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-1077609-1215193950/watcher-1077609-1215193950 -o /tmp/evaluation-result-1077609-1215193950/solver-1077609-1215193950 -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-1077609-1215193950.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= deee800a676362b8ba7ef4a56056f1e3
RANDOM SEED=367688313

node90.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1757732 kB
Buffers:         38380 kB
Cached:         159856 kB
SwapCached:      37656 kB
Active:         152940 kB
Inactive:        87200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757732 kB
SwapTotal:     4192956 kB
SwapFree:      4146768 kB
Dirty:           10664 kB
Writeback:           0 kB
Mapped:          44876 kB
Slab:            43384 kB
Committed_AS:   887596 kB
PageTables:       1952 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= 66548 MiB
End job on node90 at 2008-07-04 20:22:53