Trace number 2088065

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+picosatSAT 161.629 163.415

General information on the benchmark

Namecsp/fapp/fapp17/
normalized-fapp17-0300-9.xml
MD5SUM79999494b8a624d817ccde4033265526
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark15.7836
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3865
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3865
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 10:32:11 2009
0.00/0.08	c 0	PID 28151
0.00/0.08	c 0	HOST node19.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2088065-1247387531.xml TO HOME/temp.csp
0.00/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-2088065-1247387531.xml' 'HOME/temp.csp'
0.07/0.89	c 1	12 domains, 300 variables, 6 predicates, 0 relations, 3865 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	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.92/1.01	c 1	Parsing HOME/temp.csp
1.03/1.13	c 1	parsed 4183 expressions
1.03/1.14	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.14	c 1	Converting to clausal form CSP
1.32/1.49	c 2	converted 419 (10%) expressions
2.01/2.17	c 2	converted 837 (20%) expressions
2.50/2.67	c 3	converted 1255 (30%) expressions
2.90/3.06	c 3	converted 1674 (40%) expressions
3.39/3.50	c 4	converted 2092 (50%) expressions
3.69/3.82	c 4	converted 2510 (60%) expressions
3.99/4.18	c 4	converted 2929 (70%) expressions
4.47/4.65	c 5	converted 3347 (80%) expressions
4.78/4.97	c 5	converted 3765 (90%) expressions
5.07/5.30	c 5	converted 4183 (100%) expressions
5.07/5.30	c 5	CSP : 598 integers, 11040 booleans, 23521 clauses, largest domain size 2721
5.07/5.30	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.30	c 5	Propagation in CSP
5.27/5.49	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.27/5.49	c 5	CSP : 598 integers, 11040 booleans, 23521 clauses, largest domain size 2721
5.27/5.49	c 5	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.27/5.50	c 6	Simplifing CSP by introducing new Boolean variables
5.37/5.55	c 6	CSP : 598 integers, 19020 booleans, 31501 clauses, largest domain size 2721
5.37/5.55	c 6	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.66/5.84	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.96/6.14	c 6	60 (10%) CSP integer variables are encoded (12366 clauses, 163454 bytes)
6.16/6.39	c 6	120 (20%) CSP integer variables are encoded (24590 clauses, 346814 bytes)
6.45/6.66	c 7	180 (30%) CSP integer variables are encoded (37050 clauses, 533714 bytes)
6.75/6.93	c 7	240 (40%) CSP integer variables are encoded (49854 clauses, 725774 bytes)
7.05/7.21	c 7	299 (50%) CSP integer variables are encoded (63358 clauses, 928334 bytes)
7.25/7.40	c 7	359 (60%) CSP integer variables are encoded (214177 clauses, 3419604 bytes)
7.35/7.56	c 8	419 (70%) CSP integer variables are encoded (332609 clauses, 5432948 bytes)
7.54/7.71	c 8	479 (80%) CSP integer variables are encoded (441815 clauses, 7289450 bytes)
7.63/7.89	c 8	539 (90%) CSP integer variables are encoded (559905 clauses, 9296980 bytes)
7.81/8.02	c 8	598 (100%) CSP integer variables are encoded (668300 clauses, 11139695 bytes)
10.29/10.59	c 11	3151 (10%) CSP clauses are encoded (1464416 clauses, 29929378 bytes)
12.36/12.61	c 13	6301 (20%) CSP clauses are encoded (2151918 clauses, 46148170 bytes)
14.63/14.97	c 15	9451 (30%) CSP clauses are encoded (2974624 clauses, 65840737 bytes)
16.50/16.87	c 17	12601 (40%) CSP clauses are encoded (3638697 clauses, 81760633 bytes)
18.46/18.86	c 19	15751 (50%) CSP clauses are encoded (4381476 clauses, 99525215 bytes)
20.54/20.95	c 21	18901 (60%) CSP clauses are encoded (5166708 clauses, 118451842 bytes)
22.80/23.23	c 23	22051 (70%) CSP clauses are encoded (6017693 clauses, 139139899 bytes)
24.97/25.41	c 25	25201 (80%) CSP clauses are encoded (6840220 clauses, 158995977 bytes)
26.86/27.36	c 27	28351 (90%) CSP clauses are encoded (7589529 clauses, 177109975 bytes)
29.22/29.79	c 30	31501 (100%) CSP clauses are encoded (8454521 clauses, 197949245 bytes)
29.22/29.79	c 30	31501 CSP clauses encoded
29.22/29.79	c 30	Writing map file : HOME/temp.map
29.32/29.82	c 30	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.32/29.82	c 30	SAT : 687918 SAT variables, 8454521 SAT clauses, 197949245 bytes
29.32/29.82	c 30	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.32/29.87	c 30	SOLVING HOME/temp.cnf
29.32/29.87	c 30	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
160.14/161.98	c 162	DECODING HOME/temp.out WITH HOME/temp.map
160.14/161.98	c 162	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'
160.25/162.07	c 162	Decoding HOME/temp.out
161.43/163.24	s SATISFIABLE
161.43/163.25	v 2640 -2180 2356 -2592 2544 2400 -2608 -2460 -2396 -2132 -2176 2460 -2608 -2460 -2416 -2136 -2544 2628 -2380 -2136 2600 -2520 2200 2456 -2372 2284 2492 2692 2380 -2496 2424 -2460 -2528 -2504 2720 -2588 2440 2128 -2680 -2604 -2424 -2600 -2652 2504 2536 2304 -2560 2536 -2420 2456 2500 -2652 -2496 2284 -2176 -2720 2220 2644 -2228 2456 -2664 2288 -2504 -2136 2396 -2176 -2536 2568 -2296 2680 -2628 2376 2176 2328 -2176 -2416 2536 2192 -2256 2256 -2420 -2628 -2692 2504 2544 -2516 -2460 -2676 2552 2504 -2612 2136 2168 2152 -2316 -2168 -2416 2416 2604 -2456 2456 -2420 -2356 -2456 2368 2680 -2380 2668 -2496 -2576 2184 2360 2204 2720 2176 -2192 -2380 2164 -2140 2324 -2256 2656 -2336 2656 -2544 -2420 -2136 -2504 2264 2504 -2416 -2616 -2500 2240 2152 -2504 2244 -2232 2612 -2416 2324 2316 2504 -2568 -2144 -2668 2176 2692 2420 -2368 -2544 -2480 -2568 2456 -2528 2180 -2544 2136 -2420 2644 -2324 2152 -2616 -2184 -2456 2456 -2208 -2276 2544 -2376 2456 -2668 -2692 -2616 -2704 2568 2328 2652 -2668 -2544 -2160 2420 2652 -2276 -2524 2400 2200 2460 -2268 -2396 -2420 2652 -2168 2476 -2324 -2244 -2636 -2608 2332 2504 -2524 -2288 2436 2628 2284 -2416 -2144 -2204 2496 2136 2396 -2416 -2652 2640 -2484 -2120 2416 -2296 -2384 2120 -2668 -2420 2440 2204 -2316 -2272 2548 -2304 2416 2396 -2504 2480 2284 -2380 -2628 2496 2172 2472 2208 -2132 2456 -2536 2416 -2160 -2488 2628 -2608 -2416 -2416 -2544 -2132 -2628 -2384 2264 -2568 -2416 -2484 2172 2524 2544 2220 -2172 -2496 -2376 2588 2296 2332 -2136 -2628 2568 -2456 2292 2668 2544 2448 -2144 2456 -2184 2176 2456 -2440 -2628 -2508 -2512 2416 2192 2532 -2180 2484 2164 2532 -2492 2284 -2248 2436 2276 -2248 -2240 -2668 -2436
161.43/163.25	c 163	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
161.50/163.31	c 163	CPU 161.51 (0.06 0.02 120.02 41.41)
161.50/163.31	c 163	END Sun Jul 12 10:34:54 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-2088065-1247387531/watcher-2088065-1247387531 -o /tmp/evaluation-result-2088065-1247387531/solver-2088065-1247387531 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2088065-1247387531.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.00 2.00 2.00 3/84 28151
/proc/meminfo: memFree=1507832/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=12132 CPUtime=0
/proc/28151/stat : 28151 (sugar) R 28149 28151 26595 0 -1 4194304 222 0 0 0 0 0 0 0 22 0 1 0 25819734 12423168 190 996147200 4194304 4206940 548682068608 18446744073709551615 255236412129 0 0 4224 0 0 0 0 17 1 0 0
/proc/28151/statm: 3033 190 142 3 0 133 0

