Trace number 2080278

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.02 1805.96

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-100-8.xml
MD5SUM4fd5952cdf1c6d563997aac01ff731b3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1378
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:31:55 2009
0.00/0.08	c 0	PID 24944
0.07/0.08	c 0	HOST node59.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080278-1247369515.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080278-1247369515.xml' 'HOME/temp.csp'
0.07/0.68	c 1	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 1	Parsing HOME/temp.csp
0.65/0.91	c 1	parsed 3732 expressions
0.65/0.91	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.65/0.91	c 1	Converting to clausal form CSP
0.65/0.94	c 1	converted 374 (10%) expressions
0.91/1.01	c 1	converted 747 (20%) expressions
1.02/1.14	c 1	converted 1120 (30%) expressions
1.02/1.18	c 1	converted 1493 (40%) expressions
1.02/1.19	c 1	converted 1866 (50%) expressions
1.12/1.21	c 1	converted 2240 (60%) expressions
1.12/1.22	c 1	converted 2613 (70%) expressions
1.12/1.24	c 1	converted 2986 (80%) expressions
1.12/1.25	c 1	converted 3359 (90%) expressions
1.12/1.26	c 1	converted 3732 (100%) expressions
1.12/1.26	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1344
1.12/1.26	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.26	c 1	Propagation in CSP
1.21/1.39	c 1	87337 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.39	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 794
1.21/1.39	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.40	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.48	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 794
1.31/1.48	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.53	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.57	c 1	30 (10%) CSP integer variables are encoded (18210 clauses, 251042 bytes)
1.41/1.59	c 2	60 (20%) CSP integer variables are encoded (38040 clauses, 548492 bytes)
1.51/1.62	c 2	90 (30%) CSP integer variables are encoded (60630 clauses, 887342 bytes)
1.51/1.65	c 2	120 (40%) CSP integer variables are encoded (80775 clauses, 1189517 bytes)
1.51/1.67	c 2	150 (50%) CSP integer variables are encoded (98715 clauses, 1458617 bytes)
1.61/1.70	c 2	180 (60%) CSP integer variables are encoded (120540 clauses, 1827377 bytes)
1.61/1.73	c 2	210 (70%) CSP integer variables are encoded (140955 clauses, 2174432 bytes)
1.61/1.75	c 2	240 (80%) CSP integer variables are encoded (157260 clauses, 2451617 bytes)
1.61/1.77	c 2	270 (90%) CSP integer variables are encoded (175095 clauses, 2754812 bytes)
1.61/1.80	c 2	300 (100%) CSP integer variables are encoded (191505 clauses, 3033782 bytes)
2.10/2.24	c 2	883 (10%) CSP clauses are encoded (391503 clauses, 7422857 bytes)
2.61/2.72	c 3	1766 (20%) CSP clauses are encoded (633629 clauses, 12991749 bytes)
3.00/3.20	c 3	2649 (30%) CSP clauses are encoded (871409 clauses, 18497283 bytes)
3.58/3.70	c 4	3532 (40%) CSP clauses are encoded (1119057 clauses, 24229882 bytes)
4.09/4.26	c 4	4415 (50%) CSP clauses are encoded (1403326 clauses, 30829350 bytes)
4.58/4.75	c 5	5298 (60%) CSP clauses are encoded (1650702 clauses, 36583480 bytes)
5.08/5.23	c 5	6181 (70%) CSP clauses are encoded (1893397 clauses, 42233874 bytes)
5.47/5.68	c 6	7064 (80%) CSP clauses are encoded (2116150 clauses, 47543347 bytes)
5.97/6.16	c 6	7947 (90%) CSP clauses are encoded (2360247 clauses, 53435673 bytes)
6.38/6.59	c 7	8830 (100%) CSP clauses are encoded (2579791 clauses, 58513141 bytes)
6.38/6.59	c 7	8830 CSP clauses encoded
6.38/6.59	c 7	Writing map file : HOME/temp.map
6.38/6.60	c 7	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.38/6.60	c 7	SAT : 197505 SAT variables, 2579791 SAT clauses, 58513141 bytes
6.38/6.60	c 7	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.47/6.61	c 7	SOLVING HOME/temp.cnf
6.47/6.61	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.47/6.61	c 7	This is MiniSat 2.0 beta
6.47/6.61	c 7	WARNING: for repeatability, setting FPU to use double precision
6.47/6.61	c 7	============================[ Problem Statistics ]=============================
6.47/6.61	c 7	|                                                                             |
6.47/6.62	c 7	|  Number of variables:  197505                                               |
6.47/6.62	c 7	|  Number of clauses:    2579791                                              |
7.95/8.13	c 8	|  Parsing time:         1.31         s                                       |
8.06/8.20	c 8	============================[ Search Statistics ]==============================
8.06/8.20	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.06/8.20	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.06/8.20	c 8	===============================================================================
8.06/8.20	c 8	|         0 |  197129  2579415  7359067 |   859805        0    nan |  0.000 % |
9.33/9.50	c 9	|       100 |  197129  2579415  7359067 |   945785      100     26 |  0.190 % |
11.12/11.34	c 11	|       250 |  197129  2579415  7359067 |  1040364      250     28 |  0.190 % |
13.61/13.81	c 14	|       475 |  197129  2579415  7359067 |  1144400      475     25 |  0.190 % |
16.89/17.18	c 17	|       812 |  197129  2579415  7359067 |  1258840      812     26 |  0.190 % |
21.57/21.86	c 22	|      1318 |  197129  2579415  7359067 |  1384724     1318     22 |  0.190 % |
31.42/31.76	c 32	|      2077 |  197129  2579415  7359067 |  1523197     2077     24 |  0.190 % |
40.77/41.18	c 41	|      3216 |  197129  2579415  7359067 |  1675516     3216     22 |  0.190 % |
60.87/61.33	c 61	|      4924 |  197129  2579415  7359067 |  1843068     4924     32 |  0.190 % |
83.66/84.26	c 84	|      7488 |  197129  2579415  7359067 |  2027375     7488     31 |  0.190 % |
117.19/117.91	c 118	|     11332 |  197129  2579415  7359067 |  2230112    11332     26 |  0.190 % |
173.22/174.22	c 174	|     17099 |  197129  2579415  7359067 |  2453124    17099     25 |  0.190 % |
263.38/264.82	c 265	|     25749 |  197129  2579415  7359067 |  2698436    25749     25 |  0.190 % |
388.26/390.35	c 390	|     38724 |  197129  2579415  7359067 |  2968280    38724     32 |  0.190 % |
588.37/591.41	c 591	|     58185 |  197129  2579415  7359067 |  3265108    58185     35 |  0.190 % |
897.85/902.41	c 902	|     87377 |  197129  2579415  7359067 |  3591618    87377     35 |  0.190 % |
1371.52/1377.29	c 1377	|    131167 |  197129  2579415  7359067 |  3950780   131167     36 |  0.190 % |
1800.02/1805.92	c ERROR INTERRUPTED
1800.02/1805.94	s UNKNOWN
1800.02/1805.94	c 1806	CPU 6.5 (0.06 0.02 5.85 0.57)
1800.02/1805.94	c 1806	END Sun Jul 12 06:02:01 2009

