Trace number 2087966

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 200.52 202.672

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-10.xml
MD5SUM2f661a5e66156e9731263f7627d06127
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 benchmark11.6322
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
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:29:10 2009
0.00/0.08	c 0	PID 31695
0.07/0.08	c 0	HOST node43.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2087966-1247387349.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2087966-1247387349.xml' 'HOME/temp.csp'
0.07/0.79	c 0	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.07/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.83	c 0	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.77/0.91	c 0	Parsing HOME/temp.csp
0.92/1.05	c 0	parsed 5177 expressions
0.92/1.06	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.06	c 0	Converting to clausal form CSP
1.32/1.49	c 1	converted 518 (10%) expressions
2.61/2.73	c 2	converted 1036 (20%) expressions
3.49/3.63	c 3	converted 1554 (30%) expressions
4.18/4.40	c 4	converted 2071 (40%) expressions
4.98/5.15	c 5	converted 2589 (50%) expressions
5.57/5.74	c 5	converted 3107 (60%) expressions
6.07/6.28	c 6	converted 3624 (70%) expressions
6.95/7.10	c 7	converted 4142 (80%) expressions
7.44/7.63	c 7	converted 4660 (90%) expressions
7.94/8.17	c 8	converted 5177 (100%) expressions
7.94/8.17	c 8	CSP : 835 integers, 13476 booleans, 28824 clauses, largest domain size 2821
7.94/8.17	c 8	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.94/8.17	c 8	Propagation in CSP
8.24/8.45	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.24/8.45	c 8	CSP : 835 integers, 13476 booleans, 28824 clauses, largest domain size 2821
8.24/8.45	c 8	Heap : 43 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.24/8.47	c 8	Simplifing CSP by introducing new Boolean variables
8.34/8.54	c 8	CSP : 835 integers, 23098 booleans, 38446 clauses, largest domain size 2821
8.34/8.54	c 8	Heap : 45 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.73/8.93	c 8	Encoding CSP to SAT : HOME/temp.cnf
9.12/9.33	c 9	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
9.52/9.70	c 9	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
9.82/10.09	c 10	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
10.22/10.46	c 10	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
10.61/10.84	c 10	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
10.81/11.02	c 10	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
11.01/11.20	c 11	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
11.11/11.36	c 11	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
11.30/11.56	c 11	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
11.50/11.74	c 11	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
13.86/14.18	c 14	3845 (10%) CSP clauses are encoded (1408668 clauses, 27729269 bytes)
16.43/16.78	c 16	7690 (20%) CSP clauses are encoded (2178138 clauses, 46000131 bytes)
18.71/19.08	c 19	11534 (30%) CSP clauses are encoded (2924409 clauses, 63810771 bytes)
20.58/20.96	c 20	15379 (40%) CSP clauses are encoded (3525291 clauses, 78179527 bytes)
23.15/23.57	c 23	19223 (50%) CSP clauses are encoded (4436099 clauses, 100070606 bytes)
25.41/25.87	c 25	23068 (60%) CSP clauses are encoded (5241748 clauses, 119418553 bytes)
27.88/28.32	c 28	26913 (70%) CSP clauses are encoded (6100994 clauses, 140124470 bytes)
30.52/31.07	c 30	30757 (80%) CSP clauses are encoded (7088136 clauses, 163902722 bytes)
32.79/33.31	c 33	34602 (90%) CSP clauses are encoded (7860174 clauses, 182499084 bytes)
35.26/35.84	c 35	38446 (100%) CSP clauses are encoded (8730674 clauses, 203643636 bytes)
35.26/35.84	c 35	38446 CSP clauses encoded
35.26/35.84	c 35	Writing map file : HOME/temp.map
35.26/35.88	c 35	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.26/35.88	c 35	SAT : 800407 SAT variables, 8730674 SAT clauses, 203643636 bytes
35.26/35.88	c 35	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.33/35.94	c 35	SOLVING HOME/temp.cnf
35.33/35.94	c 35	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
198.77/201.00	c 200	DECODING HOME/temp.out WITH HOME/temp.map
198.77/201.00	c 200	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'
198.87/201.09	c 201	Decoding HOME/temp.out
200.33/202.52	s SATISFIABLE
200.33/202.54	v 2820 -2528 -2488 2524 2504 -2464 2820 2332 2340 -2284 2516 -2464 -2556 2280 -2716 -2544 2776 2804 2588 -2616 2504 2376 2556 2628 2664 -2448 2296 2572 2408 2632 2532 -2420 -2720 -2556 -2688 -2808 -2628 2604 2588 2316 2568 2268 -2704 2392 2608 2676 2264 -2320 -2352 -2492 2756 -2556 -2260 2652 -2716 -2776 2268 2612 -2532 2688 -2608 2628 -2748 2676 -2628 2504 -2336 -2764 2516 2292 2780 -2632 2620 2612 -2612 -2428 -2676 -2588 2784 -2676 2648 -2596 -2568 2628 -2760 -2664 -2300 -2556 -2292 2484 2320 -2504 2632 -2780 -2672 2260 2728 2272 -2300 -2820 2508 2260 2628 2620 2704 -2404 -2648 -2644 2612 -2644 -2664 -2588 -2260 -2716 2608 -2756 -2392 -2300 2784 2628 -2456 -2772 -2776 2500 2804 -2516 -2784 -2588 2336 2608 2688 2720 2820 -2560 2636 -2352 -2556 2628 -2524 2416 -2360 2760 -2556 -2392 -2408 -2620 2732 -2652 2556 -2780 2604 -2260 -2556 -2328 2260 -2636 2728 2296 -2716 2656 -2532 2668 2532 2648 -2680 -2588 -2592 -2532 2392 2508 -2380 2380 2688 2596 2504 2584 2680 -2716 -2652 2504 -2704 -2788 2516 -2816 2448 2244 2716 -2624 -2620 2804 -2312 -2388 -2556 -2268 2220 2608 -2220 -2820 -2628 -2352 -2572 2592 -2580 -2260 -2464 -2556 2800 2752 -2300 -2572 -2648 -2764 2360 2340 -2360 2660 -2720 2784 2756 -2664 -2764 2624 2484 2716 2608 2664 2780 -2352 2744 2468 2732 2568 2520 -2516 -2628 -2416 -2268 2780 -2680 2288 2748 2640 2780 -2400 -2568 2220 -2228 -2568 2516 2264 2768 -2636 -2336 2580 2228 2712 -2340 -2308 2516 -2652 -2332 2284 -2648 -2724 -2516 2588 -2804 -2680 2220 -2628 2400 -2552 2440 -2760 -2492 -2224 2340 2756 2628 2672 -2592 2720 -2424 -2612 2612 2716 -2608 -2744 2392 2752 2260 -2680 2744 2680 2224 2816 2220 -2392 2820 -2656 2260 2744 2568 2608 2612 -2800 -2420 2648 2588 -2528 2528 -2516 -2676 -2648 -2492 2664 -2816 2712 2680 2820 2660 2712 -2612 2632 2704 2764 2720 2468 -2516 2372 2280 -2664 -2800 2224 2296 -2400 2820 2380 2752 2708 2312 -2464 2268 -2480 2804 2488 2356 2632 2528 2636 2596 2528 -2272 2608 2672 2720 2324 2644 2752 2728 2492 -2588 -2332 -2464 -2720 -2220 2300 2260 2264 2556 -2628 2764 2756 2308 -2680 -2380 2588 -2596 2588 2568 2540 2260 2780 2772 -2756 2624 2304 2516 2716 2228 -2628 -2704 2648 2300 -2652 2352 2608 -2492 2628 -2684 -2588 2608 -2588 2556 2516 2780 -2764 -2516 -2464 -2688 2648 -2668 2712 2264 2616 -2352 -2364 2220 2556 -2716
200.33/202.55	c 202	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
200.33/202.57	c 202	CPU 200.39 (0.06 0.02 157.43 42.88)
200.33/202.57	c 202	END Sun Jul 12 10:32:32 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-2087966-1247387349/watcher-2087966-1247387349 -o /tmp/evaluation-result-2087966-1247387349/solver-2087966-1247387349 -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-2087966-1247387349.xml 

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