[startup+0.085673 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28151
/proc/meminfo: memFree=1507832/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=0.07
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25819734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102422 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28151
/proc/meminfo: memFree=1507832/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=0.07
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25819734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302439 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28151
/proc/meminfo: memFree=1507832/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=0.07
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25819734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702491 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28151
/proc/meminfo: memFree=1507832/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=0.07
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25819734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50157 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 28173
/proc/meminfo: memFree=1500512/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=0.87
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1309 7020 0 1 5 2 76 4 15 0 1 0 25819734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1111 409 3 0 796 0
[pid=28164] ppid=28151 vsize=5356 CPUtime=0
/proc/28164/stat : 28164 (sh) S 28151 28151 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25819827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28164/statm: 1339 233 193 169 0 50 0
[pid=28165] ppid=28164 vsize=868488 CPUtime=0.55
/proc/28165/stat : 28165 (java) S 28164 28151 26595 0 -1 0 5466 0 1 0 52 3 0 0 18 0 9 0 25819828 889331712 4880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 217122 4880 1742 9 0 211627 0
[pid=28165/tid=28166] ppid=28164 vsize=868488 CPUtime=0.35
/proc/28165/task/28166/stat : 28166 (java) R 28164 28151 26595 0 -1 64 2671 0 1 0 34 1 0 0 19 0 9 0 25819828 889331712 4880 996147200 134512640 134550932 4294955936 18446744073709551615 4125961013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28167] ppid=28164 vsize=868488 CPUtime=0.03
/proc/28165/task/28167/stat : 28167 (java) S 28164 28151 26595 0 -1 64 642 0 0 0 3 0 0 0 16 0 9 0 25819830 889331712 4880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28164 vsize=868488 CPUtime=0
/proc/28165/task/28168/stat : 28168 (java) S 28164 28151 26595 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25819830 889331712 4880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28164 vsize=868488 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28164 28151 26595 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25819830 889331712 4880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28164 vsize=868488 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25819832 889331712 4880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28164 vsize=868488 CPUtime=0.14
/proc/28165/task/28171/stat : 28171 (java) S 28164 28151 26595 0 -1 64 1459 0 0 0 14 0 0 0 16 0 9 0 25819832 889331712 4880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28164 vsize=868488 CPUtime=0
/proc/28165/task/28172/stat : 28172 (java) S 28164 28151 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25819832 889331712 4880 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28164 vsize=868488 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25819832 889331712 4880 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) 890712