Verifier Data

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

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.26 2.10 4/73 24944
/proc/meminfo: memFree=1602104/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=18576 CPUtime=0
/proc/24944/stat : 24944 (runsolver) R 24942 24944 5419 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24014612 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24944/statm: 4644 284 249 26 0 2626 0

[startup+0.080991 s]
/proc/loadavg: 2.29 2.26 2.10 4/73 24944
/proc/meminfo: memFree=1602104/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16740 CPUtime=0.07
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24014612 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.104093 s]
/proc/loadavg: 2.29 2.26 2.10 4/73 24944
/proc/meminfo: memFree=1602104/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=0.07
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24014612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301133 s]
/proc/loadavg: 2.29 2.26 2.10 4/73 24944
/proc/meminfo: memFree=1602104/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=0.07
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24014612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701203 s]
/proc/loadavg: 2.29 2.26 2.10 4/73 24944
/proc/meminfo: memFree=1602104/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=0.07
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 24014612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50136 s]
/proc/loadavg: 2.29 2.26 2.10 3/84 24966
/proc/meminfo: memFree=1591264/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=0.65
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1310 6834 0 1 5 2 54 4 15 0 1 0 24014612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1111 409 3 0 796 0
[pid=24957] ppid=24944 vsize=5356 CPUtime=0
/proc/24957/stat : 24957 (sh) S 24944 24944 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24014684 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24957/statm: 1339 233 193 169 0 50 0
[pid=24958] ppid=24957 vsize=868592 CPUtime=0.76
/proc/24958/stat : 24958 (java) S 24957 24944 5419 0 -1 0 7483 0 1 0 73 3 0 0 18 0 9 0 24014684 889438208 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24958/statm: 217148 6706 2566 9 0 211653 0
[pid=24958/tid=24959] ppid=24957 vsize=868592 CPUtime=0.45
/proc/24958/task/24959/stat : 24959 (java) R 24957 24944 5419 0 -1 64 2702 0 1 0 44 1 0 0 20 0 9 0 24014685 889438208 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24960] ppid=24957 vsize=868592 CPUtime=0.11
/proc/24958/task/24960/stat : 24960 (java) R 24957 24944 5419 0 -1 64 2600 0 0 0 11 0 0 0 16 0 9 0 24014686 889438208 6706 996147200 134512640 134550932 4294955936 18446744073709551615 104190130 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24961] ppid=24957 vsize=868592 CPUtime=0
/proc/24958/task/24961/stat : 24961 (java) S 24957 24944 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24014686 889438208 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24962] ppid=24957 vsize=868592 CPUtime=0
/proc/24958/task/24962/stat : 24962 (java) S 24957 24944 5419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24014686 889438208 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24963] ppid=24957 vsize=868592 CPUtime=0
/proc/24958/task/24963/stat : 24963 (java) S 24957 24944 5419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24014688 889438208 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24964] ppid=24957 vsize=868592 CPUtime=0.16
/proc/24958/task/24964/stat : 24964 (java) S 24957 24944 5419 0 -1 64 1483 0 0 0 16 0 0 0 16 0 9 0 24014688 889438208 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24957 vsize=868592 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24957 24944 5419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24014688 889438208 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24957 vsize=868592 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24957 24944 5419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24014688 889438208 6706 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890816