[startup+0 s]
/proc/loadavg: 1.95 2.05 2.02 4/84 31695
/proc/meminfo: memFree=1103104/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=12132 CPUtime=0
/proc/31695/stat : 31695 (sugar) R 31693 31695 31165 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 25798824 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 221968397110 0 0 4224 0 0 0 0 17 1 0 0
/proc/31695/statm: 3033 183 142 3 0 133 0

[startup+0.082785 s]
/proc/loadavg: 1.95 2.05 2.02 4/84 31695
/proc/meminfo: memFree=1103104/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16740 CPUtime=0.07
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 25798824 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101093 s]
/proc/loadavg: 1.95 2.05 2.02 4/84 31695
/proc/meminfo: memFree=1103104/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=0.07
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25798824 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301107 s]
/proc/loadavg: 1.95 2.05 2.02 4/84 31695
/proc/meminfo: memFree=1103104/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=0.07
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25798824 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701143 s]
/proc/loadavg: 1.95 2.05 2.02 4/84 31695
/proc/meminfo: memFree=1103104/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=0.07
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25798824 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 1.95 2.05 2.02 4/95 31717
/proc/meminfo: memFree=1094120/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=0.77
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1309 7370 0 1 5 2 65 5 15 0 1 0 25798824 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1111 409 3 0 796 0
[pid=31708] ppid=31695 vsize=5356 CPUtime=0
/proc/31708/stat : 31708 (sh) S 31695 31695 31165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25798907 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31708/statm: 1339 233 193 169 0 50 0
[pid=31709] ppid=31708 vsize=868488 CPUtime=0.65
/proc/31709/stat : 31709 (java) S 31708 31695 31165 0 -1 0 5710 0 1 0 61 4 0 0 19 0 9 0 25798907 889331712 5121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31709/statm: 217122 5121 1742 9 0 211627 0
[pid=31709/tid=31710] ppid=31708 vsize=868488 CPUtime=0.43
/proc/31709/task/31710/stat : 31710 (java) R 31708 31695 31165 0 -1 64 2675 0 1 0 42 1 0 0 20 0 9 0 25798908 889331712 5121 996147200 134512640 134550932 4294955936 18446744073709551615 4126509194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31711] ppid=31708 vsize=868488 CPUtime=0.04
/proc/31709/task/31711/stat : 31711 (java) S 31708 31695 31165 0 -1 64 878 0 0 0 4 0 0 0 16 0 9 0 25798909 889331712 5121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31712] ppid=31708 vsize=868488 CPUtime=0
/proc/31709/task/31712/stat : 31712 (java) S 31708 31695 31165 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25798910 889331712 5121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31713] ppid=31708 vsize=868488 CPUtime=0
/proc/31709/task/31713/stat : 31713 (java) S 31708 31695 31165 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25798910 889331712 5121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31714] ppid=31708 vsize=868488 CPUtime=0
/proc/31709/task/31714/stat : 31714 (java) S 31708 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25798912 889331712 5121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31715] ppid=31708 vsize=868488 CPUtime=0.14
/proc/31709/task/31715/stat : 31715 (java) S 31708 31695 31165 0 -1 64 1463 0 0 0 14 0 0 0 16 0 9 0 25798912 889331712 5121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31716] ppid=31708 vsize=868488 CPUtime=0
/proc/31709/task/31716/stat : 31716 (java) S 31708 31695 31165 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25798912 889331712 5121 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31717] ppid=31708 vsize=868488 CPUtime=0
/proc/31709/task/31717/stat : 31717 (java) S 31708 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25798912 889331712 5121 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.10236 s]
/proc/loadavg: 1.95 2.05 2.02 3/95 31717
/proc/meminfo: memFree=1082088/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=0.77
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1309 7370 0 1 5 2 65 5 16 0 1 0 25798824 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1111 409 3 0 796 0
[pid=31708] ppid=31695 vsize=5356 CPUtime=0
/proc/31708/stat : 31708 (sh) S 31695 31695 31165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25798907 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31708/statm: 1339 233 193 169 0 50 0
[pid=31709] ppid=31708 vsize=868572 CPUtime=2.23
/proc/31709/stat : 31709 (java) S 31708 31695 31165 0 -1 0 9016 0 1 0 217 6 0 0 19 0 9 0 25798907 889417728 8122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31709/statm: 217143 8122 2566 9 0 211648 0
[pid=31709/tid=31710] ppid=31708 vsize=868572 CPUtime=1.74
/proc/31709/task/31710/stat : 31710 (java) R 31708 31695 31165 0 -1 64 2805 0 1 0 172 2 0 0 25 0 9 0 25798908 889417728 8122 996147200 134512640 134550932 4294955936 18446744073709551615 4126509166 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31711] ppid=31708 vsize=868572 CPUtime=0.29
/proc/31709/task/31711/stat : 31711 (java) S 31708 31695 31165 0 -1 64 4032 0 0 0 27 2 0 0 16 0 9 0 25798909 889417728 8122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31712] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31712/stat : 31712 (java) S 31708 31695 31165 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25798910 889417728 8122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31713] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31713/stat : 31713 (java) S 31708 31695 31165 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25798910 889417728 8122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31714] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31714/stat : 31714 (java) S 31708 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25798912 889417728 8122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31715] ppid=31708 vsize=868572 CPUtime=0.16
/proc/31709/task/31715/stat : 31715 (java) S 31708 31695 31165 0 -1 64 1480 0 0 0 16 0 0 0 15 0 9 0 25798912 889417728 8122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31716] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31716/stat : 31716 (java) S 31708 31695 31165 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25798912 889417728 8122 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31717] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31717/stat : 31717 (java) S 31708 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25798912 889417728 8122 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.30265 s]
/proc/loadavg: 1.96 2.05 2.01 3/95 31717
/proc/meminfo: memFree=1061544/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=0.77
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1309 7370 0 1 5 2 65 5 16 0 1 0 25798824 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1111 409 3 0 796 0
[pid=31708] ppid=31695 vsize=5356 CPUtime=0
/proc/31708/stat : 31708 (sh) S 31695 31695 31165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25798907 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31708/statm: 1339 233 193 169 0 50 0
[pid=31709] ppid=31708 vsize=868572 CPUtime=5.4
/proc/31709/stat : 31709 (java) S 31708 31695 31165 0 -1 0 14617 0 1 0 529 11 0 0 19 0 9 0 25798907 889417728 13566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31709/statm: 217143 13566 2566 9 0 211648 0
[pid=31709/tid=31710] ppid=31708 vsize=868572 CPUtime=4.37
/proc/31709/task/31710/stat : 31710 (java) R 31708 31695 31165 0 -1 64 3171 0 1 0 434 3 0 0 25 0 9 0 25798908 889417728 13566 996147200 134512640 134550932 4294955936 18446744073709551615 4126509169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31711] ppid=31708 vsize=868572 CPUtime=0.83
/proc/31709/task/31711/stat : 31711 (java) S 31708 31695 31165 0 -1 64 9264 0 0 0 77 6 0 0 16 0 9 0 25798909 889417728 13566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31712] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31712/stat : 31712 (java) S 31708 31695 31165 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25798910 889417728 13566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31713] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31713/stat : 31713 (java) S 31708 31695 31165 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25798910 889417728 13566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31714] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31714/stat : 31714 (java) S 31708 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25798912 889417728 13566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31715] ppid=31708 vsize=868572 CPUtime=0.17
/proc/31709/task/31715/stat : 31715 (java) S 31708 31695 31165 0 -1 64 1483 0 0 0 17 0 0 0 15 0 9 0 25798912 889417728 13566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31716] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31716/stat : 31716 (java) S 31708 31695 31165 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25798912 889417728 13566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31717] ppid=31708 vsize=868572 CPUtime=0
/proc/31709/task/31717/stat : 31717 (java) S 31708 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25798912 889417728 13566 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890796

