Trace number 1086947

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 300.795 303.553

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-5.xml
MD5SUM9b390cbd2e7aec20d5f3a2cc4b660065
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 benchmark24.2143
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.18	c 0	Sugar v1-13 + HOME/picosat
0.00/0.20	c 0	BEGIN Sat Jul  5 09:14:06 2008
0.00/0.20	c 0	PID 31737
0.03/0.21	c 0	HOST node81.alineos.net
0.03/0.21	c 0	CONVERTING HOME/instance-1086947-1215242045.xml TO HOME/temp.csp
0.03/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086947-1215242045.xml' 'HOME/temp.csp'
0.03/0.89	c 0	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.03/0.93	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.93	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.63/1.02	c 0	Parsing HOME/temp.csp
0.83/1.24	c 1	parsed 3681 expressions
0.83/1.25	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.83/1.25	c 1	Converting to clausal form CSP
1.02/1.41	c 1	converted 369 (10%) expressions
1.62/2.08	c 1	converted 737 (20%) expressions
2.12/2.56	c 2	converted 1105 (30%) expressions
2.51/2.93	c 2	converted 1473 (40%) expressions
2.91/3.37	c 3	converted 1841 (50%) expressions
3.21/3.64	c 3	converted 2209 (60%) expressions
3.61/4.01	c 3	converted 2577 (70%) expressions
4.01/4.44	c 4	converted 2945 (80%) expressions
4.31/4.71	c 4	converted 3313 (90%) expressions
4.60/5.04	c 4	converted 3681 (100%) expressions
4.60/5.04	c 4	CSP : 598 integers, 9633 booleans, 20396 clauses, largest domain size 2697
4.60/5.04	c 4	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.60/5.04	c 4	Propagation in CSP
4.81/5.26	c 5	4240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.81/5.26	c 5	CSP : 598 integers, 9633 booleans, 20396 clauses, largest domain size 2697
4.81/5.27	c 5	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.81/5.28	c 5	Simplifing CSP by introducing new Boolean variables
4.91/5.33	c 5	CSP : 598 integers, 16583 booleans, 27346 clauses, largest domain size 2697
4.91/5.33	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.20/5.60	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.40/5.88	c 5	60 (10%) CSP integer variables are encoded (11833 clauses, 155465 bytes)
5.69/6.10	c 5	120 (20%) CSP integer variables are encoded (23990 clauses, 337820 bytes)
5.89/6.34	c 6	180 (30%) CSP integer variables are encoded (36826 clauses, 530360 bytes)
6.09/6.57	c 6	240 (40%) CSP integer variables are encoded (48330 clauses, 702920 bytes)
6.38/6.80	c 6	299 (50%) CSP integer variables are encoded (61074 clauses, 894080 bytes)
6.48/6.95	c 6	359 (60%) CSP integer variables are encoded (188145 clauses, 2977078 bytes)
6.58/7.08	c 6	419 (70%) CSP integer variables are encoded (296679 clauses, 4822156 bytes)
6.78/7.22	c 7	479 (80%) CSP integer variables are encoded (409999 clauses, 6748596 bytes)
6.87/7.34	c 7	539 (90%) CSP integer variables are encoded (508153 clauses, 8417214 bytes)
6.97/7.47	c 7	598 (100%) CSP integer variables are encoded (624076 clauses, 10387905 bytes)
16.08/16.61	c 16	2735 (10%) CSP clauses are encoded (2176350 clauses, 43121316 bytes)
21.51/22.47	c 22	5470 (20%) CSP clauses are encoded (3398333 clauses, 70137282 bytes)
25.09/26.09	c 25	8204 (30%) CSP clauses are encoded (4256836 clauses, 89206665 bytes)
28.04/29.01	c 28	10939 (40%) CSP clauses are encoded (5062562 clauses, 107576451 bytes)
30.21/31.20	c 31	13673 (50%) CSP clauses are encoded (5719005 clauses, 122893336 bytes)
32.48/33.54	c 33	16408 (60%) CSP clauses are encoded (6586901 clauses, 143678572 bytes)
33.87/34.99	c 34	19143 (70%) CSP clauses are encoded (7133313 clauses, 156580717 bytes)
36.03/37.20	c 37	21877 (80%) CSP clauses are encoded (7987021 clauses, 177154657 bytes)
38.09/39.22	c 39	24612 (90%) CSP clauses are encoded (8808675 clauses, 196832871 bytes)
39.76/40.92	c 40	27346 (100%) CSP clauses are encoded (9451486 clauses, 212452863 bytes)
39.76/40.92	c 40	27346 CSP clauses encoded
39.76/40.92	c 40	Writing map file : HOME/temp.map
39.76/40.95	c 40	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.76/40.95	c 40	SAT : 641257 SAT variables, 9451486 SAT clauses, 212452863 bytes
39.76/40.95	c 40	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.76/40.98	c 40	SOLVING HOME/temp.cnf
39.76/40.98	c 40	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
299.57/302.38	c 302	DECODING HOME/temp.out WITH HOME/temp.map
299.57/302.38	c 302	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
299.66/302.47	c 302	Decoding HOME/temp.out
300.55/303.38	s SATISFIABLE
300.55/303.39	v 2644 -2392 -2232 2260 -2228 -2388 -2644 2252 -2652 2380 -2672 -2596 -2592 -2456 -2160 2468 2440 2528 2164 2232 -2212 -2632 -2244 -2396 -2212 2576 -2300 2416 2192 -2544 2168 -2560 -2252 -2692 2428 2252 -2588 2220 2664 2268 -2160 -2468 2600 -2280 -2276 2312 2560 -2524 -2300 2612 2208 2656 2632 2488 2256 -2600 -2204 2224 2368 2696 -2284 2164 -2204 -2564 2696 -2524 2540 2684 2384 2376 2444 2348 2272 2368 2168 2548 2584 2584 -2380 2188 -2584 -2164 -2560 2652 -2348 2656 -2544 2500 2168 -2204 2684 2636 2692 2424 -2300 -2260 -2568 2184 2648 2344 2532 -2216 -2696 -2480 2380 2340 2304 -2624 2544 2660 -2212 2444 -2456 2664 2208 2624 2696 -2632 2420 2616 -2676 -2664 -2528 -2656 -2636 -2424 2492 -2632 -2200 -2492 2592 -2388 2512 2656 2316 -2244 -2324 2320 2696 -2464 2292 -2160 2576 -2248 -2504 2468 -2280 2560 -2352 2652 2332 2656 -2168 -2328 2284 2568 -2352 2544 2292 -2640 -2396 -2272 -2380 -2640 2344 -2484 -2224 2636 -2648 -2480 -2532 2580 -2624 2664 2596 2204 -2656 2252 2332 2656 2508 2256 -2292 2208 2200 -2620 2512 -2160 2624 2628 2244 -2552 -2272 2592 -2552 2200 -2580 2476 -2528 2632 2492 -2620 2536 2352 -2672 -2620 -2408 -2420 2376 2292 2416 2680 2164 2208 -2372 -2620 2580 -2284 -2228 2452 2664 -2200 2600 -2504 2588 -2392 2304 -2524 2452 -2624 -2632 -2664 2232 2624 -2572 -2596 2428 2672 -2420 -2204 -2664 -2228 2624 2468 2516 2428 2252 -2496 -2496 2600 -2356 2160 2296 -2672 -2320 -2252 -2656 -2468 2696 2484 2608 -2504 2636 -2420 -2696 -2428 2596 2564 -2616 2356 -2176 2216 2348 2388 -2520 -2556 2600 -2208 2292 2188 2540 -2580 -2632 -2552 -2672 -2624 2232 2332 -2632 2544 -2372 -2484 2332 2200 -2264 2416 2592 2688 2456 2340
300.55/303.39	c 303	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
300.66/303.44	c 303	CPU 258.19 (0.03 0.02 258.16 42.46)
300.66/303.44	c 303	END Sat Jul  5 09:19:09 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-1086947-1215242045/watcher-1086947-1215242045 -o /tmp/evaluation-result-1086947-1215242045/solver-1086947-1215242045 -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-1086947-1215242045.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: 2.00 2.03 2.01 4/83 31737
/proc/meminfo: memFree=962696/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=24 CPUtime=0
/proc/31737/stat : 31737 (sugar) D 31735 31737 31559 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 257192475 24576 1 996147200 0 0 548682069405 18446744073709551615 269807578407 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/31737/statm: 6 1 0 0 0 1 0

