Trace number 2067573

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 1809.76

General information on the benchmark

Namecsp/pseudo/ppp/
normalized-ppp-1-9-16-19.xml
MD5SUM08e198d63dcbb86350d4244b7817639a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1212.19
Satisfiable
(Un)Satisfiability was proved
Number of variables4626
Number of constraints30921
Maximum constraint arity29
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension30921
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 22:43:33 2009
0.05/0.08	c 0	PID 16660
0.05/0.08	c 0	HOST node38.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2067573-1247345012.xml TO HOME/temp.csp
0.05/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-2067573-1247345012.xml' 'HOME/temp.csp'
2.05/2.12	c 2	1 domains, 4626 variables, 11 predicates, 0 relations, 30921 constraints
2.05/2.18	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.05/2.18	c 2	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'
2.08/2.25	c 2	Parsing HOME/temp.csp
2.08/2.56	c 2	parsed 10000 expressions
2.08/2.72	c 2	parsed 20000 expressions
2.08/2.88	c 2	parsed 30000 expressions
2.08/3.04	c 2	parsed 35559 expressions
2.08/3.05	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.08/3.05	c 2	Converting to clausal form CSP
2.08/3.10	c 3	converted 3556 (10%) expressions
3.26/3.40	c 3	converted 7112 (20%) expressions
3.36/3.52	c 3	converted 10668 (30%) expressions
3.45/3.64	c 3	converted 14224 (40%) expressions
3.55/3.74	c 3	converted 17780 (50%) expressions
3.66/3.85	c 3	converted 21336 (60%) expressions
3.95/4.11	c 4	converted 24892 (70%) expressions
4.06/4.21	c 4	converted 28448 (80%) expressions
4.16/4.32	c 4	converted 32004 (90%) expressions
4.45/4.67	c 4	converted 35559 (100%) expressions
4.45/4.68	c 4	CSP : 5760 integers, 0 booleans, 33189 clauses, largest domain size 11
4.45/4.68	c 4	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.45/4.68	c 4	Propagation in CSP
4.65/4.86	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.65/4.86	c 4	CSP : 5760 integers, 0 booleans, 33189 clauses, largest domain size 11
4.65/4.86	c 4	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.65/4.88	c 4	Simplifing CSP by introducing new Boolean variables
4.65/4.90	c 4	CSP : 5760 integers, 0 booleans, 33189 clauses, largest domain size 11
4.65/4.90	c 4	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.84/5.02	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.84/5.03	c 4	576 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/5.04	c 4	1152 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/5.04	c 4	1728 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/5.04	c 4	2304 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/5.04	c 4	2880 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/5.04	c 4	3456 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/5.05	c 4	4032 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/5.05	c 4	4608 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.84/5.05	c 4	5184 (90%) CSP integer variables are encoded (930 clauses, 12154 bytes)
4.84/5.06	c 4	5760 (100%) CSP integer variables are encoded (2940 clauses, 38284 bytes)
4.94/5.14	c 5	3319 (10%) CSP clauses are encoded (6259 clauses, 88472 bytes)
4.94/5.17	c 5	6638 (20%) CSP clauses are encoded (9578 clauses, 141576 bytes)
5.04/5.20	c 5	9957 (30%) CSP clauses are encoded (12897 clauses, 194680 bytes)
5.04/5.23	c 5	13276 (40%) CSP clauses are encoded (16216 clauses, 247808 bytes)
5.04/5.26	c 5	16595 (50%) CSP clauses are encoded (19535 clauses, 307210 bytes)
5.04/5.29	c 5	19914 (60%) CSP clauses are encoded (22854 clauses, 366952 bytes)
5.14/5.32	c 5	23233 (70%) CSP clauses are encoded (26173 clauses, 426694 bytes)
5.14/5.35	c 5	26552 (80%) CSP clauses are encoded (29492 clauses, 486436 bytes)
5.14/5.39	c 5	29871 (90%) CSP clauses are encoded (34869 clauses, 565042 bytes)
8.41/8.62	c 8	33189 (100%) CSP clauses are encoded (119073 clauses, 2393095 bytes)
8.41/8.62	c 8	33189 CSP clauses encoded
8.41/8.62	c 8	Writing map file : HOME/temp.map
8.41/8.64	c 8	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.41/8.64	c 8	SAT : 8700 SAT variables, 119073 SAT clauses, 2393095 bytes
8.41/8.64	c 8	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.41/8.66	c 8	SOLVING HOME/temp.cnf
8.41/8.66	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.41/8.66	c 8	This is MiniSat 2.0 beta
8.41/8.66	c 8	WARNING: for repeatability, setting FPU to use double precision
8.41/8.66	c 8	============================[ Problem Statistics ]=============================
8.41/8.66	c 8	|                                                                             |
8.41/8.66	c 8	|  Number of variables:  8700                                                 |
8.41/8.66	c 8	|  Number of clauses:    119073                                               |
8.51/8.73	c 8	|  Parsing time:         0.06         s                                       |
8.51/8.74	c 8	============================[ Search Statistics ]==============================
8.51/8.74	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.51/8.74	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.51/8.74	c 8	===============================================================================
8.51/8.74	c 8	|         0 |    8700   119073   422100 |    39691        0    nan |  0.000 % |
8.51/8.74	c 8	|       100 |    8700   119073   422100 |    43660      100     14 |  0.000 % |
8.51/8.76	c 8	|       251 |    8700   119073   422100 |    48026      251     35 |  0.000 % |
8.51/8.79	c 8	|       476 |    8700   119073   422100 |    52828      476     42 |  0.000 % |
8.60/8.81	c 8	|       814 |    8700   119073   422100 |    58111      814     44 |  0.000 % |
8.60/8.84	c 8	|      1320 |    8700   119073   422100 |    63922     1320     44 |  0.000 % |
8.70/8.92	c 8	|      2079 |    8700   119073   422100 |    70315     2079     51 |  0.000 % |
8.80/9.04	c 8	|      3218 |    8700   119073   422100 |    77346     3218     57 |  0.000 % |
9.00/9.21	c 9	|      4926 |    8700   119073   422100 |    85081     4926     62 |  0.000 % |
9.20/9.43	c 9	|      7489 |    8700   119073   422100 |    93589     7489     59 |  0.000 % |
9.59/9.84	c 9	|     11334 |    8700   119073   422100 |   102948    11334     65 |  0.000 % |
10.38/10.67	c 10	|     17101 |    8700   119073   422100 |   113243    17101     73 |  0.000 % |
11.88/12.13	c 12	|     25751 |    8700   119073   422100 |   124567    25751     80 |  0.000 % |
13.95/14.28	c 14	|     38725 |    8700   119073   422100 |   137024    38725     80 |  0.000 % |
17.52/17.88	c 17	|     58187 |    8700   119073   422100 |   150726    58187     76 |  0.000 % |
26.14/26.55	c 26	|     87380 |    8700   119073   422100 |   165799    87380     84 |  0.000 % |
45.25/45.81	c 45	|    131169 |    8700   119073   422100 |   182379   131169     78 |  0.000 % |
76.64/77.59	c 77	|    196855 |    8700   119073   422100 |   200616    23251     92 |  0.000 % |
127.86/129.29	c 129	|    295382 |    8700   119073   422100 |   220678   121778    101 |  0.000 % |
215.53/217.75	c 217	|    443172 |    8700   119073   422100 |   242746    59218    116 |  0.000 % |
452.98/457.43	c 457	|    664855 |    8700   119073   422100 |   267021    57104     51 |  0.000 % |
704.86/710.59	c 710	|    997382 |    8700   119073   422100 |   293723   134177    120 |  0.000 % |
1359.43/1367.04	c 1366	|   1496170 |    8700   119073   422100 |   323095    84578     67 |  0.000 % |
1800.06/1808.25	c ERROR INTERRUPTED
1800.06/1808.25	s UNKNOWN
1800.06/1808.25	c 1808	CPU 8.48 (0.06 0.01 8.18 0.23)
1800.06/1808.25	c 1808	END Sat Jul 11 23:13:41 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-2067573-1247345012/watcher-2067573-1247345012 -o /tmp/evaluation-result-2067573-1247345012/solver-2067573-1247345012 -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-2067573-1247345012.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.15 2.04 2.01 4/83 16660
/proc/meminfo: memFree=986448/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=18576 CPUtime=0
/proc/16660/stat : 16660 (runsolver) R 16658 16660 15179 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21565318 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16660/statm: 4644 284 249 26 0 2626 0