[startup+12.7022 s]
/proc/loadavg: 1.96 2.05 2.01 3/95 31717
/proc/meminfo: memFree=1023208/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=0.77
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1310 7370 0 1 5 2 65 5 15 0 1 0 25798824 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1111 409 3 0 796 0
[pid=31708] ppid=31695 vsize=5356 CPUtime=0
/proc/31708/stat : 31708 (sh) S 31695 31695 31165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25798907 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31708/statm: 1339 233 193 169 0 50 0
[pid=31709] ppid=31708 vsize=868684 CPUtime=11.72
/proc/31709/stat : 31709 (java) S 31708 31695 31165 0 -1 0 26535 0 1 0 1143 29 0 0 19 0 9 0 25798907 889532416 17955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31709/statm: 217171 17955 2593 9 0 211648 0
[pid=31709/tid=31710] ppid=31708 vsize=868684 CPUtime=9.65
/proc/31709/task/31710/stat : 31710 (java) R 31708 31695 31165 0 -1 64 3765 0 1 0 950 15 0 0 25 0 9 0 25798908 889532416 17955 996147200 134512640 134550932 4294955936 18446744073709551615 4126997792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31711] ppid=31708 vsize=868684 CPUtime=1.78
/proc/31709/task/31711/stat : 31711 (java) S 31708 31695 31165 0 -1 64 20544 0 0 0 167 11 0 0 16 0 9 0 25798909 889532416 17955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31712] ppid=31708 vsize=868684 CPUtime=0
/proc/31709/task/31712/stat : 31712 (java) S 31708 31695 31165 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25798910 889532416 17955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31713] ppid=31708 vsize=868684 CPUtime=0
/proc/31709/task/31713/stat : 31713 (java) S 31708 31695 31165 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25798910 889532416 17955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31714] ppid=31708 vsize=868684 CPUtime=0
/proc/31709/task/31714/stat : 31714 (java) S 31708 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25798912 889532416 17955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31715] ppid=31708 vsize=868684 CPUtime=0.25
/proc/31709/task/31715/stat : 31715 (java) S 31708 31695 31165 0 -1 64 1527 0 0 0 24 1 0 0 15 0 9 0 25798912 889532416 17955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31716] ppid=31708 vsize=868684 CPUtime=0
/proc/31709/task/31716/stat : 31716 (java) S 31708 31695 31165 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25798912 889532416 17955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31717] ppid=31708 vsize=868684 CPUtime=0
/proc/31709/task/31717/stat : 31717 (java) S 31708 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25798912 889532416 17955 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890908

