Trace number 2081719

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.09 1816.93

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-29.xml
MD5SUM10f4f3b19356da36a48ebac0d3244087
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1553
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 06:45:29 2009
0.06/0.08	c 0	PID 25390
0.06/0.08	c 0	HOST node7.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081719-1247373928.xml TO HOME/temp.csp
0.06/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-2081719-1247373928.xml' 'HOME/temp.csp'
1.05/1.14	c 1	95 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.05/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.19	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'
1.10/1.26	c 1	Parsing HOME/temp.csp
1.10/1.56	c 1	parsed 10000 expressions
1.10/1.60	c 1	parsed 13839 expressions
1.10/1.61	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.61	c 1	Converting to clausal form CSP
1.10/1.88	c 1	converted 1384 (10%) expressions
1.10/1.96	c 2	converted 2768 (20%) expressions
1.10/2.01	c 2	converted 4152 (30%) expressions
1.99/2.12	c 2	converted 5536 (40%) expressions
1.99/2.17	c 2	converted 6920 (50%) expressions
2.09/2.22	c 2	converted 8304 (60%) expressions
2.09/2.27	c 2	converted 9688 (70%) expressions
2.19/2.32	c 2	converted 11072 (80%) expressions
2.29/2.45	c 2	converted 12456 (90%) expressions
2.29/2.49	c 2	converted 13839 (100%) expressions
2.29/2.50	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1530
2.29/2.50	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.50	c 2	Propagation in CSP
2.98/3.19	c 3	358488 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.98/3.19	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 771
2.98/3.19	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.98/3.20	c 3	Simplifing CSP by introducing new Boolean variables
3.27/3.45	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 771
3.27/3.45	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.37/3.57	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.47/3.66	c 3	80 (10%) CSP integer variables are encoded (40960 clauses, 592296 bytes)
3.56/3.71	c 3	160 (20%) CSP integer variables are encoded (81360 clauses, 1198296 bytes)
3.56/3.75	c 3	240 (30%) CSP integer variables are encoded (111840 clauses, 1679585 bytes)
3.67/3.82	c 3	320 (40%) CSP integer variables are encoded (164400 clauses, 2573105 bytes)
3.67/3.87	c 3	400 (50%) CSP integer variables are encoded (198680 clauses, 3155865 bytes)
3.77/3.90	c 3	480 (60%) CSP integer variables are encoded (226280 clauses, 3625065 bytes)
3.77/3.96	c 4	560 (70%) CSP integer variables are encoded (269440 clauses, 4358785 bytes)
3.86/4.02	c 4	640 (80%) CSP integer variables are encoded (316560 clauses, 5159825 bytes)
3.86/4.08	c 4	720 (90%) CSP integer variables are encoded (361120 clauses, 5917345 bytes)
3.96/4.14	c 4	800 (100%) CSP integer variables are encoded (402320 clauses, 6617745 bytes)
5.05/5.27	c 5	3654 (10%) CSP clauses are encoded (945941 clauses, 18933248 bytes)
6.03/6.27	c 6	7308 (20%) CSP clauses are encoded (1449323 clauses, 30628423 bytes)
6.92/7.14	c 7	10962 (30%) CSP clauses are encoded (1889079 clauses, 40819573 bytes)
7.99/8.29	c 8	14616 (40%) CSP clauses are encoded (2464961 clauses, 54223425 bytes)
8.79/9.09	c 9	18270 (50%) CSP clauses are encoded (2861806 clauses, 63702715 bytes)
9.98/10.29	c 10	21924 (60%) CSP clauses are encoded (3468261 clauses, 78421781 bytes)
11.27/11.52	c 11	25578 (70%) CSP clauses are encoded (4099588 clauses, 93719672 bytes)
11.96/12.27	c 12	29232 (80%) CSP clauses are encoded (4480242 clauses, 102890699 bytes)
13.12/13.41	c 13	32886 (90%) CSP clauses are encoded (5056633 clauses, 116696613 bytes)
14.60/14.97	c 15	36540 (100%) CSP clauses are encoded (5898141 clauses, 136138844 bytes)
14.60/14.97	c 15	36540 CSP clauses encoded
14.60/14.97	c 15	Writing map file : HOME/temp.map
14.60/14.99	c 15	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.60/14.99	c 15	SAT : 426720 SAT variables, 5898141 SAT clauses, 136138844 bytes
14.60/14.99	c 15	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
14.70/15.05	c 15	SOLVING HOME/temp.cnf
14.70/15.05	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.70/15.05	c 15	This is MiniSat 2.0 beta
14.70/15.05	c 15	WARNING: for repeatability, setting FPU to use double precision
14.70/15.06	c 15	============================[ Problem Statistics ]=============================
14.70/15.06	c 15	|                                                                             |
14.70/15.06	c 15	|  Number of variables:  426720                                               |
14.70/15.06	c 15	|  Number of clauses:    5898141                                              |
18.21/18.70	c 18	|  Parsing time:         3.09         s                                       |
18.40/18.89	c 18	============================[ Search Statistics ]==============================
18.40/18.89	c 18	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
18.40/18.89	c 18	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
18.40/18.89	c 18	===============================================================================
18.40/18.89	c 18	|         0 |  419004  5890425 16667807 |  1963475        0    nan |  0.000 % |
23.25/23.72	c 23	|       101 |  419004  5890425 16667807 |  2159822      101     19 |  1.808 % |
28.60/29.14	c 29	|       252 |  419004  5890425 16667807 |  2375804      251     14 |  1.812 % |
37.31/37.93	c 37	|       478 |  418976  5889954 16666496 |  2613385      476     12 |  1.815 % |
48.71/49.47	c 49	|       817 |  418976  5889954 16666496 |  2874723      815     14 |  1.815 % |
68.80/69.77	c 69	|      1325 |  418945  5889501 16665234 |  3162196     1322     16 |  1.822 % |
98.22/99.55	c 99	|      2084 |  418930  5889248 16664528 |  3478415     2079     15 |  1.833 % |
141.90/143.61	c 143	|      3224 |  418878  5888500 16662467 |  3826257     3218     16 |  1.838 % |
208.47/210.86	c 210	|      4932 |  418862  5888275 16661848 |  4208883     4925     16 |  1.841 % |
305.41/308.72	c 308	|      7494 |  418827  5887735 16660354 |  4629771     7485     17 |  1.852 % |
431.22/435.76	c 435	|     11338 |  418616  5884627 16651724 |  5092748    11320     15 |  1.899 % |
654.37/661.07	c 661	|     17104 |  418436  5881731 16643593 |  5602023    16178     16 |  1.944 % |
991.86/1001.86	c 1001	|     25753 |  418252  5879051 16636022 |  6162225    24815     17 |  1.990 % |
1485.40/1500.12	c 1500	|     38728 |  418028  5875256 16625351 |  6778448    37157     18 |  2.037 % |
1800.06/1816.82	c ERROR INTERRUPTED
1800.06/1816.85	s UNKNOWN
1800.06/1816.85	c 1816	CPU 14.72 (0.06 0.01 13.55 1.1)
1800.06/1816.85	c 1816	END Sun Jul 12 07:15:45 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-2081719-1247373928/watcher-2081719-1247373928 -o /tmp/evaluation-result-2081719-1247373928/solver-2081719-1247373928 -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-2081719-1247373928.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.98 2.00 4/81 25390
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=12268 CPUtime=0
/proc/25390/stat : 25390 (sugar) R 25388 25390 20738 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24460244 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25390/statm: 3067 316 241 3 0 167 0