[startup+0.0556331 s]
/proc/loadavg: 2.00 2.03 2.01 4/83 31737
/proc/meminfo: memFree=962696/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=3672 CPUtime=0
/proc/31737/stat : 31737 (sugar) D 31735 31737 31559 0 -1 4194304 47 0 2 0 0 0 0 0 18 0 1 0 257192475 3760128 34 996147200 4194304 4206940 548682068608 18446744073709551615 269804962512 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/31737/statm: 918 34 26 3 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3672

[startup+0.101637 s]
/proc/loadavg: 2.00 2.03 2.01 4/83 31737
/proc/meminfo: memFree=962696/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=12268 CPUtime=0
/proc/31737/stat : 31737 (sugar) D 31735 31737 31559 0 -1 4194304 347 0 5 0 0 0 0 0 18 0 1 0 257192475 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/31737/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301662 s]
/proc/loadavg: 2.00 2.03 2.01 4/83 31737
/proc/meminfo: memFree=962696/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=0.03
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 895 126 5 1 2 1 0 0 16 0 1 0 257192475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31737/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701709 s]
/proc/loadavg: 2.00 2.03 2.01 4/83 31737
/proc/meminfo: memFree=962696/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=0.03
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 895 126 5 1 2 1 0 0 16 0 1 0 257192475 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31737/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50515 s]
/proc/loadavg: 2.00 2.03 2.01 3/94 31759
/proc/meminfo: memFree=945136/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=0.58
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 969 6711 5 64 2 1 49 6 15 0 1 0 257192475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 797 370 3 0 500 0
[pid=31750] ppid=31737 vsize=5356 CPUtime=0
/proc/31750/stat : 31750 (sh) S 31737 31737 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257192569 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31750/statm: 1339 233 193 169 0 50 0
[pid=31751] ppid=31750 vsize=866520 CPUtime=0.54
/proc/31751/stat : 31751 (java) S 31750 31737 31559 0 -1 0 4909 0 3 0 50 4 0 0 20 0 9 0 257192569 887316480 4329 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31751/statm: 216630 4330 1732 9 0 211205 0
[pid=31751/tid=31752] ppid=31750 vsize=866520 CPUtime=0.34
/proc/31751/task/31752/stat : 31752 (java) R 31750 31737 31559 0 -1 64 2657 0 3 0 33 1 0 0 25 0 9 0 257192570 887316480 4335 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31753] ppid=31750 vsize=866520 CPUtime=0.04
/proc/31751/task/31753/stat : 31753 (java) S 31750 31737 31559 0 -1 64 632 0 0 0 3 1 0 0 16 0 9 0 257192571 887316480 4338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31754] ppid=31750 vsize=866680 CPUtime=0
/proc/31751/task/31754/stat : 31754 (java) S 31750 31737 31559 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 257192572 887480320 4340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31755] ppid=31750 vsize=866680 CPUtime=0
/proc/31751/task/31755/stat : 31755 (java) S 31750 31737 31559 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 257192572 887480320 4341 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31756] ppid=31750 vsize=866680 CPUtime=0
/proc/31751/task/31756/stat : 31756 (java) S 31750 31737 31559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257192573 887480320 4343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31757] ppid=31750 vsize=866680 CPUtime=0.13
/proc/31751/task/31757/stat : 31757 (java) R 31750 31737 31559 0 -1 64 947 0 0 0 13 0 0 0 16 0 9 0 257192573 887480320 4347 996147200 134512640 134550740 4294955952 18446744073709551615 6002299 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31758] ppid=31750 vsize=866680 CPUtime=0
/proc/31751/task/31758/stat : 31758 (java) S 31750 31737 31559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257192573 887480320 4351 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31759] ppid=31750 vsize=866680 CPUtime=0
/proc/31751/task/31759/stat : 31759 (java) S 31750 31737 31559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257192573 887480320 4353 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 885476