[startup+25.5024 s]
/proc/loadavg: 1.97 2.05 2.01 3/95 31717
/proc/meminfo: memFree=923816/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=0.77
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1310 7370 0 1 5 2 65 5 16 0 1 0 25798824 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1111 409 3 0 796 0
[pid=31708] ppid=31695 vsize=5356 CPUtime=0
/proc/31708/stat : 31708 (sh) S 31695 31695 31165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25798907 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31708/statm: 1339 233 193 169 0 50 0
[pid=31709] ppid=31708 vsize=868684 CPUtime=24.35
/proc/31709/stat : 31709 (java) S 31708 31695 31165 0 -1 0 27001 0 1 0 2345 90 0 0 19 0 9 0 25798907 889532416 17960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31709/statm: 217171 17960 2593 9 0 211648 0
[pid=31709/tid=31710] ppid=31708 vsize=868684 CPUtime=22.02
/proc/31709/task/31710/stat : 31710 (java) R 31708 31695 31165 0 -1 64 4226 0 1 0 2129 73 0 0 25 0 9 0 25798908 889532416 17960 996147200 134512640 134550932 4294955936 18446744073709551615 4127005880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31711] ppid=31708 vsize=868684 CPUtime=2.03
/proc/31709/task/31711/stat : 31711 (java) S 31708 31695 31165 0 -1 64 20544 0 0 0 189 14 0 0 16 0 9 0 25798909 889532416 17960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31712] ppid=31708 vsize=868684 CPUtime=0
/proc/31709/task/31712/stat : 31712 (java) S 31708 31695 31165 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25798910 889532416 17960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31713] ppid=31708 vsize=868684 CPUtime=0
/proc/31709/task/31713/stat : 31713 (java) S 31708 31695 31165 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25798910 889532416 17960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31709/tid=31714] ppid=31708 vsize=868684 CPUtime=0

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