[startup+3.10268 s]
/proc/loadavg: 2.29 2.26 2.10 3/84 24966
/proc/meminfo: memFree=1575648/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=0.65
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1310 6834 0 1 5 2 54 4 15 0 1 0 24014612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1111 409 3 0 796 0
[pid=24957] ppid=24944 vsize=5356 CPUtime=0
/proc/24957/stat : 24957 (sh) S 24944 24944 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24014684 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24957/statm: 1339 233 193 169 0 50 0
[pid=24958] ppid=24957 vsize=868704 CPUtime=2.35
/proc/24958/stat : 24958 (java) S 24957 24944 5419 0 -1 0 8015 0 1 0 217 18 0 0 18 0 9 0 24014684 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24958/statm: 217176 6770 2590 9 0 211653 0
[pid=24958/tid=24959] ppid=24957 vsize=868704 CPUtime=1.86
/proc/24958/task/24959/stat : 24959 (java) R 24957 24944 5419 0 -1 64 3211 0 1 0 173 13 0 0 25 0 9 0 24014685 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24960] ppid=24957 vsize=868704 CPUtime=0.26
/proc/24958/task/24960/stat : 24960 (java) S 24957 24944 5419 0 -1 64 2600 0 0 0 22 4 0 0 15 0 9 0 24014686 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24961] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24961/stat : 24961 (java) S 24957 24944 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24014686 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24962] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24962/stat : 24962 (java) S 24957 24944 5419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24014686 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24963] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24963/stat : 24963 (java) S 24957 24944 5419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24014688 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24964] ppid=24957 vsize=868704 CPUtime=0.2
/proc/24958/task/24964/stat : 24964 (java) S 24957 24944 5419 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 24014688 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24957 24944 5419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24014688 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24957 24944 5419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24014688 889552896 6770 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890928

