Trace number 1077625

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.26 1803.13

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-3.xml
MD5SUM3f95c8d29be0573ddfe6516241da88fb
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark121.831
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints64020
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63820
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:53:55 2008
0.00/0.04	c 0	PID 4978
0.00/0.04	c 0	HOST node75.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1077625-1215194034.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-1077625-1215194034.xml' 'HOME/temp.csp'
3.26/3.36	c 3	35 domains, 800 variables, 1 predicates, 0 relations, 64020 constraints
3.26/3.39	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.26/3.39	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.35/3.47	c 3	Parsing HOME/temp.csp
3.35/3.83	c 4	parsed 10000 expressions
3.35/4.13	c 4	parsed 20000 expressions
4.24/4.36	c 4	parsed 30000 expressions
4.53/4.66	c 4	parsed 40000 expressions
4.73/4.89	c 5	parsed 50000 expressions
5.13/5.23	c 5	parsed 60000 expressions
5.23/5.35	c 5	parsed 64856 expressions
5.23/5.36	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.23/5.36	c 5	Converting to clausal form CSP
6.02/6.19	c 6	converted 6486 (10%) expressions
6.62/6.71	c 6	converted 12972 (20%) expressions
7.12/7.22	c 7	converted 19457 (30%) expressions
7.91/8.06	c 8	converted 25943 (40%) expressions
8.41/8.56	c 8	converted 32428 (50%) expressions
8.91/9.06	c 9	converted 38914 (60%) expressions
9.40/9.55	c 9	converted 45400 (70%) expressions
10.59/10.71	c 10	converted 51885 (80%) expressions
10.98/11.19	c 11	converted 58371 (90%) expressions
12.19/12.37	c 12	converted 64856 (100%) expressions
12.19/12.37	c 12	CSP : 800 integers, 0 booleans, 93938 clauses, largest domain size 45
12.19/12.37	c 12	Heap : 140 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.19/12.37	c 12	Propagation in CSP
12.79/12.92	c 13	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.79/12.92	c 13	CSP : 800 integers, 0 booleans, 93938 clauses, largest domain size 45
12.79/12.92	c 13	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.79/12.97	c 13	Simplifing CSP by introducing new Boolean variables
15.18/15.38	c 15	CSP : 800 integers, 309531 booleans, 403469 clauses, largest domain size 45
15.18/15.38	c 15	Heap : 240 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.36/16.59	c 16	Encoding CSP to SAT : HOME/temp.cnf
16.46/16.65	c 16	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
16.46/16.65	c 16	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
16.46/16.65	c 16	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
16.46/16.66	c 16	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
16.46/16.66	c 16	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
16.46/16.67	c 16	480 (60%) CSP integer variables are encoded (17393 clauses, 239253 bytes)
16.46/16.68	c 16	560 (70%) CSP integer variables are encoded (17550 clauses, 241608 bytes)
16.46/16.68	c 16	640 (80%) CSP integer variables are encoded (17704 clauses, 243918 bytes)
16.46/16.69	c 16	720 (90%) CSP integer variables are encoded (17826 clauses, 245748 bytes)
16.46/16.69	c 16	800 (100%) CSP integer variables are encoded (17951 clauses, 247623 bytes)
18.16/18.32	c 18	40347 (10%) CSP clauses are encoded (818142 clauses, 15702817 bytes)
19.74/19.91	c 20	80694 (20%) CSP clauses are encoded (1615257 clauses, 31827928 bytes)
21.33/21.55	c 21	121041 (30%) CSP clauses are encoded (2411957 clauses, 48362677 bytes)
23.02/23.21	c 23	161388 (40%) CSP clauses are encoded (3206777 clauses, 65322191 bytes)
24.61/24.87	c 25	201735 (50%) CSP clauses are encoded (4005095 clauses, 82415464 bytes)
26.27/26.55	c 26	242082 (60%) CSP clauses are encoded (4803890 clauses, 99611530 bytes)
27.97/28.25	c 28	282429 (70%) CSP clauses are encoded (5608136 clauses, 117537136 bytes)
29.76/30.06	c 30	322776 (80%) CSP clauses are encoded (6499524 clauses, 137369146 bytes)
32.02/32.30	c 32	363123 (90%) CSP clauses are encoded (7717927 clauses, 163354234 bytes)
34.11/34.49	c 34	403469 (100%) CSP clauses are encoded (8936945 clauses, 189514168 bytes)
34.11/34.49	c 34	403469 CSP clauses encoded
34.11/34.49	c 34	Writing map file : HOME/temp.map
34.21/34.53	c 34	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.21/34.53	c 34	SAT : 328261 SAT variables, 8936945 SAT clauses, 189514168 bytes
34.21/34.53	c 34	Heap : 196 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.21/34.59	c 34	SOLVING HOME/temp.cnf
34.21/34.59	c 34	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.21/34.59	c 34	This is MiniSat 2.0 beta
34.21/34.59	c 34	WARNING: for repeatability, setting FPU to use double precision
34.21/34.59	c 34	============================[ Problem Statistics ]=============================
34.21/34.59	c 34	|                                                                             |
34.21/34.59	c 34	|  Number of variables:  328261                                               |
34.21/34.59	c 34	|  Number of clauses:    8936945                                              |
38.85/39.20	c 39	|  Parsing time:         4.02         s                                       |
39.05/39.41	c 39	============================[ Search Statistics ]==============================
39.05/39.41	c 39	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
39.05/39.41	c 39	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
39.05/39.41	c 39	===============================================================================
39.05/39.41	c 39	|         0 |  328261  8936945 26278860 |  2978981        0    nan |  0.000 % |
41.53/41.93	c 42	|       100 |  328261  8936945 26278860 |  3276879      100      9 |  0.000 % |
42.54/42.90	c 43	|       250 |  328261  8936945 26278860 |  3604567      250     10 |  0.000 % |
43.63/44.05	c 44	|       475 |  328261  8936945 26278860 |  3965024      475     11 |  0.000 % |
44.53/44.93	c 45	|       812 |  328261  8936945 26278860 |  4361527      812     12 |  0.000 % |
46.02/46.44	c 46	|      1318 |  328261  8936945 26278860 |  4797679     1318     19 |  0.000 % |
48.81/49.25	c 49	|      2079 |  328261  8936945 26278860 |  5277447     2079     18 |  0.000 % |
50.11/50.56	c 50	|      3218 |  328261  8936945 26278860 |  5805192     3218     20 |  0.000 % |
50.80/51.26	c 51	|      4926 |  328261  8936945 26278860 |  6385711     4926     21 |  0.000 % |
52.90/53.31	c 53	|      7488 |  328261  8936945 26278860 |  7024282     7488     22 |  0.000 % |
55.39/55.86	c 56	|     11333 |  328261  8936945 26278860 |  7726711    11333     22 |  0.000 % |
59.27/59.77	c 60	|     17100 |  328261  8936945 26278860 |  8499382    17100     25 |  0.000 % |
61.45/61.99	c 62	|     25749 |  328261  8936945 26278860 |  9349320    25749     30 |  0.000 % |
65.84/66.39	c 66	|     38723 |  328261  8936945 26278860 | 10284252    38723     31 |  0.000 % |
74.60/75.15	c 75	|     58184 |  328261  8936945 26278860 | 11312677    58184     35 |  0.000 % |
85.96/86.51	c 86	|     87377 |  328261  8936945 26278860 | 12443945    87377     34 |  0.000 % |
104.59/105.29	c 105	|    131167 |  328261  8936945 26278860 | 13688340   131167     35 |  0.000 % |
135.86/136.65	c 136	|    196851 |  328261  8936945 26278860 | 15057174   196851     43 |  0.000 % |
171.91/172.89	c 173	|    295379 |  328261  8936945 26278860 | 16562891   295379     43 |  0.000 % |
256.27/257.52	c 257	|    443169 |  328261  8936945 26278860 | 18219180   443169     47 |  0.000 % |
388.54/390.40	c 390	|    664852 |  328261  8936945 26278860 | 20041099   664852     47 |  0.000 % |
613.56/616.05	c 616	|    997378 |  328261  8936945 26278860 | 22045208   997378     46 |  0.000 % |
1037.94/1040.52	c 1040	|   1496166 |  328261  8936945 26278860 | 24249729  1496166     45 |  0.000 % |
1800.10/1802.92	c ERROR INTERRUPTED
1800.21/1803.05	s UNKNOWN
1800.21/1803.05	c 1803	CPU 32.61 (0.04 0.01 32.57 1.68)
1800.21/1803.05	c 1803	END Fri Jul  4 20:23:58 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-1077625-1215194034/watcher-1077625-1215194034 -o /tmp/evaluation-result-1077625-1215194034/solver-1077625-1215194034 -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-1077625-1215194034.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.92 1.98 1.99 4/72 4978
/proc/meminfo: memFree=1697472/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=12000 CPUtime=0
/proc/4978/stat : 4978 (sugar) R 4976 4978 3838 0 -1 4194304 186 0 0 0 0 0 0 0 20 0 1 0 1998353249 12288000 154 996147200 4194304 4206940 548682068608 18446744073709551615 231900143405 0 0 4224 0 0 0 0 17 1 0 0
/proc/4978/statm: 3000 154 116 3 0 100 0