/proc/31718/statm: 1339 232 193 169 0 50 0
[pid=31719] ppid=31718 vsize=364696 CPUtime=125.16
/proc/31719/stat : 31719 (picosat) R 31718 31695 31165 0 -1 4194304 83055 0 0 0 8394 4122 0 0 25 0 1 0 25802419 373448704 82990 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/31719/statm: 91174 82990 42 102 0 91069 0
Current children cumulated CPU time (s) 160.53
Current children cumulated vsize (KiB) 386920

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

[startup+179.102 s]
/proc/loadavg: 2.02 2.04 2.00 3/87 31719
/proc/meminfo: memFree=563880/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=35.37
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1366 35089 0 2 6 2 3377 152 16 0 1 0 25798824 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1114 409 3 0 796 0
[pid=31718] ppid=31695 vsize=5356 CPUtime=0
/proc/31718/stat : 31718 (sh) S 31695 31695 31165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25802419 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31718/statm: 1339 232 193 169 0 50 0
[pid=31719] ppid=31718 vsize=364696 CPUtime=141.79
/proc/31719/stat : 31719 (picosat) R 31718 31695 31165 0 -1 4194304 83059 0 0 0 10057 4122 0 0 25 0 1 0 25802419 373448704 82994 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/31719/statm: 91174 82994 42 102 0 91069 0
Current children cumulated CPU time (s) 177.16
Current children cumulated vsize (KiB) 386920