[startup+0.0745901 s]
/proc/loadavg: 1.91 1.98 2.00 4/81 25390
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16476 CPUtime=0.06
/proc/25390/stat : 25390 (sugar) R 25388 25390 20738 0 -1 4194304 1036 0 0 0 5 1 0 0 18 0 1 0 24460244 16871424 1004 996147200 4194304 4206940 548682068608 18446744073709551615 244691050028 0 0 4224 0 0 0 0 17 1 0 0
/proc/25390/statm: 4119 1004 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.101592 s]
/proc/loadavg: 1.91 1.98 2.00 4/81 25390
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=0.06
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24460244 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301612 s]
/proc/loadavg: 1.91 1.98 2.00 4/81 25390
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=0.06
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24460244 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701654 s]
/proc/loadavg: 1.91 1.98 2.00 4/81 25390
/proc/meminfo: memFree=1683976/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=0.06
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24460244 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50174 s]
/proc/loadavg: 1.91 1.98 2.00 4/92 25402
/proc/meminfo: memFree=1655344/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=1.1
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1309 10549 0 1 5 1 98 6 16 0 1 0 24460244 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 16868

[startup+3.10291 s]
/proc/loadavg: 1.91 1.98 2.00 4/92 25412
/proc/meminfo: memFree=1661808/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=1.1
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1310 10549 0 1 5 1 98 6 15 0 1 0 24460244 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1111 409 3 0 796 0
[pid=25403] ppid=25390 vsize=5356 CPUtime=0
/proc/25403/stat : 25403 (sh) S 25390 25390 20738 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24460363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25403/statm: 1339 233 193 169 0 50 0
[pid=25404] ppid=25403 vsize=868600 CPUtime=1.88
/proc/25404/stat : 25404 (java) S 25403 25390 20738 0 -1 0 9835 0 1 0 182 6 0 0 18 0 9 0 24460363 889446400 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25404/statm: 217150 8876 2566 9 0 211655 0
[pid=25404/tid=25405] ppid=25403 vsize=868600 CPUtime=1.33
/proc/25404/task/25405/stat : 25405 (java) R 25403 25390 20738 0 -1 64 2872 0 1 0 131 2 0 0 25 0 9 0 24460364 889446400 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4126527072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25403 vsize=868600 CPUtime=0.36
/proc/25404/task/25406/stat : 25406 (java) S 25403 25390 20738 0 -1 64 4824 0 0 0 34 2 0 0 16 0 9 0 24460365 889446400 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25403 vsize=868600 CPUtime=0
/proc/25404/task/25407/stat : 25407 (java) S 25403 25390 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24460366 889446400 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25408] ppid=25403 vsize=868600 CPUtime=0
/proc/25404/task/25408/stat : 25408 (java) S 25403 25390 20738 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24460366 889446400 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25409] ppid=25403 vsize=868600 CPUtime=0
/proc/25404/task/25409/stat : 25409 (java) S 25403 25390 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24460368 889446400 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25410] ppid=25403 vsize=868600 CPUtime=0.15
/proc/25404/task/25410/stat : 25410 (java) S 25403 25390 20738 0 -1 64 1441 0 0 0 15 0 0 0 16 0 9 0 24460368 889446400 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25411] ppid=25403 vsize=868600 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25403 25390 20738 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24460368 889446400 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25412] ppid=25403 vsize=868600 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25403 25390 20738 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24460368 889446400 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890824