[startup+3.10296 s]
/proc/loadavg: 2.00 2.03 2.01 3/94 31759
/proc/meminfo: memFree=930288/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=0.58
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 969 6711 5 64 2 1 49 6 15 0 1 0 257192475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 797 370 3 0 500 0
[pid=31750] ppid=31737 vsize=5356 CPUtime=0
/proc/31750/stat : 31750 (sh) S 31737 31737 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257192569 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31750/statm: 1339 233 193 169 0 50 0
[pid=31751] ppid=31750 vsize=868416 CPUtime=2.14
/proc/31751/stat : 31751 (java) S 31750 31737 31559 0 -1 0 9149 0 3 0 207 7 0 0 20 0 9 0 257192569 889257984 8228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31751/statm: 217104 8228 2540 9 0 211679 0
[pid=31751/tid=31752] ppid=31750 vsize=868416 CPUtime=1.62
/proc/31751/task/31752/stat : 31752 (java) R 31750 31737 31559 0 -1 64 2804 0 3 0 160 2 0 0 25 0 9 0 257192570 889257984 8228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31753] ppid=31750 vsize=868416 CPUtime=0.29
/proc/31751/task/31753/stat : 31753 (java) R 31750 31737 31559 0 -1 64 4182 0 0 0 27 2 0 0 15 0 9 0 257192571 889257984 8228 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31754] ppid=31750 vsize=868416 CPUtime=0
/proc/31751/task/31754/stat : 31754 (java) S 31750 31737 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257192572 889257984 8228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31755] ppid=31750 vsize=868416 CPUtime=0
/proc/31751/task/31755/stat : 31755 (java) S 31750 31737 31559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 257192572 889257984 8228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31756] ppid=31750 vsize=868416 CPUtime=0
/proc/31751/task/31756/stat : 31756 (java) S 31750 31737 31559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257192573 889257984 8228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31757] ppid=31750 vsize=868416 CPUtime=0.19
/proc/31751/task/31757/stat : 31757 (java) S 31750 31737 31559 0 -1 64 1471 0 0 0 18 1 0 0 15 0 9 0 257192573 889257984 8228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31758] ppid=31750 vsize=868416 CPUtime=0
/proc/31751/task/31758/stat : 31758 (java) S 31750 31737 31559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257192573 889257984 8228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31759] ppid=31750 vsize=868416 CPUtime=0
/proc/31751/task/31759/stat : 31759 (java) S 31750 31737 31559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257192573 889257984 8228 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 887372

