Trace number 1086233

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.13+picosatSAT 265.678 268.946

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-6.xml
MD5SUM4865df64d75a9de2ecccf47a2577a6da
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 benchmark21.6067
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:10:14 2008
0.00/0.04	c 0	PID 11632
0.00/0.05	c 0	HOST node40.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086233-1215238213.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086233-1215238213.xml' 'HOME/temp.csp'
0.03/0.55	c 0	6 domains, 500 variables, 8 predicates, 0 relations, 2852 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.52/0.66	c 0	Parsing HOME/temp.csp
0.52/0.90	c 0	parsed 3366 expressions
0.52/0.90	c 0	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.90	c 0	Converting to clausal form CSP
0.52/0.94	c 0	converted 337 (10%) expressions
1.11/1.28	c 1	converted 674 (20%) expressions
1.41/1.59	c 1	converted 1010 (30%) expressions
1.80/1.93	c 1	converted 1347 (40%) expressions
2.10/2.21	c 2	converted 1683 (50%) expressions
2.29/2.46	c 2	converted 2020 (60%) expressions
2.59/2.75	c 2	converted 2357 (70%) expressions
2.79/2.98	c 2	converted 2693 (80%) expressions
3.00/3.19	c 3	converted 3030 (90%) expressions
3.19/3.39	c 3	converted 3366 (100%) expressions
3.19/3.40	c 3	CSP : 986 integers, 7698 booleans, 17608 clauses, largest domain size 2701
3.19/3.40	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.40	c 3	Propagation in CSP
3.59/3.77	c 3	30520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.59/3.77	c 3	CSP : 986 integers, 7698 booleans, 17608 clauses, largest domain size 2701
3.59/3.77	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.59/3.78	c 3	Simplifing CSP by introducing new Boolean variables
3.69/3.83	c 3	CSP : 986 integers, 14220 booleans, 24130 clauses, largest domain size 2701
3.69/3.83	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.79/3.93	c 3	Encoding CSP to SAT : HOME/temp.cnf
4.28/4.46	c 4	99 (10%) CSP integer variables are encoded (22954 clauses, 322258 bytes)
4.67/4.89	c 4	198 (20%) CSP integer variables are encoded (44581 clauses, 646663 bytes)
5.17/5.33	c 5	296 (30%) CSP integer variables are encoded (66531 clauses, 975913 bytes)
5.57/5.78	c 5	395 (40%) CSP integer variables are encoded (89097 clauses, 1314403 bytes)
6.06/6.22	c 6	493 (50%) CSP integer variables are encoded (110914 clauses, 1664373 bytes)
6.36/6.55	c 6	592 (60%) CSP integer variables are encoded (332964 clauses, 5439223 bytes)
6.66/6.89	c 6	691 (70%) CSP integer variables are encoded (588771 clauses, 9787942 bytes)
7.05/7.21	c 7	789 (80%) CSP integer variables are encoded (838211 clauses, 14028422 bytes)
7.34/7.55	c 7	888 (90%) CSP integer variables are encoded (1095704 clauses, 18598918 bytes)
7.63/7.85	c 7	986 (100%) CSP integer variables are encoded (1313532 clauses, 22737650 bytes)
19.20/19.53	c 19	2413 (10%) CSP clauses are encoded (3255869 clauses, 65126429 bytes)
29.29/29.73	c 29	4826 (20%) CSP clauses are encoded (5109701 clauses, 106209719 bytes)
37.49/38.04	c 38	7239 (30%) CSP clauses are encoded (6795558 clauses, 144284197 bytes)
44.21/44.83	c 44	9652 (40%) CSP clauses are encoded (8294592 clauses, 179069851 bytes)
48.55/49.25	c 49	12065 (50%) CSP clauses are encoded (9377387 clauses, 205143760 bytes)
52.88/53.66	c 53	14478 (60%) CSP clauses are encoded (10538375 clauses, 233494557 bytes)
56.03/56.84	c 56	16891 (70%) CSP clauses are encoded (11487761 clauses, 257072063 bytes)
58.87/59.70	c 59	19304 (80%) CSP clauses are encoded (12450926 clauses, 281175970 bytes)
61.51/62.40	c 62	21717 (90%) CSP clauses are encoded (13391953 clauses, 304524655 bytes)
64.16/65.13	c 65	24130 (100%) CSP clauses are encoded (14442413 clauses, 330877728 bytes)
64.16/65.13	c 65	24130 CSP clauses encoded
64.16/65.13	c 65	Writing map file : HOME/temp.map
64.16/65.17	c 65	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.16/65.17	c 65	SAT : 1328738 SAT variables, 14442413 SAT clauses, 330877728 bytes
64.16/65.17	c 65	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
64.24/65.22	c 65	SOLVING HOME/temp.cnf
64.24/65.22	c 65	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
263.26/266.45	c 266	DECODING HOME/temp.out WITH HOME/temp.map
263.26/266.45	c 266	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
263.32/266.63	c 266	Decoding HOME/temp.out
265.34/268.69	s SATISFIABLE
265.43/268.71	v -2632 -2404 -2588 -2404 -2696 -2608 2384 -2300 2624 2240 2332 2480 -2256 -2400 2528 2496 2368 2220 -2276 -2660 -2416 2592 2492 2564 -2536 2424 2260 -2456 2280 -2260 2700 -2548 -2620 -2228 -2700 2260 2588 2380 -2472 2612 2648 -2416 2696 -2688 2228 2684 2600 2512 -2540 -2372 -2424 2464 2288 -2376 -2276 2304 2272 -2628 -2316 -2688 2264 -2532 -2360 -2268 2536 -2608 2280 2476 2264 2440 2416 2240 -2700 2372 2388 2620 2408 2672 2224 2404 -2356 2452 -2700 -2432 -2224 2244 -2260 -2700 2260 -2336 2580 2368 2592 -2600 -2376 -2296 -2296 -2632 -2624 2232 2368 -2660 -2220 2276 2264 -2360 2504 -2648 2296 2432 2260 2392 -2648 -2628 -2632 -2284 -2440 2260 2248 -2428 -2364 2376 2304 2660 -2440 2264 2312 2256 2632 2280 2488 -2236 2408 -2460 2300 2460 2392 2592 2284 2688 2444 2412 2460 2416 2600 2420 -2700 2592 2336 2236 -2560 -2700 2360 -2292 2296 2628 2412 2272 2364 2652 2300 2500 -2344 2432 -2660 2632 2424 -2428 -2588 -2296 -2372 2536 -2660 -2456 -2660 -2232 2464 2524 -2344 2700 2660 2308 2484 -2648 -2400 2220 -2628 -2416 2564 -2412 -2400 2336 2244 -2392 -2260 -2584 2660 2648 -2280 -2220 -2380 -2600 2496 -2608 -2224 -2660 -2648 2700 2492 2260 -2412 -2400 2280 2700 2408 2408 2260 -2648 2512 -2660 2612 -2472 2316 2232 2356 -2652 2660 2576 -2308 2648 -2372 2232 2660 -2660 -2544 -2604 2652 2568 2648 2420 2648 -2420 2360 2660 2528 2552 2444 2384 2368 -2448 2336 -2688 -2332 -2324 2504 -2236 2468 -2700 2524 2592 2644 2660 -2604 2356 2668 2300 2444 2236 -2572 2336 2620 -2448 2224 2572 2308 2296 -2700 2700 2244 2516 2276 2284 2500 -2260 -2636 2660 2652 2656 2444 2560 2452 -2508 -2276 -2552 2300 -2268 2700 2464 2384 -2692 2504 -2364 2488 2572 2584 -2228 2696 -2540 2220 2608 -2220 -2372 -2348 2244 2400 -2416 2592 2316 -2340 2560 -2400 -2260 -2280 -2292 2660 2700 2456 2348 -2332 -2424 2332 2604 -2656 -2544 2464 -2444 2260 2548 2260 2432 -2540 2500 2460 -2520 2384 -2316 2316 2656 -2376 2632 2492 2644 2484 2256 2240 2500 -2584 -2384 2692 -2688 2344 2584 2592 -2700 2380 -2464 2496 2272 2220 2512 -2460 -2684 -2296 -2524 2352 2568 -2644 2452 -2464 2660 2588 2264 2340 -2296 -2520 2224 2348 -2528 2272 2276 -2588 -2628 2220 2260 2628 -2336 -2616 -2284 -2328 -2368 2572 -2668 2336 2648 -2576 2632 2332 -2232 2344 -2224 2648 2224 -2608 -2688 2456 -2532 2700 2660 2272 -2264 2464 2640 2688 -2300 -2448 -2560 2500 -2392 2532 2292 2484 2340 -2232 2268 2260 -2504 2404 -2392 2692 2552 -2504 -2448 -2484 -2688 2672 -2220 2260 2408 2660 -2344 -2504 -2644 2468 2596 2608 -2264 2320 2588 2280 -2700 2304 -2296 2660 2272 2648 2628 -2480 2260 -2420 2488 2420 2684 2564 -2504 2220 2220 -2352 2660 2404 2336 2240 -2268 -2700 2352 2240 2408 2276 -2700 2532 -2300 -2220 2420 -2240 -2624 2236 -2300 -2536 2552 -2300 2408
265.43/268.71	c 268	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
265.43/268.74	c 268	CPU 197.09 (0.03 0.02 197.06 68.37)
265.43/268.74	c 268	END Sat Jul  5 08:14:42 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086233-1215238213/watcher-1086233-1215238213 -o /tmp/evaluation-result-1086233-1215238213/solver-1086233-1215238213 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086233-1215238213.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 11632
/proc/meminfo: memFree=738384/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=12268 CPUtime=0
/proc/11632/stat : 11632 (sugar) R 11630 11632 11220 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1553489017 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11632/statm: 3067 316 241 3 0 167 0