[startup+0.057231 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 4978
/proc/meminfo: memFree=1697472/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=0.03
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998353249 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101233 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 4978
/proc/meminfo: memFree=1697472/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=0.03
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998353249 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301257 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 4978
/proc/meminfo: memFree=1697472/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=0.03
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998353249 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701304 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 4978
/proc/meminfo: memFree=1697472/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=0.03
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998353249 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 4990
/proc/meminfo: memFree=1667232/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=0.03
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998353249 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 796 370 3 0 500 0
[pid=4981] ppid=4978 vsize=5356 CPUtime=0
/proc/4981/stat : 4981 (sh) S 4978 4978 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998353254 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4981/statm: 1339 233 193 169 0 50 0
[pid=4982] ppid=4981 vsize=866680 CPUtime=1.43
/proc/4982/stat : 4982 (java) S 4981 4978 3838 0 -1 0 18499 0 1 0 134 9 0 0 18 0 9 0 1998353254 887480320 15574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4982/statm: 216670 15574 2529 9 0 211252 0
[pid=4982/tid=4983] ppid=4981 vsize=866680 CPUtime=0.84
/proc/4982/task/4983/stat : 4983 (java) R 4981 4978 3838 0 -1 64 3023 0 1 0 81 3 0 0 25 0 9 0 1998353255 887480320 15574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4984] ppid=4981 vsize=866680 CPUtime=0.48
/proc/4982/task/4984/stat : 4984 (java) R 4981 4978 3838 0 -1 64 14294 0 0 0 43 5 0 0 16 0 9 0 1998353256 887480320 15574 996147200 134512640 134550740 4294956000 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4985] ppid=4981 vsize=866680 CPUtime=0
/proc/4982/task/4985/stat : 4985 (java) S 4981 4978 3838 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998353256 887480320 15574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4986] ppid=4981 vsize=866680 CPUtime=0
/proc/4982/task/4986/stat : 4986 (java) S 4981 4978 3838 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998353256 887480320 15574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4987] ppid=4981 vsize=866680 CPUtime=0
/proc/4982/task/4987/stat : 4987 (java) S 4981 4978 3838 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998353258 887480320 15574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4988] ppid=4981 vsize=866680 CPUtime=0.08
/proc/4982/task/4988/stat : 4988 (java) S 4981 4978 3838 0 -1 64 483 0 0 0 8 0 0 0 16 0 9 0 1998353258 887480320 15574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4989] ppid=4981 vsize=866680 CPUtime=0
/proc/4982/task/4989/stat : 4989 (java) S 4981 4978 3838 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998353258 887480320 15574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4990] ppid=4981 vsize=866680 CPUtime=0
/proc/4982/task/4990/stat : 4990 (java) S 4981 4978 3838 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998353258 887480320 15574 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 885636

