Trace number 2079772

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+minisatSAT 238.539 239.834

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-28_ext.xml
MD5SUMfc572675ca9168db4ec114051eda767a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.95055
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:19:15 2009
0.00/0.07	c 0	PID 25125
0.06/0.07	c 0	HOST node41.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2079772-1247368755.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079772-1247368755.xml' 'HOME/temp.csp'
0.06/0.94	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.06/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	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.93/1.05	c 1	Parsing HOME/temp.csp
1.91/2.05	c 2	parsed 137 expressions
1.91/2.05	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.05	c 2	Converting to clausal form CSP
1.91/2.07	c 2	converted 14 (10%) expressions
1.91/2.09	c 2	converted 28 (20%) expressions
1.91/2.10	c 3	converted 42 (30%) expressions
2.12/2.26	c 3	converted 55 (40%) expressions
2.12/2.27	c 3	converted 69 (50%) expressions
2.21/2.32	c 3	converted 83 (60%) expressions
2.31/2.42	c 3	converted 96 (70%) expressions
2.41/2.52	c 3	converted 110 (80%) expressions
2.51/2.64	c 3	converted 124 (90%) expressions
2.81/2.91	c 3	converted 137 (100%) expressions
2.81/2.91	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.81/2.91	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.91	c 3	Propagation in CSP
2.81/2.91	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.91	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.81/2.91	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.91	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.91	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.81/2.91	c 3	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.03	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.91/3.04	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.91/3.04	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.91/3.04	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.91/3.04	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.91/3.04	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.91/3.04	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.91/3.05	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.91/3.05	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.91/3.05	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.91/3.05	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.11/3.25	c 4	6 (10%) CSP clauses are encoded (11233 clauses, 247938 bytes)
3.20/3.38	c 4	12 (20%) CSP clauses are encoded (21982 clauses, 500491 bytes)
3.40/3.52	c 4	18 (30%) CSP clauses are encoded (32829 clauses, 769784 bytes)
3.50/3.65	c 4	24 (40%) CSP clauses are encoded (43806 clauses, 1032907 bytes)
3.60/3.75	c 4	29 (50%) CSP clauses are encoded (52201 clauses, 1240159 bytes)
3.70/3.89	c 4	35 (60%) CSP clauses are encoded (63040 clauses, 1509756 bytes)
3.90/4.02	c 4	41 (70%) CSP clauses are encoded (73928 clauses, 1779977 bytes)
4.00/4.15	c 5	47 (80%) CSP clauses are encoded (84748 clauses, 2066785 bytes)
4.09/4.29	c 5	53 (90%) CSP clauses are encoded (95542 clauses, 2355437 bytes)
4.20/4.39	c 5	58 (100%) CSP clauses are encoded (103927 clauses, 2578197 bytes)
4.20/4.39	c 5	58 CSP clauses encoded
4.20/4.39	c 5	Writing map file : HOME/temp.map
4.20/4.39	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.20/4.40	c 5	SAT : 380 SAT variables, 103927 SAT clauses, 2578197 bytes
4.20/4.40	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.42	c 5	SOLVING HOME/temp.cnf
4.29/4.42	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.29/4.42	c 5	This is MiniSat 2.0 beta
4.29/4.42	c 5	WARNING: for repeatability, setting FPU to use double precision
4.29/4.42	c 5	============================[ Problem Statistics ]=============================
4.29/4.42	c 5	|                                                                             |
4.29/4.42	c 5	|  Number of variables:  380                                                  |
4.29/4.42	c 5	|  Number of clauses:    103927                                               |
4.29/4.49	c 5	|  Parsing time:         0.06         s                                       |
4.29/4.50	c 5	============================[ Search Statistics ]==============================
4.29/4.50	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.29/4.50	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.29/4.50	c 5	===============================================================================
4.29/4.50	c 5	|         0 |     380   103927   569830 |    34642        0    nan |  0.000 % |
4.32/4.56	c 5	|       100 |     380   103927   569830 |    38106      100     13 |  0.001 % |
4.32/4.62	c 5	|       250 |     380   103927   569830 |    41917      250     11 |  0.013 % |
4.32/4.72	c 5	|       475 |     380   103927   569830 |    46108      475     10 |  0.013 % |
4.32/4.89	c 5	|       814 |     380   103927   569830 |    50719      814     10 |  0.013 % |
4.32/5.11	c 6	|      1320 |     380   103927   569830 |    55791     1320     11 |  0.013 % |
4.32/5.39	c 6	|      2081 |     380   103927   569830 |    61371     2081     12 |  0.012 % |
5.78/5.93	c 6	|      3221 |     380   103927   569830 |    67508     3221     12 |  0.013 % |
6.58/6.70	c 7	|      4929 |     380   103927   569830 |    74258     4929     12 |  0.014 % |
7.67/7.89	c 8	|      7492 |     380   103927   569830 |    81684     7492     12 |  0.015 % |
9.76/9.95	c 10	|     11337 |     380   103927   569830 |    89853    11337     13 |  0.001 % |
13.05/13.26	c 14	|     17105 |     380   103927   569830 |    98838    17105     13 |  0.014 % |
17.42/17.61	c 18	|     25754 |     380   103927   569830 |   108722    25754     14 |  0.009 % |
25.98/26.20	c 27	|     38729 |     379   102810   564646 |   119594    21074     14 |  0.264 % |
38.62/38.97	c 39	|     58190 |     379   102810   564646 |   131554    40535     14 |  0.276 % |
58.62/59.07	c 59	|     87382 |     378   101839   560148 |   144709    54822     15 |  0.527 % |
98.71/99.39	c 100	|    131173 |     378   101839   560148 |   159180    98613     16 |  0.530 % |
177.53/178.58	c 179	|    196861 |     374    99080   545791 |   175098    93700     15 |  1.580 % |
238.33/239.65	c 240	===============================================================================
238.33/239.65	c 240	restarts              : 18
238.33/239.65	c 240	conflicts             : 244764         (1046 /sec)
238.33/239.65	c 240	decisions             : 297706         (1.55 % random) (1272 /sec)
238.33/239.65	c 240	propagations          : 11684745       (49937 /sec)
238.33/239.65	c 240	conflict literals     : 3803847        (31.15 % deleted)
238.33/239.65	c 240	Memory used           : 22.44 MB
238.33/239.65	c 240	CPU time              : 233.987 s
238.33/239.65	c 240	
238.33/239.65	c 240	SATISFIABLE
238.33/239.66	c 240	DECODING HOME/temp.out WITH HOME/temp.map
238.33/239.66	c 240	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
238.42/239.74	c 240	Decoding HOME/temp.out
238.42/239.76	s SATISFIABLE
238.42/239.76	v 17 0 9 7 2 7 12 17 19 5 14 10 8 10 14 7 10 3 8 7
238.42/239.78	c 240	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
238.50/239.83	c 240	CPU 238.51 (0.05 0.02 238.16 0.28)
238.50/239.83	c 240	END Sun Jul 12 05:23:15 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079772-1247368755/watcher-2079772-1247368755 -o /tmp/evaluation-result-2079772-1247368755/solver-2079772-1247368755 -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-2079772-1247368755.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.02 2.06 2.07 4/81 25125
/proc/meminfo: memFree=1620264/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=18576 CPUtime=0
/proc/25125/stat : 25125 (runsolver) R 25123 25125 18353 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 23567242 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25125/statm: 4644 284 249 26 0 2626 0