[startup+3.10274 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 28173
/proc/meminfo: memFree=1487968/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=0.87
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1309 7020 0 1 5 2 76 4 15 0 1 0 25819734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1111 409 3 0 796 0
[pid=28164] ppid=28151 vsize=5356 CPUtime=0
/proc/28164/stat : 28164 (sh) S 28151 28151 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25819827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28164/statm: 1339 233 193 169 0 50 0
[pid=28165] ppid=28164 vsize=868572 CPUtime=2.13
/proc/28165/stat : 28165 (java) S 28164 28151 26595 0 -1 0 9056 0 1 0 208 5 0 0 18 0 9 0 25819828 889417728 8142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 217143 8142 2566 9 0 211648 0
[pid=28165/tid=28166] ppid=28164 vsize=868572 CPUtime=1.65
/proc/28165/task/28166/stat : 28166 (java) R 28164 28151 26595 0 -1 64 2824 0 1 0 163 2 0 0 25 0 9 0 25819828 889417728 8142 996147200 134512640 134550932 4294955936 18446744073709551615 4126539599 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28167] ppid=28164 vsize=868572 CPUtime=0.28
/proc/28165/task/28167/stat : 28167 (java) S 28164 28151 26595 0 -1 64 4053 0 0 0 26 2 0 0 16 0 9 0 25819830 889417728 8142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28164 vsize=868572 CPUtime=0
/proc/28165/task/28168/stat : 28168 (java) S 28164 28151 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25819830 889417728 8142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28164 vsize=868572 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28164 28151 26595 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25819830 889417728 8142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28164 vsize=868572 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25819832 889417728 8142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28164 vsize=868572 CPUtime=0.18
/proc/28165/task/28171/stat : 28171 (java) S 28164 28151 26595 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 25819832 889417728 8142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28164 vsize=868572 CPUtime=0
/proc/28165/task/28172/stat : 28172 (java) S 28164 28151 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25819832 889417728 8142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28164 vsize=868572 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25819832 889417728 8142 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890796