[startup+6.30225 s]
/proc/loadavg: 1.92 1.98 2.00 3/92 25412
/proc/meminfo: memFree=1625392/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=1.1
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1310 10549 0 1 5 1 98 6 16 0 1 0 24460244 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1111 409 3 0 796 0
[pid=25403] ppid=25390 vsize=5356 CPUtime=0
/proc/25403/stat : 25403 (sh) S 25390 25390 20738 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24460363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25403/statm: 1339 233 193 169 0 50 0
[pid=25404] ppid=25403 vsize=868712 CPUtime=5.03
/proc/25404/stat : 25404 (java) S 25403 25390 20738 0 -1 0 12128 0 1 0 473 30 0 0 18 0 9 0 24460363 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25404/statm: 217178 10631 2590 9 0 211655 0
[pid=25404/tid=25405] ppid=25403 vsize=868712 CPUtime=3.98
/proc/25404/task/25405/stat : 25405 (java) R 25403 25390 20738 0 -1 64 3399 0 1 0 376 22 0 0 25 0 9 0 24460364 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4126945326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25403 vsize=868712 CPUtime=0.81
/proc/25404/task/25406/stat : 25406 (java) S 25403 25390 20738 0 -1 64 6544 0 0 0 75 6 0 0 16 0 9 0 24460365 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25407/stat : 25407 (java) S 25403 25390 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24460366 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25408] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25408/stat : 25408 (java) S 25403 25390 20738 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24460366 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25409] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25409/stat : 25409 (java) S 25403 25390 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24460368 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25410] ppid=25403 vsize=868712 CPUtime=0.22
/proc/25404/task/25410/stat : 25410 (java) S 25403 25390 20738 0 -1 64 1487 0 0 0 22 0 0 0 16 0 9 0 24460368 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25411] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25403 25390 20738 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24460368 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25412] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25403 25390 20738 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24460368 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 890936