[startup+0.0690219 s]
/proc/loadavg: 2.15 2.04 2.01 4/83 16660
/proc/meminfo: memFree=986448/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16344 CPUtime=0.05
/proc/16660/stat : 16660 (sugar) R 16658 16660 15179 0 -1 4194304 1009 0 0 0 4 1 0 0 20 0 1 0 21565318 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 266910396067 0 0 4224 0 0 0 0 17 1 0 0
/proc/16660/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.106448 s]
/proc/loadavg: 2.15 2.04 2.01 4/83 16660
/proc/meminfo: memFree=986448/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=0.06
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21565318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301046 s]
/proc/loadavg: 2.15 2.04 2.01 4/83 16660
/proc/meminfo: memFree=986448/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=0.06
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21565318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701097 s]
/proc/loadavg: 2.15 2.04 2.01 4/83 16660
/proc/meminfo: memFree=986448/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=0.06
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21565318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 2.14 2.04 2.01 4/94 16672
/proc/meminfo: memFree=948024/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=0.06
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21565318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1111 409 3 0 796 0
[pid=16663] ppid=16660 vsize=5356 CPUtime=0
/proc/16663/stat : 16663 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 21565326 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16663/statm: 1339 233 193 169 0 50 0
[pid=16664] ppid=16663 vsize=866784 CPUtime=1.39
/proc/16664/stat : 16664 (java) S 16663 16660 15179 0 -1 0 18637 0 1 0 131 8 0 0 18 0 9 0 21565326 887586816 15700 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16664/statm: 216696 15700 2556 9 0 211208 0
[pid=16664/tid=16665] ppid=16663 vsize=866784 CPUtime=0.65
/proc/16664/task/16665/stat : 16665 (java) R 16663 16660 15179 0 -1 64 3104 0 1 0 64 1 0 0 25 0 9 0 21565327 887586816 15700 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16664/tid=16666] ppid=16663 vsize=866784 CPUtime=0.59
/proc/16664/task/16666/stat : 16666 (java) R 16663 16660 15179 0 -1 64 14317 0 0 0 54 5 0 0 16 0 9 0 21565329 887586816 15700 996147200 134512640 134550932 4294955984 18446744073709551615 102758179 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16664/tid=16667] ppid=16663 vsize=866784 CPUtime=0
/proc/16664/task/16667/stat : 16667 (java) S 16663 16660 15179 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 21565329 887586816 15700 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16664/tid=16668] ppid=16663 vsize=866784 CPUtime=0
/proc/16664/task/16668/stat : 16668 (java) S 16663 16660 15179 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 21565329 887586816 15700 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16664/tid=16669] ppid=16663 vsize=866784 CPUtime=0
/proc/16664/task/16669/stat : 16669 (java) S 16663 16660 15179 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21565331 887586816 15700 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16664/tid=16670] ppid=16663 vsize=866784 CPUtime=0.11
/proc/16664/task/16670/stat : 16670 (java) S 16663 16660 15179 0 -1 64 510 0 0 0 11 0 0 0 16 0 9 0 21565331 887586816 15700 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16664/tid=16671] ppid=16663 vsize=866784 CPUtime=0
/proc/16664/task/16671/stat : 16671 (java) S 16663 16660 15179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21565331 887586816 15700 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16664/tid=16672] ppid=16663 vsize=866784 CPUtime=0
/proc/16664/task/16672/stat : 16672 (java) S 16663 16660 15179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21565331 887586816 15700 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 889008