[startup+6.30231 s]
/proc/loadavg: 2.00 2.03 2.01 4/94 31759
/proc/meminfo: memFree=894256/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=0.58
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 969 6711 5 64 2 1 49 6 15 0 1 0 257192475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 797 370 3 0 500 0
[pid=31750] ppid=31737 vsize=5356 CPUtime=0
/proc/31750/stat : 31750 (sh) S 31737 31737 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257192569 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31750/statm: 1339 233 193 169 0 50 0
[pid=31751] ppid=31750 vsize=868464 CPUtime=5.31
/proc/31751/stat : 31751 (java) S 31750 31737 31559 0 -1 0 18767 0 4 0 518 13 0 0 20 0 9 0 257192569 889307136 12506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31751/statm: 217116 12506 2566 9 0 211663 0
[pid=31751/tid=31752] ppid=31750 vsize=868464 CPUtime=4.01
/proc/31751/task/31752/stat : 31752 (java) R 31750 31737 31559 0 -1 64 3314 0 4 0 398 3 0 0 25 0 9 0 257192570 889307136 12506 996147200 134512640 134550740 4294955952 18446744073709551615 4126994503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31753] ppid=31750 vsize=868464 CPUtime=1.03
/proc/31751/task/31753/stat : 31753 (java) S 31750 31737 31559 0 -1 64 13255 0 0 0 96 7 0 0 16 0 9 0 257192571 889307136 12506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31754] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31754/stat : 31754 (java) S 31750 31737 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257192572 889307136 12506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31755] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31755/stat : 31755 (java) S 31750 31737 31559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 257192572 889307136 12506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31756] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31756/stat : 31756 (java) S 31750 31737 31559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257192573 889307136 12506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31757] ppid=31750 vsize=868464 CPUtime=0.23
/proc/31751/task/31757/stat : 31757 (java) S 31750 31737 31559 0 -1 64 1506 0 0 0 22 1 0 0 15 0 9 0 257192573 889307136 12506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31758] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31758/stat : 31758 (java) S 31750 31737 31559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257192573 889307136 12506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31759] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31759/stat : 31759 (java) S 31750 31737 31559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257192573 889307136 12506 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 887420