[startup+0.079209 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 11632
/proc/meminfo: memFree=738384/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=0.03
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1553489017 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102211 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 11632
/proc/meminfo: memFree=738384/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=0.03
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1553489017 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302242 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 11632
/proc/meminfo: memFree=738384/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=0.03
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1553489017 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701288 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 11632
/proc/meminfo: memFree=738384/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=0.52
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 973 5446 0 1 2 1 45 4 16 0 1 0 1553489017 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50139 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 11654
/proc/meminfo: memFree=728632/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=0.52
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 973 5446 0 1 2 1 45 4 15 0 1 0 1553489017 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 797 370 3 0 500 0
[pid=11645] ppid=11632 vsize=5356 CPUtime=0
/proc/11645/stat : 11645 (sh) S 11632 11632 11220 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553489076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11645/statm: 1339 233 193 169 0 50 0
[pid=11646] ppid=11645 vsize=868272 CPUtime=0.89
/proc/11646/stat : 11646 (java) S 11645 11632 11220 0 -1 0 5625 0 1 0 86 3 0 0 18 0 9 0 1553489076 889110528 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11646/statm: 217068 5007 1734 9 0 211643 0
[pid=11646/tid=11647] ppid=11645 vsize=868272 CPUtime=0.63
/proc/11646/task/11647/stat : 11647 (java) R 11645 11632 11220 0 -1 64 2692 0 1 0 62 1 0 0 24 0 9 0 1553489077 889110528 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11648] ppid=11645 vsize=868272 CPUtime=0.05
/proc/11646/task/11648/stat : 11648 (java) S 11645 11632 11220 0 -1 64 790 0 0 0 5 0 0 0 16 0 9 0 1553489078 889110528 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11649] ppid=11645 vsize=868272 CPUtime=0
/proc/11646/task/11649/stat : 11649 (java) S 11645 11632 11220 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1553489078 889110528 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11650] ppid=11645 vsize=868272 CPUtime=0
/proc/11646/task/11650/stat : 11650 (java) S 11645 11632 11220 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1553489078 889110528 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11651] ppid=11645 vsize=868272 CPUtime=0
/proc/11646/task/11651/stat : 11651 (java) S 11645 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553489080 889110528 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11652] ppid=11645 vsize=868272 CPUtime=0.18
/proc/11646/task/11652/stat : 11652 (java) S 11645 11632 11220 0 -1 64 1452 0 0 0 18 0 0 0 16 0 9 0 1553489080 889110528 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11653] ppid=11645 vsize=868272 CPUtime=0
/proc/11646/task/11653/stat : 11653 (java) S 11645 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553489080 889110528 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11654] ppid=11645 vsize=868272 CPUtime=0
/proc/11646/task/11654/stat : 11654 (java) S 11645 11632 11220 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553489080 889110528 5007 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887228