[startup+3.10259 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 4990
/proc/meminfo: memFree=1619040/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=0.03
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 1998353249 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 796 370 3 0 500 0
[pid=4981] ppid=4978 vsize=5356 CPUtime=0
/proc/4981/stat : 4981 (sh) S 4978 4978 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998353254 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4981/statm: 1339 233 193 169 0 50 0
[pid=4982] ppid=4981 vsize=864696 CPUtime=3.03
/proc/4982/stat : 4982 (java) S 4981 4978 3838 0 -1 0 32037 0 1 0 287 16 0 0 18 0 9 0 1998353254 885448704 26626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4982/statm: 216174 26626 2529 9 0 210756 0
[pid=4982/tid=4983] ppid=4981 vsize=864696 CPUtime=1.64
/proc/4982/task/4983/stat : 4983 (java) R 4981 4978 3838 0 -1 64 3880 0 1 0 160 4 0 0 25 0 9 0 1998353255 885448704 26626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4984] ppid=4981 vsize=864696 CPUtime=1.22
/proc/4982/task/4984/stat : 4984 (java) S 4981 4978 3838 0 -1 64 26937 0 0 0 112 10 0 0 16 0 9 0 1998353256 885448704 26626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4985] ppid=4981 vsize=864696 CPUtime=0
/proc/4982/task/4985/stat : 4985 (java) S 4981 4978 3838 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1998353256 885448704 26626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4986] ppid=4981 vsize=864696 CPUtime=0
/proc/4982/task/4986/stat : 4986 (java) S 4981 4978 3838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998353256 885448704 26626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4987] ppid=4981 vsize=864696 CPUtime=0
/proc/4982/task/4987/stat : 4987 (java) S 4981 4978 3838 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1998353258 885448704 26626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4988] ppid=4981 vsize=864696 CPUtime=0.13
/proc/4982/task/4988/stat : 4988 (java) S 4981 4978 3838 0 -1 64 521 0 0 0 13 0 0 0 16 0 9 0 1998353258 885448704 26626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4989] ppid=4981 vsize=864696 CPUtime=0
/proc/4982/task/4989/stat : 4989 (java) S 4981 4978 3838 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1998353258 885448704 26626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4982/tid=4990] ppid=4981 vsize=864696 CPUtime=0
/proc/4982/task/4990/stat : 4990 (java) S 4981 4978 3838 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998353258 885448704 26626 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 883652