[startup+12.703 s]
/proc/loadavg: 2.00 2.03 2.01 3/94 31759
/proc/meminfo: memFree=859328/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=0.58
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 969 6711 5 64 2 1 49 6 15 0 1 0 257192475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31737/statm: 3400 797 370 3 0 500 0
[pid=31750] ppid=31737 vsize=5356 CPUtime=0
/proc/31750/stat : 31750 (sh) S 31737 31737 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257192569 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31750/statm: 1339 233 193 169 0 50 0
[pid=31751] ppid=31750 vsize=868464 CPUtime=11.66
/proc/31751/stat : 31751 (java) S 31750 31737 31559 0 -1 0 19022 0 4 0 1134 32 0 0 20 0 9 0 257192569 889307136 12522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31751/statm: 217116 12522 2566 9 0 211663 0
[pid=31751/tid=31752] ppid=31750 vsize=868464 CPUtime=10.23
/proc/31751/task/31752/stat : 31752 (java) R 31750 31737 31559 0 -1 64 3555 0 4 0 1003 20 0 0 25 0 9 0 257192570 889307136 12522 996147200 134512640 134550740 4294955952 18446744073709551615 4126487049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31751/tid=31753] ppid=31750 vsize=868464 CPUtime=1.14
/proc/31751/task/31753/stat : 31753 (java) S 31750 31737 31559 0 -1 64 13255 0 0 0 105 9 0 0 16 0 9 0 257192571 889307136 12522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31751/tid=31754] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31754/stat : 31754 (java) S 31750 31737 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257192572 889307136 12522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31755] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31755/stat : 31755 (java) S 31750 31737 31559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 257192572 889307136 12522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31756] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31756/stat : 31756 (java) S 31750 31737 31559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257192573 889307136 12522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31757] ppid=31750 vsize=868464 CPUtime=0.26
/proc/31751/task/31757/stat : 31757 (java) S 31750 31737 31559 0 -1 64 1520 0 0 0 25 1 0 0 17 0 9 0 257192573 889307136 12522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31751/tid=31758] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31758/stat : 31758 (java) S 31750 31737 31559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257192573 889307136 12522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31759] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31759/stat : 31759 (java) S 31750 31737 31559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257192573 889307136 12522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 887420