[startup+3.1026 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 11654
/proc/meminfo: memFree=719992/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=0.53
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 973 5446 0 1 3 1 45 4 15 0 1 0 1553489017 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 797 370 3 0 500 0
[pid=11645] ppid=11632 vsize=5356 CPUtime=0
/proc/11645/stat : 11645 (sh) S 11632 11632 11220 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553489076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11645/statm: 1339 233 193 169 0 50 0
[pid=11646] ppid=11645 vsize=868384 CPUtime=2.47
/proc/11646/stat : 11646 (java) S 11645 11632 11220 0 -1 0 8629 0 1 0 240 7 0 0 18 0 9 0 1553489076 889225216 7661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11646/statm: 217096 7661 2540 9 0 211671 0
[pid=11646/tid=11647] ppid=11645 vsize=868384 CPUtime=1.92
/proc/11646/task/11647/stat : 11647 (java) R 11645 11632 11220 0 -1 64 2872 0 1 0 191 1 0 0 25 0 9 0 1553489077 889225216 7661 996147200 134512640 134550740 4294955952 18446744073709551615 4126568209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11648] ppid=11645 vsize=868384 CPUtime=0.31
/proc/11646/task/11648/stat : 11648 (java) S 11645 11632 11220 0 -1 64 3605 0 0 0 28 3 0 0 16 0 9 0 1553489078 889225216 7661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11649] ppid=11645 vsize=868384 CPUtime=0
/proc/11646/task/11649/stat : 11649 (java) S 11645 11632 11220 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553489078 889225216 7661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11650] ppid=11645 vsize=868384 CPUtime=0
/proc/11646/task/11650/stat : 11650 (java) S 11645 11632 11220 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553489078 889225216 7661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11651] ppid=11645 vsize=868384 CPUtime=0
/proc/11646/task/11651/stat : 11651 (java) S 11645 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553489080 889225216 7661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11652] ppid=11645 vsize=868384 CPUtime=0.19
/proc/11646/task/11652/stat : 11652 (java) S 11645 11632 11220 0 -1 64 1460 0 0 0 19 0 0 0 15 0 9 0 1553489080 889225216 7661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11653] ppid=11645 vsize=868384 CPUtime=0
/proc/11646/task/11653/stat : 11653 (java) S 11645 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553489080 889225216 7661 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11654] ppid=11645 vsize=868384 CPUtime=0
/proc/11646/task/11654/stat : 11654 (java) S 11645 11632 11220 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553489080 889225216 7661 996147200 134512640 134550740 4294955952 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) 887340