[startup+3.10136 s]
/proc/loadavg: 2.14 2.04 2.01 3/94 16672
/proc/meminfo: memFree=928120/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=2.08
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1309 19769 0 1 5 1 192 10 15 0 1 0 21565318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30171 s]
/proc/loadavg: 2.12 2.04 2.01 3/94 16682
/proc/meminfo: memFree=937784/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=2.09
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1310 19769 0 1 6 1 192 10 15 0 1 0 21565318 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1111 409 3 0 796 0
[pid=16673] ppid=16660 vsize=5356 CPUtime=0
/proc/16673/stat : 16673 (sh) S 16660 16660 15179 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21565536 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16673/statm: 1339 233 193 169 0 50 0
[pid=16674] ppid=16673 vsize=868756 CPUtime=4.04
/proc/16674/stat : 16674 (java) S 16673 16660 15179 0 -1 0 14932 0 1 0 394 10 0 0 18 0 9 0 21565536 889606144 13307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16674/statm: 217189 13307 2590 9 0 211666 0
[pid=16674/tid=16675] ppid=16673 vsize=868756 CPUtime=3
/proc/16674/task/16675/stat : 16675 (java) R 16673 16660 15179 0 -1 64 3035 0 1 0 297 3 0 0 25 0 9 0 21565537 889606144 13307 996147200 134512640 134550932 4294955936 18446744073709551615 4127012557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16674/tid=16676] ppid=16673 vsize=868756 CPUtime=0.78
/proc/16674/task/16676/stat : 16676 (java) S 16673 16660 15179 0 -1 64 9669 0 0 0 74 4 0 0 16 0 9 0 21565539 889606144 13307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16674/tid=16677] ppid=16673 vsize=868756 CPUtime=0
/proc/16674/task/16677/stat : 16677 (java) S 16673 16660 15179 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21565539 889606144 13307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16674/tid=16678] ppid=16673 vsize=868756 CPUtime=0
/proc/16674/task/16678/stat : 16678 (java) S 16673 16660 15179 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21565539 889606144 13307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16674/tid=16679] ppid=16673 vsize=868756 CPUtime=0
/proc/16674/task/16679/stat : 16679 (java) S 16673 16660 15179 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21565541 889606144 13307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16674/tid=16680] ppid=16673 vsize=868756 CPUtime=0.23
/proc/16674/task/16680/stat : 16680 (java) S 16673 16660 15179 0 -1 64 1525 0 0 0 22 1 0 0 15 0 9 0 21565541 889606144 13307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16674/tid=16681] ppid=16673 vsize=868756 CPUtime=0
/proc/16674/task/16681/stat : 16681 (java) S 16673 16660 15179 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21565541 889606144 13307 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16674/tid=16682] ppid=16673 vsize=868756 CPUtime=0
/proc/16674/task/16682/stat : 16682 (java) S 16673 16660 15179 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21565541 889606144 13307 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) 890980