[startup+25.5014 s]
/proc/loadavg: 2.08 2.04 2.01 3/94 31759
/proc/meminfo: memFree=775616/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=0.58
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 969 6711 5 64 2 1 49 6 16 0 1 0 257192475 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31737/statm: 3400 797 370 3 0 500 0
[pid=31750] ppid=31737 vsize=5356 CPUtime=0
/proc/31750/stat : 31750 (sh) S 31737 31737 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257192569 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31750/statm: 1339 233 193 169 0 50 0
[pid=31751] ppid=31750 vsize=868464 CPUtime=24.01
/proc/31751/stat : 31751 (java) S 31750 31737 31559 0 -1 0 19518 0 4 0 2332 69 0 0 20 0 9 0 257192569 889307136 12526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31751/statm: 217116 12526 2566 9 0 211663 0
[pid=31751/tid=31752] ppid=31750 vsize=868464 CPUtime=22.37
/proc/31751/task/31752/stat : 31752 (java) R 31750 31737 31559 0 -1 64 4047 0 4 0 2183 54 0 0 25 0 9 0 257192570 889307136 12526 996147200 134512640 134550740 4294955952 18446744073709551615 4126995536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31751/tid=31753] ppid=31750 vsize=868464 CPUtime=1.33
/proc/31751/task/31753/stat : 31753 (java) S 31750 31737 31559 0 -1 64 13255 0 0 0 122 11 0 0 16 0 9 0 257192571 889307136 12526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31751/tid=31754] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31754/stat : 31754 (java) S 31750 31737 31559 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257192572 889307136 12526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31755] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31755/stat : 31755 (java) S 31750 31737 31559 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 257192572 889307136 12526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/31751/task/31757/stat : 31757 (java) S 31750 31737 31559 0 -1 64 1524 0 0 0 26 1 0 0 16 0 9 0 257192573 889307136 12526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31751/tid=31758] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31758/stat : 31758 (java) S 31750 31737 31559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257192573 889307136 12526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31751/tid=31759] ppid=31750 vsize=868464 CPUtime=0
/proc/31751/task/31759/stat : 31759 (java) S 31750 31737 31559 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257192573 889307136 12526 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.59
Current children cumulated vsize (KiB) 887420

[startup+51.1011 s]
/proc/loadavg: 2.13 2.06 2.01 3/86 31761
/proc/meminfo: memFree=558208/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=39.85
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1017 27539 5 68 3 2 3822 158 16 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31760] ppid=31737 vsize=5356 CPUtime=0
/proc/31760/stat : 31760 (sh) S 31737 31737 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257196574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31760/statm: 1339 232 193 169 0 50 0
[pid=31761] ppid=31760 vsize=106860 CPUtime=10.05
/proc/31761/stat : 31761 (picosat) R 31760 31737 31559 0 -1 4194304 20260 0 0 0 459 546 0 0 25 0 1 0 257196574 109424640 20246 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/31761/statm: 26715 20246 40 102 0 26610 0
Current children cumulated CPU time (s) 49.9
Current children cumulated vsize (KiB) 125816

[startup+102.307 s]
/proc/loadavg: 2.10 2.06 2.01 3/84 31796
/proc/meminfo: memFree=1372240/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=39.85
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1017 27539 5 68 3 2 3822 158 16 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31760] ppid=31737 vsize=5356 CPUtime=0
/proc/31760/stat : 31760 (sh) S 31737 31737 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257196574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31760/statm: 1339 232 193 169 0 50 0
[pid=31761] ppid=31760 vsize=315384 CPUtime=61.04
/proc/31761/stat : 31761 (picosat) R 31760 31737 31559 0 -1 4194304 69543 0 0 0 2751 3353 0 0 25 0 1 0 257196574 322953216 69529 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/31761/statm: 78846 69529 40 102 0 78741 0
Current children cumulated CPU time (s) 100.89
Current children cumulated vsize (KiB) 334340

[startup+162.301 s]
/proc/loadavg: 2.03 2.05 2.01 3/87 31838
/proc/meminfo: memFree=1171064/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=39.85
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1017 27539 5 68 3 2 3822 158 16 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31760] ppid=31737 vsize=5356 CPUtime=0
/proc/31760/stat : 31760 (sh) S 31737 31737 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257196574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31760/statm: 1339 232 193 169 0 50 0
[pid=31761] ppid=31760 vsize=377812 CPUtime=120.58
/proc/31761/stat : 31761 (picosat) R 31760 31737 31559 0 -1 4194304 83242 0 0 0 7984 4074 0 0 25 0 1 0 257196574 386879488 83228 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/31761/statm: 94453 83228 42 102 0 94348 0
Current children cumulated CPU time (s) 160.43
Current children cumulated vsize (KiB) 396768