[startup+0.0772961 s]
/proc/loadavg: 2.02 2.06 2.07 4/81 25125
/proc/meminfo: memFree=1620264/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16740 CPUtime=0.06
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23567242 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100826 s]
/proc/loadavg: 2.02 2.06 2.07 4/81 25125
/proc/meminfo: memFree=1620264/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=0.06
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23567242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301846 s]
/proc/loadavg: 2.02 2.06 2.07 4/81 25125
/proc/meminfo: memFree=1620264/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=0.06
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23567242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70188 s]
/proc/loadavg: 2.02 2.06 2.07 4/81 25125
/proc/meminfo: memFree=1620264/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=0.06
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23567242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50195 s]
/proc/loadavg: 2.02 2.05 2.07 3/88 25143
/proc/meminfo: memFree=1613224/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=0.91
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1309 6877 0 1 5 1 80 5 16 0 1 0 23567242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25125/statm: 4217 1111 409 3 0 796 0
[pid=25138] ppid=25125 vsize=5356 CPUtime=0
/proc/25138/stat : 25138 (sh) S 25125 25125 18353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23567339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25138/statm: 1339 233 193 169 0 50 0
[pid=25139] ppid=25138 vsize=862284 CPUtime=0.51
/proc/25139/stat : 25139 (java) S 25138 25125 18353 0 -1 0 6093 0 1 0 48 3 0 0 19 0 9 0 23567339 882978816 5379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25139/statm: 215571 5379 2158 9 0 210484 0
[pid=25139/tid=25140] ppid=25138 vsize=862284 CPUtime=0.31
/proc/25139/task/25140/stat : 25140 (java) R 25138 25125 18353 0 -1 64 2019 0 1 0 30 1 0 0 21 0 9 0 23567340 882978816 5379 996147200 134512640 134550932 4294955936 18446744073709551615 4126481555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25141] ppid=25138 vsize=862284 CPUtime=0.15
/proc/25139/task/25141/stat : 25141 (java) S 25138 25125 18353 0 -1 64 3065 0 0 0 14 1 0 0 16 0 9 0 23567341 882978816 5379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25142] ppid=25138 vsize=862284 CPUtime=0
/proc/25139/task/25142/stat : 25142 (java) S 25138 25125 18353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23567341 882978816 5379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25143] ppid=25138 vsize=862284 CPUtime=0
/proc/25139/task/25143/stat : 25143 (java) S 25138 25125 18353 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23567341 882978816 5379 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884508