[startup+6.30198 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 5000
/proc/meminfo: memFree=1659744/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=3.35
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 974 32469 0 1 3 1 313 18 16 0 1 0 1998353249 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 797 370 3 0 500 0
[pid=4991] ppid=4978 vsize=5356 CPUtime=0
/proc/4991/stat : 4991 (sh) S 4978 4978 3838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998353589 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4991/statm: 1339 233 193 169 0 50 0
[pid=4992] ppid=4991 vsize=868400 CPUtime=2.88
/proc/4992/stat : 4992 (java) S 4991 4978 3838 0 -1 0 16661 0 1 0 276 12 0 0 20 0 9 0 1998353589 889241600 14721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4992/statm: 217100 14721 2540 9 0 211675 0
[pid=4992/tid=4993] ppid=4991 vsize=868400 CPUtime=1.7
/proc/4992/task/4993/stat : 4993 (java) R 4991 4978 3838 0 -1 64 3317 0 1 0 167 3 0 0 25 0 9 0 1998353590 889241600 14721 996147200 134512640 134550740 4294955952 18446744073709551615 4126632455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4994] ppid=4991 vsize=868400 CPUtime=0.96
/proc/4992/task/4994/stat : 4994 (java) S 4991 4978 3838 0 -1 64 11184 0 0 0 90 6 0 0 16 0 9 0 1998353591 889241600 14721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4995] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/4995/stat : 4995 (java) S 4991 4978 3838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998353591 889241600 14721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4996] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/4996/stat : 4996 (java) S 4991 4978 3838 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998353591 889241600 14721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4997] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4991 4978 3838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998353593 889241600 14721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4998] ppid=4991 vsize=868400 CPUtime=0.18
/proc/4992/task/4998/stat : 4998 (java) S 4991 4978 3838 0 -1 64 1462 0 0 0 17 1 0 0 16 0 9 0 1998353593 889241600 14721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4999] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4991 4978 3838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998353593 889241600 14721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=5000] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4991 4978 3838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998353593 889241600 14721 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 887356

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 5000
/proc/meminfo: memFree=1548128/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=3.36
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 974 32469 0 1 4 1 313 18 16 0 1 0 1998353249 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 797 370 3 0 500 0
[pid=4991] ppid=4978 vsize=5356 CPUtime=0
/proc/4991/stat : 4991 (sh) S 4978 4978 3838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998353589 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4991/statm: 1339 233 193 169 0 50 0
[pid=4992] ppid=4991 vsize=868400 CPUtime=9.23
/proc/4992/stat : 4992 (java) S 4991 4978 3838 0 -1 0 54126 0 1 0 896 27 0 0 20 0 9 0 1998353589 889241600 42360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4992/statm: 217100 42360 2540 9 0 211675 0
[pid=4992/tid=4993] ppid=4991 vsize=868400 CPUtime=5.55
/proc/4992/task/4993/stat : 4993 (java) R 4991 4978 3838 0 -1 64 4473 0 1 0 550 5 0 0 25 0 9 0 1998353590 889241600 42360 996147200 134512640 134550740 4294955952 18446744073709551615 4126612036 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4994] ppid=4991 vsize=868400 CPUtime=3.46
/proc/4992/task/4994/stat : 4994 (java) S 4991 4978 3838 0 -1 64 47481 0 0 0 327 19 0 0 16 0 9 0 1998353591 889241600 42360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4995] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/4995/stat : 4995 (java) S 4991 4978 3838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998353591 889241600 42360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4996] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/4996/stat : 4996 (java) S 4991 4978 3838 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998353591 889241600 42360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4997] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/4997/stat : 4997 (java) S 4991 4978 3838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998353593 889241600 42360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4998] ppid=4991 vsize=868400 CPUtime=0.2
/proc/4992/task/4998/stat : 4998 (java) S 4991 4978 3838 0 -1 64 1474 0 0 0 19 1 0 0 16 0 9 0 1998353593 889241600 42360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4999] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/4999/stat : 4999 (java) S 4991 4978 3838 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1998353593 889241600 42360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=5000] ppid=4991 vsize=868400 CPUtime=0
/proc/4992/task/5000/stat : 5000 (java) S 4991 4978 3838 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998353593 889241600 42360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887356