[startup+191.901 s]
/proc/loadavg: 2.02 2.03 2.00 3/87 31719
/proc/meminfo: memFree=563816/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=35.37
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1366 35089 0 2 6 2 3377 152 16 0 1 0 25798824 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1114 409 3 0 796 0
[pid=31718] ppid=31695 vsize=5356 CPUtime=0
/proc/31718/stat : 31718 (sh) S 31695 31695 31165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25802419 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31718/statm: 1339 232 193 169 0 50 0
[pid=31719] ppid=31718 vsize=364696 CPUtime=154.47
/proc/31719/stat : 31719 (picosat) R 31718 31695 31165 0 -1 4194304 83063 0 0 0 11325 4122 0 0 25 0 1 0 25802419 373448704 82998 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31719/statm: 91174 82998 42 102 0 91069 0
Current children cumulated CPU time (s) 189.84
Current children cumulated vsize (KiB) 386920

[startup+198.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 31719
/proc/meminfo: memFree=563816/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=35.37
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1366 35089 0 2 6 2 3377 152 16 0 1 0 25798824 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1114 409 3 0 796 0
[pid=31718] ppid=31695 vsize=5356 CPUtime=0
/proc/31718/stat : 31718 (sh) S 31695 31695 31165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25802419 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31718/statm: 1339 232 193 169 0 50 0
[pid=31719] ppid=31718 vsize=364696 CPUtime=160.81
/proc/31719/stat : 31719 (picosat) R 31718 31695 31165 0 -1 4194304 83067 0 0 0 11959 4122 0 0 25 0 1 0 25802419 373448704 83002 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31719/statm: 91174 83002 42 102 0 91069 0
Current children cumulated CPU time (s) 196.18
Current children cumulated vsize (KiB) 386920

[startup+199.901 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 31719
/proc/meminfo: memFree=563816/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=35.37
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1366 35089 0 2 6 2 3377 152 16 0 1 0 25798824 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1114 409 3 0 796 0
[pid=31718] ppid=31695 vsize=5356 CPUtime=0
/proc/31718/stat : 31718 (sh) S 31695 31695 31165 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25802419 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31718/statm: 1339 232 193 169 0 50 0
[pid=31719] ppid=31718 vsize=364696 CPUtime=162.4
/proc/31719/stat : 31719 (picosat) R 31718 31695 31165 0 -1 4194304 83068 0 0 0 12118 4122 0 0 25 0 1 0 25802419 373448704 83003 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/31719/statm: 91174 83003 42 102 0 91069 0
Current children cumulated CPU time (s) 197.77
Current children cumulated vsize (KiB) 386920

[startup+201.502 s]
/proc/loadavg: 2.01 2.03 2.00 4/95 31729
/proc/meminfo: memFree=885032/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=198.87
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1447 118450 0 2 6 2 15596 4283 16 0 1 0 25798824 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1114 409 3 0 796 0
[pid=31720] ppid=31695 vsize=5356 CPUtime=0
/proc/31720/stat : 31720 (sh) S 31695 31695 31165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25818924 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31720/statm: 1339 233 193 169 0 50 0
[pid=31721] ppid=31720 vsize=862768 CPUtime=0.47
/proc/31721/stat : 31721 (java) S 31720 31695 31165 0 -1 0 5630 0 1 0 44 3 0 0 18 0 9 0 25818925 883474432 4911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31721/statm: 215692 4911 2154 9 0 210605 0
[pid=31721/tid=31722] ppid=31720 vsize=862768 CPUtime=0.33
/proc/31721/task/31722/stat : 31722 (java) R 31720 31695 31165 0 -1 64 2036 0 1 0 32 1 0 0 19 0 9 0 25818926 883474432 4911 996147200 134512640 134550932 4294955984 18446744073709551615 4126412333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31723] ppid=31720 vsize=862768 CPUtime=0.07
/proc/31721/task/31723/stat : 31723 (java) S 31720 31695 31165 0 -1 64 2430 0 0 0 7 0 0 0 16 0 9 0 25818927 883474432 4911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31724] ppid=31720 vsize=862768 CPUtime=0
/proc/31721/task/31724/stat : 31724 (java) S 31720 31695 31165 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 25818927 883474432 4911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31725] ppid=31720 vsize=862768 CPUtime=0
/proc/31721/task/31725/stat : 31725 (java) S 31720 31695 31165 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25818927 883474432 4911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31726] ppid=31720 vsize=862768 CPUtime=0
/proc/31721/task/31726/stat : 31726 (java) S 31720 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25818930 883474432 4911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31727] ppid=31720 vsize=862768 CPUtime=0.05
/proc/31721/task/31727/stat : 31727 (java) S 31720 31695 31165 0 -1 64 467 0 0 0 5 0 0 0 16 0 9 0 25818930 883474432 4911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31728] ppid=31720 vsize=862768 CPUtime=0
/proc/31721/task/31728/stat : 31728 (java) S 31720 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25818930 883474432 4911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31729] ppid=31720 vsize=862768 CPUtime=0
/proc/31721/task/31729/stat : 31729 (java) S 31720 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25818930 883474432 4911 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 199.34
Current children cumulated vsize (KiB) 884992