[startup+12.7024 s]
/proc/loadavg: 2.11 2.04 2.01 3/86 16684
/proc/meminfo: memFree=963064/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=18320 CPUtime=3.99
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 4451 0 0 0 397 2 0 0 25 0 1 0 21566184 18759680 4437 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/16684/statm: 4580 4437 76 150 0 4427 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 40544

[startup+25.5019 s]
/proc/loadavg: 2.10 2.04 2.01 3/86 16684
/proc/meminfo: memFree=940792/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=39328 CPUtime=16.67
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 9691 0 0 0 1661 6 0 0 25 0 1 0 21566184 40271872 9677 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/16684/statm: 9832 9677 76 150 0 9679 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 61552

[startup+51.1017 s]
/proc/loadavg: 2.06 2.03 2.01 3/86 16684
/proc/meminfo: memFree=918904/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=61744 CPUtime=42.02
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 15246 0 0 0 4191 11 0 0 25 0 1 0 21566184 63225856 15232 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/16684/statm: 15436 15232 76 150 0 15283 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 83968

[startup+102.306 s]
/proc/loadavg: 2.02 2.03 2.00 3/86 16684
/proc/meminfo: memFree=900664/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=79088 CPUtime=92.74
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 19587 0 0 0 9260 14 0 0 25 0 1 0 21566184 80986112 19573 996147200 134512640 135127466 4294956256 18446744073709551615 134529616 0 0 4096 3 0 0 0 17 1 0 0
/proc/16684/statm: 19772 19573 76 150 0 19619 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 101312

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/86 16684
/proc/meminfo: memFree=899960/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=79616 CPUtime=152.17
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 19729 0 0 0 15202 15 0 0 25 0 1 0 21566184 81526784 19715 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16684/statm: 19904 19715 76 150 0 19751 0
Current children cumulated CPU time (s) 160.65

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

/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=147012 CPUtime=1526.01
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 36513 0 0 0 152331 270 0 0 25 0 1 0 21566184 150540288 36499 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16684/statm: 36753 36499 76 150 0 36600 0
Current children cumulated CPU time (s) 1534.49
Current children cumulated vsize (KiB) 169236

[startup+1602.31 s]
/proc/loadavg: 3.03 2.97 2.66 3/85 16743
/proc/meminfo: memFree=14904/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=159312 CPUtime=1585.94
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 39461 0 0 0 158308 286 0 0 25 0 1 0 21566184 163135488 39447 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/16684/statm: 39828 39447 76 150 0 39675 0
Current children cumulated CPU time (s) 1594.42
Current children cumulated vsize (KiB) 181536

[startup+1662.31 s]
/proc/loadavg: 3.38 3.08 2.71 3/85 16743
/proc/meminfo: memFree=16120/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=159312 CPUtime=1645.87
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 39463 0 0 0 164286 301 0 0 25 0 1 0 21566184 163135488 39449 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/16684/statm: 39828 39449 76 150 0 39675 0
Current children cumulated CPU time (s) 1654.35
Current children cumulated vsize (KiB) 181536

[startup+1722.3 s]
/proc/loadavg: 3.35 3.12 2.75 3/85 16743
/proc/meminfo: memFree=16632/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=159312 CPUtime=1705.79
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 39463 0 0 0 170261 318 0 0 25 0 1 0 21566184 163135488 39449 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/16684/statm: 39828 39449 76 150 0 39675 0
Current children cumulated CPU time (s) 1714.27
Current children cumulated vsize (KiB) 181536