[startup+6.30326 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 11654
/proc/meminfo: memFree=708664/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=0.53
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 974 5446 0 1 3 1 45 4 15 0 1 0 1553489017 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 797 370 3 0 500 0
[pid=11645] ppid=11632 vsize=5356 CPUtime=0
/proc/11645/stat : 11645 (sh) S 11632 11632 11220 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553489076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11645/statm: 1339 233 193 169 0 50 0
[pid=11646] ppid=11645 vsize=868496 CPUtime=5.63
/proc/11646/stat : 11646 (java) S 11645 11632 11220 0 -1 0 10317 0 1 0 553 10 0 0 18 0 9 0 1553489076 889339904 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11646/statm: 217124 9073 2566 9 0 211671 0
[pid=11646/tid=11647] ppid=11645 vsize=868496 CPUtime=4.75
/proc/11646/task/11647/stat : 11647 (java) R 11645 11632 11220 0 -1 64 3196 0 1 0 472 3 0 0 25 0 9 0 1553489077 889339904 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11648] ppid=11645 vsize=868496 CPUtime=0.6
/proc/11646/task/11648/stat : 11648 (java) S 11645 11632 11220 0 -1 64 4934 0 0 0 56 4 0 0 15 0 9 0 1553489078 889339904 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11649] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11649/stat : 11649 (java) S 11645 11632 11220 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553489078 889339904 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11650] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11650/stat : 11650 (java) S 11645 11632 11220 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553489078 889339904 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11651] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11651/stat : 11651 (java) S 11645 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553489080 889339904 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11652] ppid=11645 vsize=868496 CPUtime=0.25
/proc/11646/task/11652/stat : 11652 (java) S 11645 11632 11220 0 -1 64 1495 0 0 0 24 1 0 0 16 0 9 0 1553489080 889339904 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11653] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11653/stat : 11653 (java) S 11645 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553489080 889339904 9073 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11654] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11654/stat : 11654 (java) S 11645 11632 11220 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553489080 889339904 9073 996147200 134512640 134550740 4294955952 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) 887452