[startup+222.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 31838
/proc/meminfo: memFree=1029240/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=39.85
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1017 27539 5 68 3 2 3822 158 16 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31760] ppid=31737 vsize=5356 CPUtime=0
/proc/31760/stat : 31760 (sh) S 31737 31737 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257196574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31760/statm: 1339 232 193 169 0 50 0
[pid=31761] ppid=31760 vsize=377812 CPUtime=180.06
/proc/31761/stat : 31761 (picosat) R 31760 31737 31559 0 -1 4194304 83294 0 0 0 13932 4074 0 0 25 0 1 0 257196574 386879488 83280 996147200 134512640 134931368 4294956256 18446744073709551615 134522694 0 0 4096 0 0 0 0 17 1 0 0
/proc/31761/statm: 94453 83280 42 102 0 94348 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 396768

[startup+282.303 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 31838
/proc/meminfo: memFree=894200/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=39.85
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1017 27539 5 68 3 2 3822 158 16 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31760] ppid=31737 vsize=5356 CPUtime=0
/proc/31760/stat : 31760 (sh) S 31737 31737 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257196574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31760/statm: 1339 232 193 169 0 50 0
[pid=31761] ppid=31760 vsize=377812 CPUtime=239.82
/proc/31761/stat : 31761 (picosat) R 31760 31737 31559 0 -1 4194304 83303 0 0 0 19908 4074 0 0 25 0 1 0 257196574 386879488 83289 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/31761/statm: 94453 83289 42 102 0 94348 0
Current children cumulated CPU time (s) 279.67
Current children cumulated vsize (KiB) 396768

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

[startup+294.301 s]
/proc/loadavg: 2.16 2.06 2.01 3/87 31838
/proc/meminfo: memFree=867384/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=39.85
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1017 27539 5 68 3 2 3822 158 16 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31760] ppid=31737 vsize=5356 CPUtime=0
/proc/31760/stat : 31760 (sh) S 31737 31737 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257196574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31760/statm: 1339 232 193 169 0 50 0
[pid=31761] ppid=31760 vsize=377812 CPUtime=251.76
/proc/31761/stat : 31761 (picosat) R 31760 31737 31559 0 -1 4194304 83303 0 0 0 21102 4074 0 0 25 0 1 0 257196574 386879488 83289 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31761/statm: 94453 83289 42 102 0 94348 0
Current children cumulated CPU time (s) 291.61
Current children cumulated vsize (KiB) 396768

[startup+297.503 s]
/proc/loadavg: 2.15 2.06 2.01 3/87 31838
/proc/meminfo: memFree=860792/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=39.85
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1017 27539 5 68 3 2 3822 158 16 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31760] ppid=31737 vsize=5356 CPUtime=0
/proc/31760/stat : 31760 (sh) S 31737 31737 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257196574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31760/statm: 1339 232 193 169 0 50 0
[pid=31761] ppid=31760 vsize=377812 CPUtime=254.94
/proc/31761/stat : 31761 (picosat) R 31760 31737 31559 0 -1 4194304 83306 0 0 0 21420 4074 0 0 25 0 1 0 257196574 386879488 83292 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/31761/statm: 94453 83292 42 102 0 94348 0
Current children cumulated CPU time (s) 294.79
Current children cumulated vsize (KiB) 396768

[startup+300.702 s]
/proc/loadavg: 2.14 2.06 2.01 3/87 31838
/proc/meminfo: memFree=853816/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=39.85
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1017 27539 5 68 3 2 3822 158 16 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31760] ppid=31737 vsize=5356 CPUtime=0
/proc/31760/stat : 31760 (sh) S 31737 31737 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257196574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31760/statm: 1339 232 193 169 0 50 0
[pid=31761] ppid=31760 vsize=377812 CPUtime=258.12
/proc/31761/stat : 31761 (picosat) R 31760 31737 31559 0 -1 4194304 83309 0 0 0 21738 4074 0 0 25 0 1 0 257196574 386879488 83295 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/31761/statm: 94453 83295 42 102 0 94348 0
Current children cumulated CPU time (s) 297.97
Current children cumulated vsize (KiB) 396768