[startup+1782.3 s]
/proc/loadavg: 3.51 3.20 2.80 3/85 16743
/proc/meminfo: memFree=15928/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=159312 CPUtime=1765.71
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 39464 0 0 0 176237 334 0 0 25 0 1 0 21566184 163135488 39450 996147200 134512640 135127466 4294956256 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 0 0 0
/proc/16684/statm: 39828 39450 76 150 0 39675 0
Current children cumulated CPU time (s) 1774.19
Current children cumulated vsize (KiB) 181536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 3.33 3.18 2.80 3/85 16743
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=159312 CPUtime=1791.58
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 39464 0 0 0 178820 338 0 0 25 0 1 0 21566184 163135488 39450 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16684/statm: 39828 39450 76 150 0 39675 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 181536

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

############
# WARNING:
# current cumulated CPU time (8.48 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 (1791.58 s) to the 'lost time'.

[startup+1808.2 s]
/proc/loadavg: 3.33 3.18 2.80 3/85 16743
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) S 16658 16660 15179 0 -1 4194304 1376 35050 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16660/statm: 4217 1113 409 3 0 796 0
[pid=16683] ppid=16660 vsize=5356 CPUtime=0
/proc/16683/stat : 16683 (sh) S 16660 16660 15179 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21566184 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16683/statm: 1339 232 193 169 0 50 0
[pid=16684] ppid=16683 vsize=159312 CPUtime=1791.58
/proc/16684/stat : 16684 (minisat) R 16683 16660 15179 0 -1 4194304 39464 0 0 0 178820 338 0 0 25 0 1 0 21566184 163135488 39450 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/16684/statm: 39828 39450 76 150 0 39675 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 181536

[startup+1808.33 s]
/proc/loadavg: 3.33 3.18 2.80 3/85 16743
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) D 16658 16660 15179 0 -1 4194304 1422 35327 0 2 6 1 818 23 16 0 1 0 21565318 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16660/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808.8 s]
/proc/loadavg: 3.33 3.18 2.80 3/85 16743
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) D 16658 16660 15179 0 -1 4194304 1422 35327 0 2 6 1 818 23 15 0 1 0 21565318 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16660/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 16868

[startup+1809.2 s]
/proc/loadavg: 3.33 3.18 2.80 3/85 16743
/proc/meminfo: memFree=16056/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) D 16658 16660 15179 0 -1 4194304 1422 35327 0 2 6 1 818 23 15 0 1 0 21565318 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16660/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 16868

[startup+1809.6 s]
/proc/loadavg: 3.33 3.18 2.80 2/84 16744
/proc/meminfo: memFree=159488/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) D 16658 16660 15179 0 -1 4194304 1422 35327 0 2 6 1 818 23 15 0 1 0 21565318 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16660/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 16868

[startup+1809.7 s]
/proc/loadavg: 3.33 3.18 2.80 2/84 16744
/proc/meminfo: memFree=159488/2055920 swapFree=4192812/4192956
[pid=16660] ppid=16658 vsize=16868 CPUtime=8.48
/proc/16660/stat : 16660 (sugar) D 16658 16660 15179 0 -1 4194304 1422 35327 0 2 6 1 818 23 15 0 1 0 21565318 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16660/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 8.48
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): 1791.58
#  lost CPU user time (s): 1788.2
#  lost CPU system time (s): 3.38

Real time (s): 1809.76
CPU time (s): 1800.09
CPU user time (s): 1796.45
CPU system time (s): 3.64096
CPU usage (%): 99.4657
Max. virtual memory (cumulated for all children) (KiB): 891372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.25174
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36808
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= 3603
involuntary context switches= 3673

runsolver used 2.18767 second user time and 6.12507 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-11 22:43:32
IDJOB=2067573
IDBENCH=54673
IDSOLVER=739
FILE ID=node38/2067573-1247345012
PBS_JOBID= 9506718
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ppp/normalized-ppp-1-9-16-19.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-2067573-1247345012/watcher-2067573-1247345012 -o /tmp/evaluation-result-2067573-1247345012/solver-2067573-1247345012 -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-2067573-1247345012.xml

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

MD5SUM BENCH= 08e198d63dcbb86350d4244b7817639a
RANDOM SEED=245329903

node38.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        986928 kB
Buffers:         62668 kB
Cached:         829284 kB
SwapCached:        140 kB
Active:         270564 kB
Inactive:       745120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        986928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6376 kB
Writeback:           0 kB
Mapped:         139284 kB
Slab:            38236 kB
Committed_AS:   867692 kB
PageTables:       2080 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= 52060 MiB
End job on node38 at 2009-07-11 23:13:43