[startup+12.7029 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 11654
/proc/meminfo: memFree=670968/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=0.53
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 974 5446 0 1 3 1 45 4 15 0 1 0 1553489017 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 797 370 3 0 500 0
[pid=11645] ppid=11632 vsize=5356 CPUtime=0
/proc/11645/stat : 11645 (sh) S 11632 11632 11220 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553489076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11645/statm: 1339 233 193 169 0 50 0
[pid=11646] ppid=11645 vsize=868496 CPUtime=11.95
/proc/11646/stat : 11646 (java) S 11645 11632 11220 0 -1 0 10963 0 1 0 1157 38 0 0 18 0 9 0 1553489076 889339904 9087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11646/statm: 217124 9087 2566 9 0 211671 0
[pid=11646/tid=11647] ppid=11645 vsize=868496 CPUtime=10.87
/proc/11646/task/11647/stat : 11647 (java) R 11645 11632 11220 0 -1 64 3831 0 1 0 1059 28 0 0 25 0 9 0 1553489077 889339904 9087 996147200 134512640 134550740 4294955952 18446744073709551615 4127002423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11648] ppid=11645 vsize=868496 CPUtime=0.78
/proc/11646/task/11648/stat : 11648 (java) S 11645 11632 11220 0 -1 64 4934 0 0 0 71 7 0 0 16 0 9 0 1553489078 889339904 9087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11649] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11649/stat : 11649 (java) S 11645 11632 11220 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553489078 889339904 9087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11650] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11650/stat : 11650 (java) S 11645 11632 11220 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553489078 889339904 9087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11651] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11651/stat : 11651 (java) S 11645 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1553489080 889339904 9087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11652] ppid=11645 vsize=868496 CPUtime=0.28
/proc/11646/task/11652/stat : 11652 (java) S 11645 11632 11220 0 -1 64 1506 0 0 0 27 1 0 0 16 0 9 0 1553489080 889339904 9087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11653] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11653/stat : 11653 (java) S 11645 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1553489080 889339904 9087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11654] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11654/stat : 11654 (java) S 11645 11632 11220 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1553489080 889339904 9087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887452