[startup+6.30209 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 28173
/proc/meminfo: memFree=1465824/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=0.87
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1310 7020 0 1 5 2 76 4 15 0 1 0 25819734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1111 409 3 0 796 0
[pid=28164] ppid=28151 vsize=5356 CPUtime=0
/proc/28164/stat : 28164 (sh) S 28151 28151 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25819827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28164/statm: 1339 233 193 169 0 50 0
[pid=28165] ppid=28164 vsize=868684 CPUtime=5.29
/proc/28165/stat : 28165 (java) S 28164 28151 26595 0 -1 0 18938 0 1 0 518 11 0 0 18 0 9 0 25819828 889532416 12605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 217171 12605 2592 9 0 211648 0
[pid=28165/tid=28166] ppid=28164 vsize=868684 CPUtime=4.01
/proc/28165/task/28166/stat : 28166 (java) R 28164 28151 26595 0 -1 64 3348 0 1 0 398 3 0 0 25 0 9 0 25819828 889532416 12605 996147200 134512640 134550932 4294955936 18446744073709551615 4126993067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28167] ppid=28164 vsize=868684 CPUtime=1.02
/proc/28165/task/28167/stat : 28167 (java) S 28164 28151 26595 0 -1 64 13367 0 0 0 96 6 0 0 16 0 9 0 25819830 889532416 12605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28168/stat : 28168 (java) S 28164 28151 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25819830 889532416 12605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28164 28151 26595 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25819830 889532416 12605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25819832 889532416 12605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28164 vsize=868684 CPUtime=0.23
/proc/28165/task/28171/stat : 28171 (java) S 28164 28151 26595 0 -1 64 1524 0 0 0 22 1 0 0 15 0 9 0 25819832 889532416 12605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28172/stat : 28172 (java) S 28164 28151 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25819832 889532416 12605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25819832 889532416 12605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890908

[startup+12.7028 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 28173
/proc/meminfo: memFree=1422496/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=0.87
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1310 7020 0 1 5 2 76 4 16 0 1 0 25819734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1111 409 3 0 796 0
[pid=28164] ppid=28151 vsize=5356 CPUtime=0
/proc/28164/stat : 28164 (sh) S 28151 28151 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25819827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28164/statm: 1339 233 193 169 0 50 0
[pid=28165] ppid=28164 vsize=868684 CPUtime=11.58
/proc/28165/stat : 28165 (java) S 28164 28151 26595 0 -1 0 19325 0 1 0 1120 38 0 0 18 0 9 0 25819828 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 217171 12628 2593 9 0 211648 0
[pid=28165/tid=28166] ppid=28164 vsize=868684 CPUtime=10.1
/proc/28165/task/28166/stat : 28166 (java) R 28164 28151 26595 0 -1 64 3715 0 1 0 982 28 0 0 25 0 9 0 25819828 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4126996183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28167] ppid=28164 vsize=868684 CPUtime=1.2
/proc/28165/task/28167/stat : 28167 (java) S 28164 28151 26595 0 -1 64 13367 0 0 0 112 8 0 0 16 0 9 0 25819830 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28168/stat : 28168 (java) S 28164 28151 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25819830 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28164 28151 26595 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25819830 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25819832 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28164 vsize=868684 CPUtime=0.26
/proc/28165/task/28171/stat : 28171 (java) S 28164 28151 26595 0 -1 64 1544 0 0 0 25 1 0 0 17 0 9 0 25819832 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28172/stat : 28172 (java) S 28164 28151 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25819832 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25819832 889532416 12628 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) 890908

[startup+25.5022 s]
/proc/loadavg: 2.05 2.01 2.00 3/95 28173
/proc/meminfo: memFree=1306976/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=0.87
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1310 7020 0 1 5 2 76 4 16 0 1 0 25819734 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1111 409 3 0 796 0
[pid=28164] ppid=28151 vsize=5356 CPUtime=0
/proc/28164/stat : 28164 (sh) S 28151 28151 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25819827 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28164/statm: 1339 233 193 169 0 50 0
[pid=28165] ppid=28164 vsize=868684 CPUtime=24.2
/proc/28165/stat : 28165 (java) S 28164 28151 26595 0 -1 0 20192 0 1 0 2310 110 0 0 18 0 9 0 25819828 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28165/statm: 217171 12628 2593 9 0 211648 0
[pid=28165/tid=28166] ppid=28164 vsize=868684 CPUtime=22.33
/proc/28165/task/28166/stat : 28166 (java) R 28164 28151 26595 0 -1 64 4582 0 1 0 2140 93 0 0 25 0 9 0 25819828 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28167] ppid=28164 vsize=868684 CPUtime=1.57
/proc/28165/task/28167/stat : 28167 (java) S 28164 28151 26595 0 -1 64 13367 0 0 0 142 15 0 0 16 0 9 0 25819830 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28168] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28168/stat : 28168 (java) S 28164 28151 26595 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25819830 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28169] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28169/stat : 28169 (java) S 28164 28151 26595 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25819830 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28170] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28170/stat : 28170 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25819832 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28171] ppid=28164 vsize=868684 CPUtime=0.26
/proc/28165/task/28171/stat : 28171 (java) S 28164 28151 26595 0 -1 64 1544 0 0 0 25 1 0 0 17 0 9 0 25819832 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28172] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28172/stat : 28172 (java) S 28164 28151 26595 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25819832 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28165/tid=28173] ppid=28164 vsize=868684 CPUtime=0
/proc/28165/task/28173/stat : 28173 (java) S 28164 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25819832 889532416 12628 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 890908