[startup+6.30128 s]
/proc/loadavg: 2.27 2.26 2.10 3/84 24966
/proc/meminfo: memFree=1537440/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=0.65
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1310 6834 0 1 5 2 54 4 15 0 1 0 24014612 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1111 409 3 0 796 0
[pid=24957] ppid=24944 vsize=5356 CPUtime=0
/proc/24957/stat : 24957 (sh) S 24944 24944 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24014684 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24957/statm: 1339 233 193 169 0 50 0
[pid=24958] ppid=24957 vsize=868704 CPUtime=5.52
/proc/24958/stat : 24958 (java) S 24957 24944 5419 0 -1 0 8998 0 1 0 503 49 0 0 18 0 9 0 24014684 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24958/statm: 217176 6777 2590 9 0 211653 0
[pid=24958/tid=24959] ppid=24957 vsize=868704 CPUtime=4.75
/proc/24958/task/24959/stat : 24959 (java) R 24957 24944 5419 0 -1 64 4187 0 1 0 437 38 0 0 25 0 9 0 24014685 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24960] ppid=24957 vsize=868704 CPUtime=0.53
/proc/24958/task/24960/stat : 24960 (java) S 24957 24944 5419 0 -1 64 2600 0 0 0 44 9 0 0 16 0 9 0 24014686 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24961] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24961/stat : 24961 (java) S 24957 24944 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24014686 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24962] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24962/stat : 24962 (java) S 24957 24944 5419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24014686 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24963] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24963/stat : 24963 (java) S 24957 24944 5419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24014688 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24964] ppid=24957 vsize=868704 CPUtime=0.21
/proc/24958/task/24964/stat : 24964 (java) S 24957 24944 5419 0 -1 64 1513 0 0 0 21 0 0 0 16 0 9 0 24014688 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24965] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24965/stat : 24965 (java) S 24957 24944 5419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24014688 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24958/tid=24966] ppid=24957 vsize=868704 CPUtime=0
/proc/24958/task/24966/stat : 24966 (java) S 24957 24944 5419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24014688 889552896 6777 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890928

[startup+12.7015 s]
/proc/loadavg: 2.25 2.25 2.10 3/76 24968
/proc/meminfo: memFree=1419552/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.49
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 5 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=126656 CPUtime=6.03
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 30314 0 0 0 583 20 0 0 25 0 1 0 24015274 129695744 30300 996147200 134512640 135127466 4294956256 18446744073709551615 134530593 0 0 4096 3 0 0 0 17 1 0 0
/proc/24968/statm: 31664 30300 75 150 0 31511 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 148880

[startup+25.503 s]
/proc/loadavg: 2.19 2.24 2.10 3/76 24968
/proc/meminfo: memFree=1418592/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.49
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 5 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=127848 CPUtime=18.76
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 30599 0 0 0 1856 20 0 0 25 0 1 0 24015274 130916352 30585 996147200 134512640 135127466 4294956256 18446744073709551615 134531118 0 0 4096 3 0 0 0 17 1 0 0
/proc/24968/statm: 31962 30585 75 150 0 31809 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 150072

[startup+51.1018 s]
/proc/loadavg: 2.12 2.22 2.09 3/76 24968
/proc/meminfo: memFree=1418336/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.49
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 5 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=128244 CPUtime=44.23
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 30711 0 0 0 4403 20 0 0 25 0 1 0 24015274 131321856 30697 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24968/statm: 32061 30697 75 150 0 31908 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 150468