[startup+3.10209 s]
/proc/loadavg: 2.02 2.05 2.07 4/92 25147
/proc/meminfo: memFree=1587848/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=0.91
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1310 6877 0 1 5 1 80 5 15 0 1 0 23567242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25125/statm: 4217 1111 409 3 0 796 0
[pid=25138] ppid=25125 vsize=5356 CPUtime=0
/proc/25138/stat : 25138 (sh) S 25125 25125 18353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23567339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25138/statm: 1339 233 193 169 0 50 0
[pid=25139] ppid=25138 vsize=864488 CPUtime=2.1
/proc/25139/stat : 25139 (java) S 25138 25125 18353 0 -1 0 14426 0 1 0 202 8 0 0 19 0 9 0 23567339 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25139/statm: 216122 13650 2590 9 0 210599 0
[pid=25139/tid=25140] ppid=25138 vsize=864488 CPUtime=1.05
/proc/25139/task/25140/stat : 25140 (java) R 25138 25125 18353 0 -1 64 2987 0 1 0 103 2 0 0 18 0 9 0 23567340 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25141] ppid=25138 vsize=864488 CPUtime=0.95
/proc/25139/task/25141/stat : 25141 (java) S 25138 25125 18353 0 -1 64 10409 0 0 0 91 4 0 0 18 0 9 0 23567341 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25142] ppid=25138 vsize=864488 CPUtime=0
/proc/25139/task/25142/stat : 25142 (java) S 25138 25125 18353 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23567341 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25143] ppid=25138 vsize=864488 CPUtime=0
/proc/25139/task/25143/stat : 25143 (java) S 25138 25125 18353 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23567341 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25144] ppid=25138 vsize=864488 CPUtime=0
/proc/25139/task/25144/stat : 25144 (java) S 25138 25125 18353 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23567344 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25145] ppid=25138 vsize=864488 CPUtime=0.06
/proc/25139/task/25145/stat : 25145 (java) S 25138 25125 18353 0 -1 64 327 0 0 0 6 0 0 0 16 0 9 0 23567344 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25146] ppid=25138 vsize=864488 CPUtime=0
/proc/25139/task/25146/stat : 25146 (java) S 25138 25125 18353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23567344 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25139/tid=25147] ppid=25138 vsize=864488 CPUtime=0
/proc/25139/task/25147/stat : 25147 (java) S 25138 25125 18353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23567344 885235712 13650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886712

[startup+6.30238 s]
/proc/loadavg: 2.02 2.05 2.07 3/84 25149
/proc/meminfo: memFree=1605000/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 15 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=8456 CPUtime=1.86
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 1985 0 0 0 185 1 0 0 25 0 1 0 23567684 8658944 1971 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25149/statm: 2114 1971 75 150 0 1961 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 30680

[startup+12.7029 s]
/proc/loadavg: 2.02 2.05 2.07 3/84 25149
/proc/meminfo: memFree=1602952/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=9536 CPUtime=8.22
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 2249 0 0 0 821 1 0 0 25 0 1 0 23567684 9764864 2235 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/25149/statm: 2384 2235 75 150 0 2231 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 31760

[startup+25.5011 s]
/proc/loadavg: 2.01 2.05 2.07 3/84 25149
/proc/meminfo: memFree=1601928/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=11336 CPUtime=20.96
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 2718 0 0 0 2093 3 0 0 25 0 1 0 23567684 11608064 2704 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25149/statm: 2834 2704 75 150 0 2681 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 33560