[startup+25.5025 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 11654
/proc/meminfo: memFree=624248/2055920 swapFree=4096272/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=0.53
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 974 5446 0 1 3 1 45 4 16 0 1 0 1553489017 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 797 370 3 0 500 0
[pid=11645] ppid=11632 vsize=5356 CPUtime=0
/proc/11645/stat : 11645 (sh) S 11632 11632 11220 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553489076 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11645/statm: 1339 233 193 169 0 50 0
[pid=11646] ppid=11645 vsize=868496 CPUtime=24.61
/proc/11646/stat : 11646 (java) S 11645 11632 11220 0 -1 0 11843 0 1 0 2389 72 0 0 18 0 9 0 1553489076 889339904 9090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11646/statm: 217124 9090 2566 9 0 211671 0
[pid=11646/tid=11647] ppid=11645 vsize=868496 CPUtime=23.24
/proc/11646/task/11647/stat : 11647 (java) R 11645 11632 11220 0 -1 64 4708 0 1 0 2267 57 0 0 25 0 9 0 1553489077 889339904 9090 996147200 134512640 134550740 4294955952 18446744073709551615 4126592717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11648] ppid=11645 vsize=868496 CPUtime=1.06
/proc/11646/task/11648/stat : 11648 (java) S 11645 11632 11220 0 -1 64 4934 0 0 0 94 12 0 0 16 0 9 0 1553489078 889339904 9090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11649] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11649/stat : 11649 (java) S 11645 11632 11220 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553489078 889339904 9090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11646/tid=11650] ppid=11645 vsize=868496 CPUtime=0
/proc/11646/task/11650/stat : 11650 (java) S 11645 11632 11220 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553489078 889339904 9090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/loadavg: 2.03 2.02 2.00 3/83 11656
/proc/meminfo: memFree=15160/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=64.26
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 1024 21713 0 2 3 1 6170 252 16 0 1 0 1553489017 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 799 370 3 0 500 0
[pid=11655] ppid=11632 vsize=5356 CPUtime=0
/proc/11655/stat : 11655 (sh) S 11632 11632 11220 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553495539 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11655/statm: 1339 232 193 169 0 50 0
[pid=11656] ppid=11655 vsize=472176 CPUtime=95.98
/proc/11656/stat : 11656 (picosat) R 11655 11632 11220 0 -1 4194304 104414 0 0 0 4353 5245 0 0 25 0 1 0 1553495540 483508224 104400 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/11656/statm: 118044 104400 40 102 0 117939 0
Current children cumulated CPU time (s) 160.24
Current children cumulated vsize (KiB) 491132