[startup+12.7029 s]
/proc/loadavg: 2.01 2.00 2.01 3/92 25412
/proc/meminfo: memFree=1545840/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=1.11
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1310 10549 0 1 6 1 98 6 15 0 1 0 24460244 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1111 409 3 0 796 0
[pid=25403] ppid=25390 vsize=5356 CPUtime=0
/proc/25403/stat : 25403 (sh) S 25390 25390 20738 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24460363 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25403/statm: 1339 233 193 169 0 50 0
[pid=25404] ppid=25403 vsize=868712 CPUtime=11.34
/proc/25404/stat : 25404 (java) S 25403 25390 20738 0 -1 0 12977 0 1 0 1053 81 0 0 18 0 9 0 24460363 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25404/statm: 217178 10631 2590 9 0 211655 0
[pid=25404/tid=25405] ppid=25403 vsize=868712 CPUtime=9.97
/proc/25404/task/25405/stat : 25405 (java) R 25403 25390 20738 0 -1 64 4248 0 1 0 929 68 0 0 25 0 9 0 24460364 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4126521900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25406] ppid=25403 vsize=868712 CPUtime=1.12
/proc/25404/task/25406/stat : 25406 (java) S 25403 25390 20738 0 -1 64 6544 0 0 0 101 11 0 0 16 0 9 0 24460365 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25407/stat : 25407 (java) S 25403 25390 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24460366 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25408] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25408/stat : 25408 (java) S 25403 25390 20738 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24460366 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25409] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25409/stat : 25409 (java) S 25403 25390 20738 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24460368 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25410] ppid=25403 vsize=868712 CPUtime=0.22
/proc/25404/task/25410/stat : 25410 (java) S 25403 25390 20738 0 -1 64 1487 0 0 0 22 0 0 0 16 0 9 0 24460368 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25411] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25403 25390 20738 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24460368 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25412] ppid=25403 vsize=868712 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25403 25390 20738 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24460368 889561088 10631 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890936

[startup+25.5013 s]
/proc/loadavg: 2.07 2.02 2.01 3/84 25414
/proc/meminfo: memFree=1273136/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=281628 CPUtime=10.31
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 67402 0 0 0 979 52 0 0 25 0 1 0 24461750 288387072 67388 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 70407 67388 75 150 0 70254 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 303852

[startup+51.1019 s]
/proc/loadavg: 2.05 2.01 2.01 3/84 25414
/proc/meminfo: memFree=1268528/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=286248 CPUtime=35.66
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 68562 0 0 0 3512 54 0 0 25 0 1 0 24461750 293117952 68548 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 71562 68548 75 150 0 71409 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 308472

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 2.01 3/84 25414
/proc/meminfo: memFree=1266160/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=287832 CPUtime=86.27
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 68999 0 0 0 8573 54 0 0 25 0 1 0 24461750 294739968 68985 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 71958 68985 75 150 0 71805 0
Current children cumulated CPU time (s) 100.99

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

/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 69870 0 0 0 139304 58 0 0 25 0 1 0 24461750 298385408 69856 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 72848 69856 75 150 0 72695 0
Current children cumulated CPU time (s) 1408.34
Current children cumulated vsize (KiB) 313616

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25422
/proc/meminfo: memFree=1259824/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=291524 CPUtime=1453.05
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 69922 0 0 0 145247 58 0 0 25 0 1 0 24461750 298520576 69908 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 72881 69908 75 150 0 72728 0
Current children cumulated CPU time (s) 1467.77
Current children cumulated vsize (KiB) 313748

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25422
/proc/meminfo: memFree=1259568/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=291788 CPUtime=1512.48
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 69968 0 0 0 151190 58 0 0 25 0 1 0 24461750 298790912 69954 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 72947 69954 75 150 0 72794 0
Current children cumulated CPU time (s) 1527.2
Current children cumulated vsize (KiB) 314012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25422
/proc/meminfo: memFree=1259312/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=291920 CPUtime=1571.91
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 70021 0 0 0 157133 58 0 0 25 0 1 0 24461750 298926080 70007 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 72980 70007 75 150 0 72827 0
Current children cumulated CPU time (s) 1586.63
Current children cumulated vsize (KiB) 314144

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25422
/proc/meminfo: memFree=1258992/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=292268 CPUtime=1631.34
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 70070 0 0 0 163076 58 0 0 25 0 1 0 24461750 299282432 70056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 73067 70056 75 150 0 72914 0
Current children cumulated CPU time (s) 1646.06
Current children cumulated vsize (KiB) 314492

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25474
/proc/meminfo: memFree=1451824/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=292400 CPUtime=1691.1
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 70127 0 0 0 169050 60 0 0 25 0 1 0 24461750 299417600 70113 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25414/statm: 73100 70113 75 150 0 72947 0
Current children cumulated CPU time (s) 1705.82
Current children cumulated vsize (KiB) 314624

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25534
/proc/meminfo: memFree=1348400/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=292668 CPUtime=1751.07
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 70179 0 0 0 175045 62 0 0 25 0 1 0 24461750 299692032 70165 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25414/statm: 73167 70165 75 150 0 73014 0
Current children cumulated CPU time (s) 1765.79
Current children cumulated vsize (KiB) 314892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25582
/proc/meminfo: memFree=1166824/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=292668 CPUtime=1785.34
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 70187 0 0 0 178471 63 0 0 25 0 1 0 24461750 299692032 70173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 73167 70173 75 150 0 73014 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 314892

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