[startup+202.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 31729
/proc/meminfo: memFree=877352/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=198.87
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1447 118450 0 2 6 2 15596 4283 16 0 1 0 25798824 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1114 409 3 0 796 0
[pid=31720] ppid=31695 vsize=5356 CPUtime=0
/proc/31720/stat : 31720 (sh) S 31695 31695 31165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25818924 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31720/statm: 1339 233 193 169 0 50 0
[pid=31721] ppid=31720 vsize=862880 CPUtime=1.27
/proc/31721/stat : 31721 (java) S 31720 31695 31165 0 -1 0 5920 0 1 0 123 4 0 0 18 0 9 0 25818925 883589120 5192 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31721/statm: 215720 5192 2157 9 0 210633 0
[pid=31721/tid=31722] ppid=31720 vsize=862880 CPUtime=1.08
/proc/31721/task/31722/stat : 31722 (java) R 31720 31695 31165 0 -1 64 2062 0 1 0 107 1 0 0 25 0 9 0 25818926 883589120 5192 996147200 134512640 134550932 4294955984 18446744073709551615 4126419060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31723] ppid=31720 vsize=862880 CPUtime=0.07
/proc/31721/task/31723/stat : 31723 (java) S 31720 31695 31165 0 -1 64 2678 0 0 0 7 0 0 0 16 0 9 0 25818927 883589120 5192 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31724] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31724/stat : 31724 (java) S 31720 31695 31165 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 25818927 883589120 5192 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31725] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31725/stat : 31725 (java) S 31720 31695 31165 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25818927 883589120 5192 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31726] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31726/stat : 31726 (java) S 31720 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25818930 883589120 5192 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31727] ppid=31720 vsize=862880 CPUtime=0.07
/proc/31721/task/31727/stat : 31727 (java) S 31720 31695 31165 0 -1 64 483 0 0 0 7 0 0 0 16 0 9 0 25818930 883589120 5192 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31728] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31728/stat : 31728 (java) S 31720 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25818930 883589120 5192 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31729] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31729/stat : 31729 (java) S 31720 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25818930 883589120 5192 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 200.14
Current children cumulated vsize (KiB) 885104