[startup+222.303 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 11656
/proc/meminfo: memFree=15544/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=64.26
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 1024 21713 0 2 3 1 6170 252 16 0 1 0 1553489017 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 799 370 3 0 500 0
[pid=11655] ppid=11632 vsize=5356 CPUtime=0
/proc/11655/stat : 11655 (sh) S 11632 11632 11220 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553495539 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11655/statm: 1339 232 193 169 0 50 0
[pid=11656] ppid=11655 vsize=611212 CPUtime=155.33
/proc/11656/stat : 11656 (picosat) R 11655 11632 11220 0 -1 4194304 126549 0 0 0 8969 6564 0 0 25 0 1 0 1553495540 625881088 126476 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11656/statm: 152803 126476 42 102 0 152698 0
Current children cumulated CPU time (s) 219.59
Current children cumulated vsize (KiB) 630168

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

[startup+230.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 11656
/proc/meminfo: memFree=15416/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=64.26
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 1024 21713 0 2 3 1 6170 252 16 0 1 0 1553489017 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 799 370 3 0 500 0
[pid=11655] ppid=11632 vsize=5356 CPUtime=0
/proc/11655/stat : 11655 (sh) S 11632 11632 11220 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553495539 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11655/statm: 1339 232 193 169 0 50 0
[pid=11656] ppid=11655 vsize=611212 CPUtime=163.25
/proc/11656/stat : 11656 (picosat) R 11655 11632 11220 0 -1 4194304 126583 0 0 0 9761 6564 0 0 25 0 1 0 1553495540 625881088 126510 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/11656/statm: 152803 126510 42 102 0 152698 0
Current children cumulated CPU time (s) 227.51
Current children cumulated vsize (KiB) 630168

[startup+255.902 s]
/proc/loadavg: 2.00 2.01 2.00 4/83 11656
/proc/meminfo: memFree=15160/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=64.26
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 1024 21713 0 2 3 1 6170 252 16 0 1 0 1553489017 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 799 370 3 0 500 0
[pid=11655] ppid=11632 vsize=5356 CPUtime=0
/proc/11655/stat : 11655 (sh) S 11632 11632 11220 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553495539 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11655/statm: 1339 232 193 169 0 50 0
[pid=11656] ppid=11655 vsize=611212 CPUtime=188.62
/proc/11656/stat : 11656 (picosat) R 11655 11632 11220 0 -1 4194304 126621 0 0 0 12298 6564 0 0 25 0 1 0 1553495540 625881088 126548 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11656/statm: 152803 126548 42 102 0 152698 0
Current children cumulated CPU time (s) 252.88
Current children cumulated vsize (KiB) 630168

[startup+262.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11656
/proc/meminfo: memFree=15160/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=64.26
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 1024 21713 0 2 3 1 6170 252 16 0 1 0 1553489017 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 799 370 3 0 500 0
[pid=11655] ppid=11632 vsize=5356 CPUtime=0
/proc/11655/stat : 11655 (sh) S 11632 11632 11220 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553495539 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11655/statm: 1339 232 193 169 0 50 0
[pid=11656] ppid=11655 vsize=611212 CPUtime=194.95
/proc/11656/stat : 11656 (picosat) R 11655 11632 11220 0 -1 4194304 126626 0 0 0 12931 6564 0 0 25 0 1 0 1553495540 625881088 126553 996147200 134512640 134931368 4294956256 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 1 0 0
/proc/11656/statm: 152803 126553 42 102 0 152698 0
Current children cumulated CPU time (s) 259.21
Current children cumulated vsize (KiB) 630168

[startup+265.503 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11656
/proc/meminfo: memFree=15160/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=64.26
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 1024 21713 0 2 3 1 6170 252 16 0 1 0 1553489017 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 799 370 3 0 500 0
[pid=11655] ppid=11632 vsize=5356 CPUtime=0
/proc/11655/stat : 11655 (sh) S 11632 11632 11220 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1553495539 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11655/statm: 1339 232 193 169 0 50 0
[pid=11656] ppid=11655 vsize=611216 CPUtime=198.12
/proc/11656/stat : 11656 (picosat) R 11655 11632 11220 0 -1 4194304 126639 0 0 0 13246 6566 0 0 25 0 1 0 1553495540 625885184 126566 996147200 134512640 134931368 4294956256 18446744073709551615 134574965 0 0 4096 0 0 0 0 17 1 0 0
/proc/11656/statm: 152804 126566 47 102 0 152699 0
Current children cumulated CPU time (s) 262.38
Current children cumulated vsize (KiB) 630172

[startup+267.102 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 11656
/proc/meminfo: memFree=15096/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=263.32
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 1092 148638 0 2 3 1 19498 6830 15 0 1 0 1553489017 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 263.32
Current children cumulated vsize (KiB) 13600

[startup+267.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 11666
/proc/meminfo: memFree=508024/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=263.32
/proc/11632/stat : 11632 (sugar) S 11630 11632 11220 0 -1 4194304 1092 148638 0 2 3 1 19498 6830 15 0 1 0 1553489017 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11632/statm: 3400 799 370 3 0 500 0
[pid=11657] ppid=11632 vsize=5356 CPUtime=0
/proc/11657/stat : 11657 (sh) S 11632 11632 11220 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553515663 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11657/statm: 1339 233 193 169 0 50 0
[pid=11658] ppid=11657 vsize=864468 CPUtime=1.33
/proc/11658/stat : 11658 (java) S 11657 11632 11220 0 -1 0 6641 0 2 0 129 4 0 0 18 0 9 0 1553515665 885215232 5922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11658/statm: 216117 5922 2531 9 0 210699 0
[pid=11658/tid=11659] ppid=11657 vsize=864468 CPUtime=1.12
/proc/11658/task/11659/stat : 11659 (java) R 11657 11632 11220 0 -1 64 2483 0 1 0 110 2 0 0 25 0 9 0 1553515666 885215232 5922 996147200 134512640 134550740 4294956000 18446744073709551615 4126559311 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11660] ppid=11657 vsize=864468 CPUtime=0.11
/proc/11658/task/11660/stat : 11660 (java) S 11657 11632 11220 0 -1 64 3035 0 0 0 10 1 0 0 16 0 9 0 1553515674 885215232 5922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11661] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11661/stat : 11661 (java) S 11657 11632 11220 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553515674 885215232 5922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11662] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11662/stat : 11662 (java) S 11657 11632 11220 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1553515674 885215232 5922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11663] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11663/stat : 11663 (java) S 11657 11632 11220 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1553515676 885215232 5922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11664] ppid=11657 vsize=864468 CPUtime=0.07
/proc/11658/task/11664/stat : 11664 (java) S 11657 11632 11220 0 -1 64 430 0 1 0 7 0 0 0 16 0 9 0 1553515676 885215232 5922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11665] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11665/stat : 11665 (java) S 11657 11632 11220 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553515677 885215232 5922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11666] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11666/stat : 11666 (java) S 11657 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553515677 885215232 5922 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 264.65
Current children cumulated vsize (KiB) 883424