[startup+51.1013 s]
/proc/loadavg: 2.01 2.05 2.06 3/84 25149
/proc/meminfo: memFree=1600008/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=12624 CPUtime=46.44
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 2998 0 0 0 4641 3 0 0 25 0 1 0 23567684 12926976 2984 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25149/statm: 3156 2984 75 150 0 3003 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 34848

[startup+102.307 s]
/proc/loadavg: 2.07 2.05 2.06 3/77 25200
/proc/meminfo: memFree=1621376/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=18200 CPUtime=97.38
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 4377 0 0 0 9733 5 0 0 25 0 1 0 23567684 18636800 4363 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25149/statm: 4550 4363 75 150 0 4397 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 40424

[startup+162.301 s]
/proc/loadavg: 1.97 2.03 2.05 3/85 25251
/proc/meminfo: memFree=1465648/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=22264 CPUtime=157.09
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 5346 0 0 0 15701 8 0 0 25 0 1 0 23567684 22798336 5332 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25149/statm: 5566 5332 75 150 0 5413 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 44488

[startup+222.301 s]
/proc/loadavg: 1.99 2.02 2.05 3/85 25251
/proc/meminfo: memFree=1460016/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=22976 CPUtime=216.79
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 5528 0 0 0 21671 8 0 0 25 0 1 0 23567684 23527424 5514 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25149/statm: 5744 5514 75 150 0 5591 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 45200

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

[startup+230.301 s]
/proc/loadavg: 1.99 2.02 2.05 3/85 25251
/proc/meminfo: memFree=1459952/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=22976 CPUtime=224.75
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 5529 0 0 0 22467 8 0 0 25 0 1 0 23567684 23527424 5515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25149/statm: 5744 5515 75 150 0 5591 0
Current children cumulated CPU time (s) 229.07
Current children cumulated vsize (KiB) 45200

[startup+236.703 s]
/proc/loadavg: 1.99 2.02 2.05 3/85 25251
/proc/meminfo: memFree=1459952/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=22976 CPUtime=231.12
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 5530 0 0 0 23104 8 0 0 25 0 1 0 23567684 23527424 5516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25149/statm: 5744 5516 75 150 0 5591 0
Current children cumulated CPU time (s) 235.44
Current children cumulated vsize (KiB) 45200

[startup+238.302 s]
/proc/loadavg: 1.99 2.02 2.05 3/85 25251
/proc/meminfo: memFree=1459952/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=22976 CPUtime=232.71
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 5530 0 0 0 23263 8 0 0 25 0 1 0 23567684 23527424 5516 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 0 0 0
/proc/25149/statm: 5744 5516 75 150 0 5591 0
Current children cumulated CPU time (s) 237.03
Current children cumulated vsize (KiB) 45200

[startup+239.102 s]
/proc/loadavg: 1.99 2.02 2.05 3/85 25251
/proc/meminfo: memFree=1459952/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=22976 CPUtime=233.51
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 5530 0 0 0 23343 8 0 0 25 0 1 0 23567684 23527424 5516 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/25149/statm: 5744 5516 75 150 0 5591 0
Current children cumulated CPU time (s) 237.83
Current children cumulated vsize (KiB) 45200

[startup+239.502 s]
/proc/loadavg: 1.99 2.02 2.05 3/85 25251
/proc/meminfo: memFree=1459952/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=4.32
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1374 22017 0 2 5 2 409 16 16 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25148] ppid=25125 vsize=5356 CPUtime=0
/proc/25148/stat : 25148 (sh) S 25125 25125 18353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23567684 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25148/statm: 1339 232 193 169 0 50 0
[pid=25149] ppid=25148 vsize=22976 CPUtime=233.91
/proc/25149/stat : 25149 (minisat) R 25148 25125 18353 0 -1 4194304 5530 0 0 0 23383 8 0 0 25 0 1 0 23567684 23527424 5516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25149/statm: 5744 5516 75 150 0 5591 0
Current children cumulated CPU time (s) 238.23
Current children cumulated vsize (KiB) 45200