[startup+25.5022 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 5000
/proc/meminfo: memFree=1351328/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=3.36
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 974 32469 0 1 4 1 313 18 16 0 1 0 1998353249 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 797 370 3 0 500 0
[pid=4991] ppid=4978 vsize=5356 CPUtime=0
/proc/4991/stat : 4991 (sh) S 4978 4978 3838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998353589 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4991/statm: 1339 233 193 169 0 50 0
[pid=4992] ppid=4991 vsize=868512 CPUtime=21.93
/proc/4992/stat : 4992 (java) S 4991 4978 3838 0 -1 0 91408 0 1 0 2104 89 0 0 20 0 9 0 1998353589 889356288 66460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4992/statm: 217128 66460 2566 9 0 211675 0
[pid=4992/tid=4993] ppid=4991 vsize=868512 CPUtime=14.81
/proc/4992/task/4993/stat : 4993 (java) R 4991 4978 3838 0 -1 64 5791 0 1 0 1429 52 0 0 25 0 9 0 1998353590 889356288 66460 996147200 134512640 134550740 4294955952 18446744073709551615 4126627150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4994] ppid=4991 vsize=868512 CPUtime=6.81
/proc/4992/task/4994/stat : 4994 (java) S 4991 4978 3838 0 -1 64 83399 0 0 0 648 33 0 0 16 0 9 0 1998353591 889356288 66460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4995] ppid=4991 vsize=868512 CPUtime=0
/proc/4992/task/4995/stat : 4995 (java) S 4991 4978 3838 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998353591 889356288 66460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4992/tid=4996] ppid=4991 vsize=868512 CPUtime=0
/proc/4992/task/4996/stat : 4996 (java) S 4991 4978 3838 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998353591 889356288 66460 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=5001] ppid=4978 vsize=5356 CPUtime=0
/proc/5001/stat : 5001 (sh) S 4978 4978 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998356708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5001/statm: 1339 232 193 169 0 50 0
[pid=5002] ppid=5001 vsize=840200 CPUtime=1445.29
/proc/5002/stat : 5002 (minisat) R 5001 4978 3838 0 -1 4194304 205266 0 0 0 144356 173 0 0 25 0 1 0 1998356708 860364800 205252 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5002/statm: 210050 205252 76 150 0 209897 0
Current children cumulated CPU time (s) 1479.59
Current children cumulated vsize (KiB) 859156

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 5310
/proc/meminfo: memFree=15992/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.3
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 1033 124316 0 2 4 1 3257 168 16 0 1 0 1998353249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4978/statm: 3400 799 370 3 0 500 0
[pid=5001] ppid=4978 vsize=5356 CPUtime=0
/proc/5001/stat : 5001 (sh) S 4978 4978 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998356708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5001/statm: 1339 232 193 169 0 50 0
[pid=5002] ppid=5001 vsize=848944 CPUtime=1505.27
/proc/5002/stat : 5002 (minisat) R 5001 4978 3838 0 -1 4194304 207500 0 0 0 150351 176 0 0 25 0 1 0 1998356708 869318656 207486 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5002/statm: 212236 207486 76 150 0 212083 0
Current children cumulated CPU time (s) 1539.57
Current children cumulated vsize (KiB) 867900

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 5310
/proc/meminfo: memFree=15544/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.3
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 1033 124316 0 2 4 1 3257 168 16 0 1 0 1998353249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4978/statm: 3400 799 370 3 0 500 0
[pid=5001] ppid=4978 vsize=5356 CPUtime=0
/proc/5001/stat : 5001 (sh) S 4978 4978 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998356708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5001/statm: 1339 232 193 169 0 50 0
[pid=5002] ppid=5001 vsize=855460 CPUtime=1565.25
/proc/5002/stat : 5002 (minisat) R 5001 4978 3838 0 -1 4194304 209134 0 0 0 156348 177 0 0 25 0 1 0 1998356708 875991040 209120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5002/statm: 213865 209120 76 150 0 213712 0
Current children cumulated CPU time (s) 1599.55
Current children cumulated vsize (KiB) 874416

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 5310
/proc/meminfo: memFree=16056/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.3
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 1033 124316 0 2 4 1 3257 168 16 0 1 0 1998353249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4978/statm: 3400 799 370 3 0 500 0
[pid=5001] ppid=4978 vsize=5356 CPUtime=0
/proc/5001/stat : 5001 (sh) S 4978 4978 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998356708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5001/statm: 1339 232 193 169 0 50 0
[pid=5002] ppid=5001 vsize=859448 CPUtime=1625.23
/proc/5002/stat : 5002 (minisat) R 5001 4978 3838 0 -1 4194304 210157 0 0 0 162345 178 0 0 25 0 1 0 1998356708 880074752 210143 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/5002/statm: 214862 210143 76 150 0 214709 0
Current children cumulated CPU time (s) 1659.53
Current children cumulated vsize (KiB) 878404

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5310
/proc/meminfo: memFree=15032/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.3
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 1033 124316 0 2 4 1 3257 168 16 0 1 0 1998353249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4978/statm: 3400 799 370 3 0 500 0
[pid=5001] ppid=4978 vsize=5356 CPUtime=0
/proc/5001/stat : 5001 (sh) S 4978 4978 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998356708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5001/statm: 1339 232 193 169 0 50 0
[pid=5002] ppid=5001 vsize=865000 CPUtime=1685.22
/proc/5002/stat : 5002 (minisat) R 5001 4978 3838 0 -1 4194304 211563 0 0 0 168342 180 0 0 25 0 1 0 1998356708 885760000 211549 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5002/statm: 216250 211549 76 150 0 216097 0
Current children cumulated CPU time (s) 1719.52
Current children cumulated vsize (KiB) 883956

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5310
/proc/meminfo: memFree=15160/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.3
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 1033 124316 0 2 4 1 3257 168 16 0 1 0 1998353249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4978/statm: 3400 799 370 3 0 500 0
[pid=5001] ppid=4978 vsize=5356 CPUtime=0
/proc/5001/stat : 5001 (sh) S 4978 4978 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998356708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5001/statm: 1339 232 193 169 0 50 0
[pid=5002] ppid=5001 vsize=870812 CPUtime=1745.19
/proc/5002/stat : 5002 (minisat) R 5001 4978 3838 0 -1 4194304 213066 0 0 0 174337 182 0 0 25 0 1 0 1998356708 891711488 213052 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/5002/statm: 217703 213052 76 150 0 217550 0
Current children cumulated CPU time (s) 1779.49
Current children cumulated vsize (KiB) 889768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5310
/proc/meminfo: memFree=15864/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.3
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 1033 124316 0 2 4 1 3257 168 16 0 1 0 1998353249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4978/statm: 3400 799 370 3 0 500 0
[pid=5001] ppid=4978 vsize=5356 CPUtime=0
/proc/5001/stat : 5001 (sh) S 4978 4978 3838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998356708 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5001/statm: 1339 232 193 169 0 50 0
[pid=5002] ppid=5001 vsize=873056 CPUtime=1765.8
/proc/5002/stat : 5002 (minisat) R 5001 4978 3838 0 -1 4194304 213631 0 0 0 176397 183 0 0 25 0 1 0 1998356708 894009344 213617 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/5002/statm: 218264 213617 76 150 0 218111 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 892012

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