[startup+51.1029 s]
/proc/loadavg: 2.03 2.01 2.00 3/87 28175
/proc/meminfo: memFree=1187296/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=29.35
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1366 27820 0 2 5 2 2786 142 16 0 1 0 25819734 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1114 409 3 0 796 0
[pid=28174] ppid=28151 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28151 28151 26595 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=145676 CPUtime=21.02
/proc/28175/stat : 28175 (picosat) R 28174 28151 26595 0 -1 4194304 30382 0 0 0 962 1140 0 0 25 0 1 0 25822722 149172224 30368 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28175/statm: 36419 30368 40 102 0 36314 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 167900

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 28175
/proc/meminfo: memFree=1000864/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=29.35
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1366 27820 0 2 5 2 2786 142 16 0 1 0 25819734 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1114 409 3 0 796 0
[pid=28174] ppid=28151 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28151 28151 26595 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25822721 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=334196 CPUtime=71.75
/proc/28175/stat : 28175 (picosat) R 28174 28151 26595 0 -1 4194304 76566 0 0 0 3298 3877 0 0 25 0 1 0 25822722 342216704 76552 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28175/statm: 83549 76552 40 102 0 83444 0
Current children cumulated CPU time (s) 101.1
Current children cumulated vsize (KiB) 356420

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 28175
/proc/meminfo: memFree=983584/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=160.26
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1447 107495 0 2 6 2 11881 4137 16 0 1 0 25819734 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 160.26
Current children cumulated vsize (KiB) 16868

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

[startup+163.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 28185
/proc/meminfo: memFree=1291616/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=160.26
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1447 107495 0 2 6 2 11881 4137 16 0 1 0 25819734 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1114 409 3 0 796 0
[pid=28176] ppid=28151 vsize=5356 CPUtime=0
/proc/28176/stat : 28176 (sh) S 28151 28151 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25835933 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28176/statm: 1339 233 193 169 0 50 0
[pid=28177] ppid=28176 vsize=862904 CPUtime=1.07
/proc/28177/stat : 28177 (java) S 28176 28151 26595 0 -1 0 5555 0 1 0 105 2 0 0 18 0 9 0 25835934 883613696 4832 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28177/statm: 215726 4832 2156 9 0 210639 0
[pid=28177/tid=28178] ppid=28176 vsize=862904 CPUtime=0.94
/proc/28177/task/28178/stat : 28178 (java) R 28176 28151 26595 0 -1 64 2066 0 1 0 93 1 0 0 25 0 9 0 25835935 883613696 4832 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28179] ppid=28176 vsize=862904 CPUtime=0.06
/proc/28177/task/28179/stat : 28179 (java) S 28176 28151 26595 0 -1 64 2314 0 0 0 6 0 0 0 16 0 9 0 25835936 883613696 4832 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28180] ppid=28176 vsize=862904 CPUtime=0
/proc/28177/task/28180/stat : 28180 (java) S 28176 28151 26595 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 25835936 883613696 4832 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28181] ppid=28176 vsize=862904 CPUtime=0
/proc/28177/task/28181/stat : 28181 (java) R 28176 28151 26595 0 -1 64 4 0 0 0 0 0 0 0 16 0 9 0 25835936 883613696 4832 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28182] ppid=28176 vsize=862904 CPUtime=0
/proc/28177/task/28182/stat : 28182 (java) S 28176 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25835939 883613696 4832 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28183] ppid=28176 vsize=862904 CPUtime=0.06
/proc/28177/task/28183/stat : 28183 (java) S 28176 28151 26595 0 -1 64 479 0 0 0 6 0 0 0 16 0 9 0 25835939 883613696 4832 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28184] ppid=28176 vsize=862904 CPUtime=0
/proc/28177/task/28184/stat : 28184 (java) S 28176 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25835939 883613696 4832 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28185] ppid=28176 vsize=862904 CPUtime=0
/proc/28177/task/28185/stat : 28185 (java) S 28176 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25835939 883613696 4832 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.33
Current children cumulated vsize (KiB) 885128