[startup+202.502 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 31729
/proc/meminfo: memFree=877352/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=198.87
/proc/31695/stat : 31695 (sugar) S 31693 31695 31165 0 -1 4194304 1447 118450 0 2 6 2 15596 4283 16 0 1 0 25798824 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31695/statm: 4217 1114 409 3 0 796 0
[pid=31720] ppid=31695 vsize=5356 CPUtime=0
/proc/31720/stat : 31720 (sh) S 31695 31695 31165 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25818924 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31720/statm: 1339 233 193 169 0 50 0
[pid=31721] ppid=31720 vsize=862880 CPUtime=1.46
/proc/31721/stat : 31721 (java) S 31720 31695 31165 0 -1 0 5940 0 1 0 142 4 0 0 18 0 9 0 25818925 883589120 5195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31721/statm: 215720 5195 2157 9 0 210633 0
[pid=31721/tid=31722] ppid=31720 vsize=862880 CPUtime=1.28
/proc/31721/task/31722/stat : 31722 (java) R 31720 31695 31165 0 -1 64 2079 0 1 0 126 2 0 0 25 0 9 0 25818926 883589120 5195 996147200 134512640 134550932 4294955984 18446744073709551615 4126418983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31723] ppid=31720 vsize=862880 CPUtime=0.09
/proc/31721/task/31723/stat : 31723 (java) S 31720 31695 31165 0 -1 64 2680 0 0 0 8 1 0 0 16 0 9 0 25818927 883589120 5195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31724] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31724/stat : 31724 (java) S 31720 31695 31165 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 25818927 883589120 5195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31725] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31725/stat : 31725 (java) S 31720 31695 31165 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25818927 883589120 5195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31726] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31726/stat : 31726 (java) S 31720 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25818930 883589120 5195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31727] ppid=31720 vsize=862880 CPUtime=0.07
/proc/31721/task/31727/stat : 31727 (java) S 31720 31695 31165 0 -1 64 484 0 0 0 7 0 0 0 16 0 9 0 25818930 883589120 5195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31728] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31728/stat : 31728 (java) S 31720 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25818930 883589120 5195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31721/tid=31729] ppid=31720 vsize=862880 CPUtime=0
/proc/31721/task/31729/stat : 31729 (java) S 31720 31695 31165 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25818930 883589120 5195 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 200.33
Current children cumulated vsize (KiB) 885104

[startup+202.602 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 31729
/proc/meminfo: memFree=877352/2055920 swapFree=4192812/4192956
[pid=31695] ppid=31693 vsize=16868 CPUtime=200.43
/proc/31695/stat : 31695 (sugar) R 31693 31695 31165 0 -1 4194304 1478 125170 0 3 6 6 15743 4288 16 0 1 0 25798824 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 1 0 0
/proc/31695/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 200.43
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 202.672
CPU time (s): 200.52
CPU user time (s): 157.496
CPU system time (s): 43.0235
CPU usage (%): 98.9381
Max. virtual memory (cumulated for all children) (KiB): 903608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 157.496
system time used= 43.0235
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126709
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= 15337
involuntary context switches= 19377

runsolver used 0.292955 second user time and 0.6519 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 10:29:09
IDJOB=2087966
IDBENCH=58829
IDSOLVER=738
FILE ID=node43/2087966-1247387349
PBS_JOBID= 9507320
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-10.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-2087966-1247387349/watcher-2087966-1247387349 -o /tmp/evaluation-result-2087966-1247387349/solver-2087966-1247387349 -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-2087966-1247387349.xml

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

MD5SUM BENCH= 2f661a5e66156e9731263f7627d06127
RANDOM SEED=1453749242

node43.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.213
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.213
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:       1103584 kB
Buffers:         69420 kB
Cached:         328176 kB
SwapCached:          0 kB
Active:         640000 kB
Inactive:       231800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1103584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:         489872 kB
Slab:            64896 kB
Committed_AS:   921712 kB
PageTables:       2732 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= 66256 MiB
End job on node43 at 2009-07-12 10:32:32