[startup+102.307 s]
/proc/loadavg: 2.05 2.18 2.09 3/76 24968
/proc/meminfo: memFree=1417184/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.49
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 5 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1365728/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=151572 CPUtime=1350.12
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 36563 0 0 0 134980 32 0 0 25 0 1 0 24015274 155209728 36549 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 37893 36549 75 150 0 37740 0
Current children cumulated CPU time (s) 1356.62
Current children cumulated vsize (KiB) 173796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25013
/proc/meminfo: memFree=1364512/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=152632 CPUtime=1410.1
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 36836 0 0 0 140977 33 0 0 25 0 1 0 24015274 156295168 36822 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 38158 36822 75 150 0 38005 0
Current children cumulated CPU time (s) 1416.6
Current children cumulated vsize (KiB) 174856

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25013
/proc/meminfo: memFree=1363360/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=154088 CPUtime=1470.07
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 37136 0 0 0 146974 33 0 0 25 0 1 0 24015274 157786112 37122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 38522 37122 75 150 0 38369 0
Current children cumulated CPU time (s) 1476.57
Current children cumulated vsize (KiB) 176312

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25013
/proc/meminfo: memFree=1362016/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=155408 CPUtime=1530.04
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 37465 0 0 0 152970 34 0 0 25 0 1 0 24015274 159137792 37451 996147200 134512640 135127466 4294956256 18446744073709551615 134530855 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 38852 37451 75 150 0 38699 0
Current children cumulated CPU time (s) 1536.54
Current children cumulated vsize (KiB) 177632

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25013
/proc/meminfo: memFree=1360288/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=156992 CPUtime=1590.01
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 37861 0 0 0 158966 35 0 0 25 0 1 0 24015274 160759808 37847 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 39248 37847 75 150 0 39095 0
Current children cumulated CPU time (s) 1596.51
Current children cumulated vsize (KiB) 179216

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25013
/proc/meminfo: memFree=1358496/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=158708 CPUtime=1649.99
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 38283 0 0 0 164963 36 0 0 25 0 1 0 24015274 162516992 38269 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 39677 38269 75 150 0 39524 0
Current children cumulated CPU time (s) 1656.49
Current children cumulated vsize (KiB) 180932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25013
/proc/meminfo: memFree=1356960/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=160168 CPUtime=1709.96
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 38668 0 0 0 170960 36 0 0 25 0 1 0 24015274 164012032 38654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 40042 38654 75 150 0 39889 0
Current children cumulated CPU time (s) 1716.46
Current children cumulated vsize (KiB) 182392

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25019
/proc/meminfo: memFree=1355040/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=161900 CPUtime=1769.93
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 39105 0 0 0 176956 37 0 0 25 0 1 0 24015274 165785600 39091 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 40475 39091 75 150 0 40322 0
Current children cumulated CPU time (s) 1776.43
Current children cumulated vsize (KiB) 184124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25019
/proc/meminfo: memFree=1354272/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=162692 CPUtime=1793.52
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 39292 0 0 0 179315 37 0 0 25 0 1 0 24015274 166596608 39278 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 40673 39278 75 150 0 40520 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 184916

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

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

[startup+1805.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25019
/proc/meminfo: memFree=1354272/2055920 swapFree=4192812/4192956
[pid=24944] ppid=24942 vsize=16868 CPUtime=6.5
/proc/24944/stat : 24944 (sugar) S 24942 24944 5419 0 -1 4194304 1376 16227 0 2 6 2 585 57 16 0 1 0 24014612 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24944/statm: 4217 1113 409 3 0 796 0
[pid=24967] ppid=24944 vsize=5356 CPUtime=0
/proc/24967/stat : 24967 (sh) S 24944 24944 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24015273 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24967/statm: 1339 232 193 169 0 50 0
[pid=24968] ppid=24967 vsize=162692 CPUtime=1793.52
/proc/24968/stat : 24968 (minisat) R 24967 24944 5419 0 -1 4194304 39292 0 0 0 179315 37 0 0 25 0 1 0 24015274 166596608 39278 996147200 134512640 135127466 4294956256 18446744073709551615 134527107 0 0 4096 3 0 0 0 17 0 0 0
/proc/24968/statm: 40673 39278 75 150 0 40520 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 184916

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24944 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=916100
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=631903
# CPU time returned by wait4() is 6.548
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.96
CPU time (s): 1800.02
CPU user time (s): 1799.06
CPU system time (s): 0.96
CPU usage (%): 99.6709
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9161
system time used= 0.631903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17986
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= 16048
involuntary context switches= 15941

runsolver used 2.14967 second user time and 6.07708 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 05:31:55
IDJOB=2080278
IDBENCH=57049
IDSOLVER=739
FILE ID=node59/2080278-1247369515
PBS_JOBID= 9507107
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-100-8.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080278-1247369515/watcher-2080278-1247369515 -o /tmp/evaluation-result-2080278-1247369515/solver-2080278-1247369515 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2080278-1247369515.xml

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

MD5SUM BENCH= 4fd5952cdf1c6d563997aac01ff731b3
RANDOM SEED=1354097465

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1602584 kB
Buffers:         68720 kB
Cached:         286036 kB
SwapCached:          0 kB
Active:         181616 kB
Inactive:       192976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          30500 kB
Slab:            64140 kB
Committed_AS:   243964 kB
PageTables:       1840 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= 66384 MiB
End job on node59 at 2009-07-12 06:02:03