[startup+302.302 s]
/proc/loadavg: 2.14 2.06 2.01 3/87 31838
/proc/meminfo: memFree=849400/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=39.85
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1017 27539 5 68 3 2 3822 158 16 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31760] ppid=31737 vsize=5356 CPUtime=0
/proc/31760/stat : 31760 (sh) S 31737 31737 31559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 257196574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31760/statm: 1339 232 193 169 0 50 0
[pid=31761] ppid=31760 vsize=345044 CPUtime=259.72
/proc/31761/stat : 31761 (picosat) R 31760 31737 31559 0 -1 4194304 83318 0 0 0 21894 4078 0 0 25 0 1 0 257196574 353325056 76295 996147200 134512640 134931368 4294956256 18446744073709551615 134581914 0 0 4096 0 0 0 0 17 1 0 0
/proc/31761/statm: 86261 76295 47 102 0 86156 0
Current children cumulated CPU time (s) 299.57
Current children cumulated vsize (KiB) 364000

[startup+303.101 s]
/proc/loadavg: 2.14 2.06 2.01 3/88 31841
/proc/meminfo: memFree=1175088/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=299.66
/proc/31737/stat : 31737 (sugar) S 31735 31737 31559 0 -1 4194304 1086 111143 5 68 3 2 25719 4242 15 0 1 0 257192475 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31737/statm: 3400 799 370 3 0 500 0
[pid=31839] ppid=31737 vsize=5356 CPUtime=0
/proc/31839/stat : 31839 (sh) S 31737 31737 31559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257222713 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31839/statm: 1339 233 193 169 0 50 0
[pid=31840] ppid=31839 vsize=864364 CPUtime=0.69
/proc/31840/stat : 31840 (java) S 31839 31737 31559 0 -1 0 4620 0 1 0 66 3 0 0 19 0 9 0 257222714 885108736 4081 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31840/statm: 216091 4081 1678 9 0 210673 0
[pid=31840/tid=31841] ppid=31839 vsize=864364 CPUtime=0.59
/proc/31840/task/31841/stat : 31841 (java) R 31839 31737 31559 0 -1 64 2489 0 1 0 58 1 0 0 25 0 9 0 257222715 885108736 4081 996147200 134512640 134550740 4294956000 18446744073709551615 4126517484 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 300.35
Current children cumulated vsize (KiB) 883320

[startup+303.501 s]
/proc/loadavg: 2.14 2.06 2.01 3/85 31848
/proc/meminfo: memFree=1324040/2055920 swapFree=4180000/4192956
[pid=31737] ppid=31735 vsize=13600 CPUtime=300.73
/proc/31737/stat : 31737 (sugar) R 31735 31737 31559 0 -1 4194304 1114 116133 5 69 3 8 25816 4246 16 0 1 0 257192475 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 0 0 0
/proc/31737/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 300.73
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 303.553
CPU time (s): 300.795
CPU user time (s): 258.194
CPU system time (s): 42.6015
CPU usage (%): 99.0917
Max. virtual memory (cumulated for all children) (KiB): 897808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 258.194
system time used= 42.6015
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117277
page faults= 74
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18307
involuntary context switches= 24092

runsolver used 0.330949 second user time and 0.84987 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 09:14:05
IDJOB=1086947
IDBENCH=57906
IDSOLVER=345
FILE ID=node81/1086947-1215242045
PBS_JOBID= 7881999
Free space on /tmp= 124936 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp04/normalized-fapp04-0300-5.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-1086947-1215242045/watcher-1086947-1215242045 -o /tmp/evaluation-result-1086947-1215242045/solver-1086947-1215242045 -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-1086947-1215242045.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b390cbd2e7aec20d5f3a2cc4b660065
RANDOM SEED=495655458

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        963368 kB
Buffers:          3656 kB
Cached:         841324 kB
SwapCached:       4680 kB
Active:         741364 kB
Inactive:       265412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        963368 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:          157800 kB
Writeback:           0 kB
Mapped:         181060 kB
Slab:            70680 kB
Committed_AS:   815784 kB
PageTables:       2048 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126816 MiB
End job on node81 at 2008-07-05 09:19:09