[startup+268.703 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 11666
/proc/meminfo: memFree=507448/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=263.32
/proc/11632/stat : 11632 (sugar) R 11630 11632 11220 0 -1 4194304 1092 148638 0 2 3 1 19498 6830 16 0 1 0 1553489017 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11632/statm: 3400 799 370 3 0 500 0
[pid=11657] ppid=11632 vsize=5356 CPUtime=0
/proc/11657/stat : 11657 (sh) S 11632 11632 11220 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1553515663 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11657/statm: 1339 233 193 169 0 50 0
[pid=11658] ppid=11657 vsize=864468 CPUtime=2.11
/proc/11658/stat : 11658 (java) S 11657 11632 11220 0 -1 0 6742 0 2 0 206 5 0 0 18 0 9 0 1553515665 885215232 5993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11658/statm: 216117 5993 2531 9 0 210699 0
[pid=11658/tid=11659] ppid=11657 vsize=864468 CPUtime=1.84
/proc/11658/task/11659/stat : 11659 (java) R 11657 11632 11220 0 -1 64 2513 0 1 0 182 2 0 0 25 0 9 0 1553515666 885215232 5993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11660] ppid=11657 vsize=864468 CPUtime=0.16
/proc/11658/task/11660/stat : 11660 (java) S 11657 11632 11220 0 -1 64 3104 0 0 0 15 1 0 0 16 0 9 0 1553515674 885215232 5993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11661] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11661/stat : 11661 (java) S 11657 11632 11220 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1553515674 885215232 5993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11662] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11662/stat : 11662 (java) S 11657 11632 11220 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1553515674 885215232 5993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11663] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11663/stat : 11663 (java) S 11657 11632 11220 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1553515676 885215232 5993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11664] ppid=11657 vsize=864468 CPUtime=0.08
/proc/11658/task/11664/stat : 11664 (java) S 11657 11632 11220 0 -1 64 432 0 1 0 8 0 0 0 16 0 9 0 1553515676 885215232 5993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11665] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11665/stat : 11665 (java) S 11657 11632 11220 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1553515677 885215232 5993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11658/tid=11666] ppid=11657 vsize=864468 CPUtime=0
/proc/11658/task/11666/stat : 11666 (java) S 11657 11632 11220 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1553515677 885215232 5993 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 265.43
Current children cumulated vsize (KiB) 883424

[startup+268.901 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 11666
/proc/meminfo: memFree=507448/2055920 swapFree=4096312/4192956
[pid=11632] ppid=11630 vsize=13600 CPUtime=265.61
/proc/11632/stat : 11632 (sugar) R 11630 11632 11220 0 -1 4194304 1120 155705 0 4 3 15 19706 6837 16 0 1 0 1553489017 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11632/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 265.61
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 268.946
CPU time (s): 265.678
CPU user time (s): 197.104
CPU system time (s): 68.5736
CPU usage (%): 98.7847
Max. virtual memory (cumulated for all children) (KiB): 887592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.104
system time used= 68.5736
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156855
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46893
involuntary context switches= 56660

runsolver used 0.396939 second user time and 0.842871 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-05 08:10:13
IDJOB=1086233
IDBENCH=57782
IDSOLVER=345
FILE ID=node40/1086233-1215238213
PBS_JOBID= 7881950
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086233-1215238213/watcher-1086233-1215238213 -o /tmp/evaluation-result-1086233-1215238213/solver-1086233-1215238213 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086233-1215238213.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4865df64d75a9de2ecccf47a2577a6da
RANDOM SEED=1122795046

node40.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.209
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.209
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:        738928 kB
Buffers:         87040 kB
Cached:         295728 kB
SwapCached:      90784 kB
Active:        1161708 kB
Inactive:       103860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        738928 kB
SwapTotal:     4192956 kB
SwapFree:      4096272 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:         898584 kB
Slab:            34876 kB
Committed_AS:  3887548 kB
PageTables:       3544 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= 66540 MiB
End job on node40 at 2008-07-05 08:14:42