[startup+239.702 s]
/proc/loadavg: 1.99 2.02 2.05 3/89 25257
/proc/meminfo: memFree=1479248/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=238.4
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1427 27842 0 2 5 2 23808 25 17 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25252] ppid=25125 vsize=5356 CPUtime=0
/proc/25252/stat : 25252 (sh) S 25125 25125 18353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23591208 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25252/statm: 1339 233 193 169 0 50 0
[pid=25253] ppid=25252 vsize=859892 CPUtime=0.02
/proc/25253/stat : 25253 (java) S 25252 25125 18353 0 -1 0 1796 0 1 0 1 1 0 0 19 0 5 0 23591208 880529408 1426 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25253/statm: 214973 1426 827 9 0 209888 0
[pid=25253/tid=25254] ppid=25252 vsize=859892 CPUtime=0.01
/proc/25253/task/25254/stat : 25254 (java) R 25252 25125 18353 0 -1 64 1102 0 1 0 1 0 0 0 22 0 5 0 23591209 880529408 1426 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=25253/tid=25255] ppid=25252 vsize=859892 CPUtime=0
/proc/25253/task/25255/stat : 25255 (java) S 25252 25125 18353 0 -1 64 2 0 0 0 0 0 0 0 21 0 5 0 23591211 880529408 1426 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 0 0 0
[pid=25253/tid=25256] ppid=25252 vsize=859892 CPUtime=0
/proc/25253/task/25256/stat : 25256 (java) S 25252 25125 18353 0 -1 64 11 0 0 0 0 0 0 0 22 0 5 0 23591211 880529408 1426 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
[pid=25253/tid=25257] ppid=25252 vsize=859892 CPUtime=0
/proc/25253/task/25257/stat : 25257 (java) S 25252 25125 18353 0 -1 64 4 0 0 0 0 0 0 0 23 0 5 0 23591211 880529408 1426 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 238.42
Current children cumulated vsize (KiB) 882116

[startup+239.807 s]
/proc/loadavg: 1.99 2.02 2.05 3/89 25257
/proc/meminfo: memFree=1479248/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=16868 CPUtime=238.4
/proc/25125/stat : 25125 (sugar) S 25123 25125 18353 0 -1 4194304 1447 27842 0 2 5 2 23808 25 15 0 1 0 23567242 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25125/statm: 4217 1112 409 3 0 796 0
[pid=25252] ppid=25125 vsize=5356 CPUtime=0
/proc/25252/stat : 25252 (sh) S 25125 25125 18353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23591208 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25252/statm: 1339 233 193 169 0 50 0
[pid=25253] ppid=25252 vsize=864156 CPUtime=0.1
/proc/25253/stat : 25253 (java) S 25252 25125 18353 0 -1 0 3443 0 1 0 8 2 0 0 19 0 9 0 23591208 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25253/statm: 216039 2909 1700 9 0 210544 0
[pid=25253/tid=25254] ppid=25252 vsize=864156 CPUtime=0.07
/proc/25253/task/25254/stat : 25254 (java) S 25252 25125 18353 0 -1 64 2464 0 1 0 6 1 0 0 25 0 9 0 23591209 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25253/tid=25255] ppid=25252 vsize=864156 CPUtime=0
/proc/25253/task/25255/stat : 25255 (java) S 25252 25125 18353 0 -1 64 2 0 0 0 0 0 0 0 21 0 9 0 23591211 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25253/tid=25256] ppid=25252 vsize=864156 CPUtime=0
/proc/25253/task/25256/stat : 25256 (java) S 25252 25125 18353 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 23591211 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25253/tid=25257] ppid=25252 vsize=864156 CPUtime=0
/proc/25253/task/25257/stat : 25257 (java) S 25252 25125 18353 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 23591211 884895744 2909 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 238.5
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 239.834
CPU time (s): 238.539
CPU user time (s): 238.228
CPU system time (s): 0.310952
CPU usage (%): 99.4601
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.228
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33111
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2736
involuntary context switches= 5588

runsolver used 0.319951 second user time and 0.777881 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 05:19:15
IDJOB=2079772
IDBENCH=56954
IDSOLVER=739
FILE ID=node41/2079772-1247368755
PBS_JOBID= 9507006
Free space on /tmp= 65864 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-28_ext.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-2079772-1247368755/watcher-2079772-1247368755 -o /tmp/evaluation-result-2079772-1247368755/solver-2079772-1247368755 -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-2079772-1247368755.xml

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

MD5SUM BENCH= fc572675ca9168db4ec114051eda767a
RANDOM SEED=1449392762

node41.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.212
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	: 5931.00
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.212
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:       1620744 kB
Buffers:         35028 kB
Cached:         290964 kB
SwapCached:          0 kB
Active:         205116 kB
Inactive:       155756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1620744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           25980 kB
Writeback:           0 kB
Mapped:          47568 kB
Slab:            59568 kB
Committed_AS:   212316 kB
PageTables:       1804 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= 65884 MiB
End job on node41 at 2009-07-12 05:23:15