[startup+1803.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5310
/proc/meminfo: memFree=15864/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.3
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 1045 124316 0 2 4 1 3257 168 16 0 1 0 1998353249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 799 370 3 0 500 0
[pid=5001] ppid=4978 vsize=0 CPUtime=0
/proc/5001/stat : 5001 (sh) Z 4978 4978 3838 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1998356708 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/5001/statm: 0 0 0 0 0 0 0
[pid=5002] ppid=1 vsize=0 CPUtime=1765.91
/proc/5002/stat : 5002 (minisat) R 1 4978 3838 0 -1 4195332 213631 0 0 0 176397 194 0 0 25 0 1 0 1998356708 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/5002/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 13600

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

[startup+1803.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5310
/proc/meminfo: memFree=15864/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.36
/proc/4978/stat : 4978 (sugar) R 4976 4978 3838 0 -1 4194304 1070 124593 0 2 4 7 3257 168 16 0 1 0 1998353249 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4978/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.36
Current children cumulated vsize (KiB) 13600

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

[startup+1803.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5310
/proc/meminfo: memFree=15864/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.3
/proc/4978/stat : 4978 (sugar) S 4976 4978 3838 0 -1 4194304 1045 124316 0 2 4 1 3257 168 16 0 1 0 1998353249 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/4978/statm: 3400 799 370 3 0 500 0
[pid=5001] ppid=4978 vsize=0 CPUtime=0
/proc/5001/stat : 5001 (sh) Z 4978 4978 3838 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1998356708 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/5001/statm: 0 0 0 0 0 0 0
[pid=5002] ppid=1 vsize=0 CPUtime=1765.91
/proc/5002/stat : 5002 (minisat) R 1 4978 3838 0 -1 4195332 213631 0 0 0 176397 194 0 0 25 0 1 0 1998356708 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/5002/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 13600

[startup+1803.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 5310
/proc/meminfo: memFree=15864/2055920 swapFree=4180584/4192956
[pid=4978] ppid=4976 vsize=13600 CPUtime=34.36
/proc/4978/stat : 4978 (sugar) R 4976 4978 3838 0 -1 4194304 1070 124593 0 2 4 7 3257 168 16 0 1 0 1998353249 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4978/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 34.36
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): 1765.85
#  lost CPU user time (s): 1763.97
#  lost CPU system time (s): 1.88

Real time (s): 1803.13
CPU time (s): 1800.26
CPU user time (s): 1796.59
CPU system time (s): 3.67273
CPU usage (%): 99.8407
Max. virtual memory (cumulated for all children) (KiB): 907848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.619
system time used= 1.79273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125694
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= 7648
involuntary context switches= 7466

runsolver used 2.15967 second user time and 5.64214 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-04 19:53:55
IDJOB=1077625
IDBENCH=56693
IDSOLVER=346
FILE ID=node75/1077625-1215194034
PBS_JOBID= 7881592
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3f95c8d29be0573ddfe6516241da88fb
RANDOM SEED=1998746063

node75.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.229
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.229
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:       1697952 kB
Buffers:         76948 kB
Cached:         206140 kB
SwapCached:       6320 kB
Active:         201660 kB
Inactive:        92708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697952 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:           10212 kB
Writeback:           0 kB
Mapped:          18828 kB
Slab:            48968 kB
Committed_AS:  4151556 kB
PageTables:       1780 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= 66552 MiB
End job on node75 at 2008-07-04 20:24:00