[startup+163.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 28185
/proc/meminfo: memFree=1291616/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=160.26
/proc/28151/stat : 28151 (sugar) S 28149 28151 26595 0 -1 4194304 1451 107495 0 2 6 2 11881 4137 16 0 1 0 25819734 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28151/statm: 4217 1114 409 3 0 796 0
[pid=28176] ppid=28151 vsize=5356 CPUtime=0
/proc/28176/stat : 28176 (sh) S 28151 28151 26595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25835933 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28176/statm: 1339 233 193 169 0 50 0
[pid=28177] ppid=28176 vsize=864740 CPUtime=1.24
/proc/28177/stat : 28177 (java) S 28176 28151 26595 0 -1 0 6066 0 1 0 121 3 0 0 18 0 9 0 25835934 885493760 5326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28177/statm: 216185 5326 2567 9 0 210690 0
[pid=28177/tid=28178] ppid=28176 vsize=864740 CPUtime=1.08
/proc/28177/task/28178/stat : 28178 (java) S 28176 28151 26595 0 -1 64 2574 0 1 0 107 1 0 0 24 0 9 0 25835935 885493760 5326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28179] ppid=28176 vsize=864740 CPUtime=0.06
/proc/28177/task/28179/stat : 28179 (java) S 28176 28151 26595 0 -1 64 2314 0 0 0 6 0 0 0 16 0 9 0 25835936 885493760 5326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28180] ppid=28176 vsize=864740 CPUtime=0
/proc/28177/task/28180/stat : 28180 (java) S 28176 28151 26595 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 25835936 885493760 5326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28181] ppid=28176 vsize=864740 CPUtime=0
/proc/28177/task/28181/stat : 28181 (java) S 28176 28151 26595 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25835936 885493760 5326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28182] ppid=28176 vsize=864740 CPUtime=0
/proc/28177/task/28182/stat : 28182 (java) S 28176 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25835939 885493760 5326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28183] ppid=28176 vsize=864740 CPUtime=0.06
/proc/28177/task/28183/stat : 28183 (java) S 28176 28151 26595 0 -1 64 481 0 0 0 6 0 0 0 16 0 9 0 25835939 885493760 5326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28184] ppid=28176 vsize=864740 CPUtime=0
/proc/28177/task/28184/stat : 28184 (java) S 28176 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25835939 885493760 5326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28177/tid=28185] ppid=28176 vsize=864740 CPUtime=0
/proc/28177/task/28185/stat : 28185 (java) R 28176 28151 26595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25835939 885493760 5326 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 886964

[startup+163.409 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 28185
/proc/meminfo: memFree=1291616/2055920 swapFree=4192812/4192956
[pid=28151] ppid=28149 vsize=16868 CPUtime=161.61
/proc/28151/stat : 28151 (sugar) R 28149 28151 26595 0 -1 4194304 1478 113850 0 3 6 12 12002 4141 16 0 1 0 25819734 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 255236740137 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28151/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 161.61
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 163.415
CPU time (s): 161.629
CPU user time (s): 120.087
CPU system time (s): 41.5427
CPU usage (%): 98.9073
Max. virtual memory (cumulated for all children) (KiB): 901296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.087
system time used= 41.5427
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115389
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= 19696
involuntary context switches= 22974

runsolver used 0.207968 second user time and 0.511922 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 10:32:11
IDJOB=2088065
IDBENCH=58865
IDSOLVER=738
FILE ID=node19/2088065-1247387531
PBS_JOBID= 9507155
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp17/normalized-fapp17-0300-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2088065-1247387531/watcher-2088065-1247387531 -o /tmp/evaluation-result-2088065-1247387531/solver-2088065-1247387531 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2088065-1247387531.xml

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

MD5SUM BENCH= 79999494b8a624d817ccde4033265526
RANDOM SEED=1550544246

node19.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.211
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.211
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:       1508440 kB
Buffers:         13584 kB
Cached:          77672 kB
SwapCached:          0 kB
Active:         451308 kB
Inactive:        44208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:         419984 kB
Slab:            36544 kB
Committed_AS:   898440 kB
PageTables:       2616 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= 66428 MiB
End job on node19 at 2009-07-12 10:34:55