############
# WARNING:
# current cumulated CPU time (14.79 s) is less than in the last sample (1800.06 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1785.27 s) to the 'lost time'.

[startup+1816.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25582
/proc/meminfo: memFree=1166824/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.72
/proc/25390/stat : 25390 (sugar) S 25388 25390 20738 0 -1 4194304 1376 24144 0 2 6 1 1355 110 16 0 1 0 24460244 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25390/statm: 4217 1113 409 3 0 796 0
[pid=25413] ppid=25390 vsize=5356 CPUtime=0
/proc/25413/stat : 25413 (sh) S 25390 25390 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24461749 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25413/statm: 1339 232 193 169 0 50 0
[pid=25414] ppid=25413 vsize=292668 CPUtime=1785.34
/proc/25414/stat : 25414 (minisat) R 25413 25390 20738 0 -1 4194304 70187 0 0 0 178471 63 0 0 25 0 1 0 24461750 299692032 70173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25414/statm: 73167 70173 75 150 0 73014 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 314892

[startup+1816.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25582
/proc/meminfo: memFree=1166824/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.79
/proc/25390/stat : 25390 (sugar) R 25388 25390 20738 0 -1 4194304 1423 24421 0 2 6 8 1355 110 16 0 1 0 24460244 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25390/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1816.93 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25582
/proc/meminfo: memFree=1166824/2055920 swapFree=4192812/4192956
[pid=25390] ppid=25388 vsize=16868 CPUtime=14.79
/proc/25390/stat : 25390 (sugar) R 25388 25390 20738 0 -1 4194304 1423 24421 0 2 6 8 1355 110 16 0 1 0 24460244 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25390/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (KiB) 16868

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): 1785.27
#  lost CPU user time (s): 1784.71
#  lost CPU system time (s): 0.56

Real time (s): 1816.93
CPU time (s): 1800.09
CPU user time (s): 1798.33
CPU system time (s): 1.75882
CPU usage (%): 99.0732
Max. virtual memory (cumulated for all children) (KiB): 891076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6199
system time used= 1.19882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25903
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= 16864
involuntary context switches= 17041

runsolver used 2.10968 second user time and 6.17106 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 06:45:29
IDJOB=2081719
IDBENCH=57475
IDSOLVER=739
FILE ID=node7/2081719-1247373928
PBS_JOBID= 9507048
Free space on /tmp= 66132 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-29.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-2081719-1247373928/watcher-2081719-1247373928 -o /tmp/evaluation-result-2081719-1247373928/solver-2081719-1247373928 -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-2081719-1247373928.xml

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

MD5SUM BENCH= 10f4f3b19356da36a48ebac0d3244087
RANDOM SEED=1724543305

node7.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1684456 kB
Buffers:         13016 kB
Cached:          86672 kB
SwapCached:          0 kB
Active:         296480 kB
Inactive:        22808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2952 kB
Writeback:           0 kB
Mapped:         240104 kB
Slab:            37068 kB
Committed_AS:   444632 kB
PageTables:       2308 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= 66136 MiB
End job on node7 at 2009-07-12 07:15:47