Trace number 2083698

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 265.779 270.163

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-4.xml
MD5SUM650642c90363cbf82efaaeb884e45b3c
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 benchmark25.7811
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:53:56 2009
0.00/0.08	c 0	PID 25550
0.06/0.08	c 0	HOST node51.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083698-1247378036.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083698-1247378036.xml' 'HOME/temp.csp'
0.06/0.87	c 1	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.06/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.90	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.98	c 1	Parsing HOME/temp.csp
0.92/1.10	c 1	parsed 3681 expressions
1.02/1.11	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.11	c 1	Converting to clausal form CSP
1.21/1.31	c 2	converted 369 (10%) expressions
1.91/2.08	c 2	converted 737 (20%) expressions
2.50/2.64	c 3	converted 1105 (30%) expressions
2.90/3.05	c 3	converted 1473 (40%) expressions
3.39/3.53	c 4	converted 1841 (50%) expressions
3.68/3.81	c 4	converted 2209 (60%) expressions
4.08/4.22	c 5	converted 2577 (70%) expressions
4.48/4.67	c 5	converted 2945 (80%) expressions
4.78/4.96	c 5	converted 3313 (90%) expressions
5.18/5.32	c 6	converted 3681 (100%) expressions
5.18/5.32	c 6	CSP : 598 integers, 9543 booleans, 20348 clauses, largest domain size 2697
5.18/5.32	c 6	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.18/5.32	c 6	Propagation in CSP
5.37/5.51	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.37/5.51	c 6	CSP : 598 integers, 9543 booleans, 20348 clauses, largest domain size 2697
5.37/5.51	c 6	Heap : 25 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.37/5.53	c 6	Simplifing CSP by introducing new Boolean variables
5.37/5.57	c 6	CSP : 598 integers, 16477 booleans, 27282 clauses, largest domain size 2697
5.37/5.57	c 6	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.66/5.85	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.96/6.14	c 6	60 (10%) CSP integer variables are encoded (11833 clauses, 155465 bytes)
6.16/6.38	c 7	120 (20%) CSP integer variables are encoded (23990 clauses, 337820 bytes)
6.46/6.64	c 7	180 (30%) CSP integer variables are encoded (36826 clauses, 530360 bytes)
6.65/6.87	c 7	240 (40%) CSP integer variables are encoded (48330 clauses, 702920 bytes)
6.95/7.12	c 7	299 (50%) CSP integer variables are encoded (61074 clauses, 894080 bytes)
7.05/7.28	c 8	359 (60%) CSP integer variables are encoded (188145 clauses, 2977078 bytes)
7.25/7.42	c 8	419 (70%) CSP integer variables are encoded (296679 clauses, 4822156 bytes)
7.35/7.58	c 8	479 (80%) CSP integer variables are encoded (409999 clauses, 6748596 bytes)
7.55/7.71	c 8	539 (90%) CSP integer variables are encoded (508153 clauses, 8417214 bytes)
7.64/7.86	c 8	598 (100%) CSP integer variables are encoded (624076 clauses, 10387905 bytes)
9.72/9.91	c 10	2729 (10%) CSP clauses are encoded (1225875 clauses, 24473293 bytes)
11.78/12.22	c 13	5457 (20%) CSP clauses are encoded (1937136 clauses, 41318403 bytes)
13.27/13.76	c 14	8185 (30%) CSP clauses are encoded (2442137 clauses, 53291240 bytes)
14.84/15.35	c 16	10913 (40%) CSP clauses are encoded (3016498 clauses, 66959833 bytes)
16.32/16.85	c 17	13641 (50%) CSP clauses are encoded (3554116 clauses, 79826397 bytes)
18.50/19.03	c 19	16370 (60%) CSP clauses are encoded (4374288 clauses, 99585923 bytes)
19.88/20.40	c 21	19098 (70%) CSP clauses are encoded (4888490 clauses, 111805549 bytes)
21.95/22.59	c 23	21826 (80%) CSP clauses are encoded (5725476 clauses, 132028377 bytes)
24.02/24.65	c 25	24554 (90%) CSP clauses are encoded (6532748 clauses, 151362896 bytes)
25.73/26.74	c 27	27282 (100%) CSP clauses are encoded (7165729 clauses, 166751118 bytes)
25.73/26.74	c 27	27282 CSP clauses encoded
25.73/26.75	c 27	Writing map file : HOME/temp.map
25.73/26.77	c 27	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.73/26.77	c 27	SAT : 641151 SAT variables, 7165729 SAT clauses, 166751118 bytes
25.73/26.77	c 27	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.81/26.81	c 27	SOLVING HOME/temp.cnf
25.81/26.81	c 27	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
264.34/266.09	c 266	DECODING HOME/temp.out WITH HOME/temp.map
264.34/266.09	c 266	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
264.47/268.84	c 269	Decoding HOME/temp.out
265.56/269.97	s SATISFIABLE
265.56/269.99	v -2580 -2432 2372 2236 -2200 -2444 -2696 -2244 -2652 -2392 2656 2536 2520 -2396 -2364 -2460 -2504 2516 2188 -2264 -2300 -2632 2304 2456 2284 2572 2300 -2472 -2164 2628 -2160 2596 2260 -2696 2420 -2260 2552 2196 -2624 2184 2228 -2460 2596 2316 -2304 2288 -2556 2552 -2448 -2612 -2240 2628 2636 2476 -2292 -2636 -2228 -2208 2456 -2696 -2344 -2476 -2228 -2564 2684 -2524 -2532 2620 -2452 -2312 2564 2336 -2332 -2264 2160 -2592 -2632 2588 -2300 -2160 2548 -2248 2592 2656 2404 -2696 2548 2536 -2408 2208 -2656 2636 -2680 -2548 -2184 2224 -2496 -2248 2636 -2412 -2420 2532 2656 -2464 2200 -2408 2372 2588 -2548 -2636 2220 -2588 2444 -2676 -2200 -2664 -2588 2544 -2240 2576 2676 2676 2540 -2644 2624 2412 -2480 2616 2200 2500 2632 -2296 2496 -2628 -2264 -2244 -2300 2276 2656 -2508 -2300 2160 2616 2280 -2508 -2368 2168 2644 2328 -2640 -2304 -2656 2280 2416 -2284 2580 2380 -2588 -2352 -2548 -2344 2300 2200 -2640 -2304 2604 2260 2588 -2572 -2508 -2556 2580 -2688 2620 2628 -2200 2696 -2340 2240 2620 2496 -2204 2264 2368 2268 -2644 -2500 2160 -2652 -2592 -2188 2540 -2224 -2664 2536 -2200 2604 2484 2456 2696 -2460 -2620 2532 -2392 2676 -2676 2224 2160 2432 -2292 2388 -2588 2160 -2200 -2280 2532 -2572 -2340 2224 2540 -2612 2324 -2604 2376 2632 2420 2344 2524 2440 -2636 -2672 -2548 -2260 2636 -2596 2596 -2408 2504 -2340 2516 -2648 2236 -2672 -2456 -2444 -2420 -2260 -2436 2484 -2600 -2304 -2308 -2252 2656 2208 2252 -2628 -2444 -2668 -2628 -2612 2508 -2636 2432 2580 -2404 2664 2592 2588 -2496 2572 -2244 -2392 -2352 -2468 -2496 -2632 -2240 -2300 2196 2576 -2572 2604 -2560 2592 -2660 -2204 -2392 -2624 -2336 -2352 2484 -2392 -2188 2300 2352 -2564 -2676 -2428 -2340
265.56/270.00	c 270	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
265.66/270.05	c 270	CPU 265.68 (0.06 0.02 229.74 35.86)
265.66/270.05	c 270	END Sun Jul 12 07:58:26 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083698-1247378036/watcher-2083698-1247378036 -o /tmp/evaluation-result-2083698-1247378036/solver-2083698-1247378036 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083698-1247378036.xml 

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


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25550
/proc/meminfo: memFree=1612160/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=12268 CPUtime=0
/proc/25550/stat : 25550 (sugar) R 25548 25550 25513 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24867132 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 235371461221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25550/statm: 3067 316 241 3 0 167 0

[startup+0.0812739 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25550
/proc/meminfo: memFree=1612160/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16740 CPUtime=0.06
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24867132 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101022 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25550
/proc/meminfo: memFree=1612160/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=0.06
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24867132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301755 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25550
/proc/meminfo: memFree=1612160/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=0.06
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24867132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701796 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 25550
/proc/meminfo: memFree=1612160/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=0.06
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24867132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50187 s]
/proc/loadavg: 1.85 1.97 1.99 4/85 25572
/proc/meminfo: memFree=1604392/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=0.84
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1309 6867 0 1 5 2 73 4 16 0 1 0 24867132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1111 409 3 0 796 0
[pid=25563] ppid=25550 vsize=5356 CPUtime=0
/proc/25563/stat : 25563 (sh) S 25550 25550 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867222 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25563/statm: 1339 233 193 169 0 50 0
[pid=25564] ppid=25563 vsize=868480 CPUtime=0.57
/proc/25564/stat : 25564 (java) S 25563 25550 25513 0 -1 0 5526 0 1 0 53 4 0 0 18 0 9 0 24867222 889323520 4940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 217120 4940 1742 9 0 211625 0
[pid=25564/tid=25565] ppid=25563 vsize=868480 CPUtime=0.38
/proc/25564/task/25565/stat : 25565 (java) R 25563 25550 25513 0 -1 64 2671 0 1 0 37 1 0 0 22 0 9 0 24867223 889323520 4940 996147200 134512640 134550932 4294955936 18446744073709551615 4125960326 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25563 vsize=868480 CPUtime=0.03
/proc/25564/task/25566/stat : 25566 (java) S 25563 25550 25513 0 -1 64 708 0 0 0 3 0 0 0 16 0 9 0 24867224 889323520 4940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25563 vsize=868480 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25563 25550 25513 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24867225 889323520 4940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25568] ppid=25563 vsize=868480 CPUtime=0
/proc/25564/task/25568/stat : 25568 (java) S 25563 25550 25513 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24867225 889323520 4940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25563 vsize=868480 CPUtime=0
/proc/25564/task/25569/stat : 25569 (java) S 25563 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867227 889323520 4940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25563 vsize=868480 CPUtime=0.13
/proc/25564/task/25570/stat : 25570 (java) S 25563 25550 25513 0 -1 64 1454 0 0 0 12 1 0 0 16 0 9 0 24867227 889323520 4940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25563 vsize=868480 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25563 25550 25513 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867227 889323520 4940 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25563 vsize=868480 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25563 25550 25513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867227 889323520 4940 996147200 134512640 134550932 4294955936 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) 890704

[startup+3.10301 s]
/proc/loadavg: 1.86 1.97 1.99 3/85 25572
/proc/meminfo: memFree=1592552/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=0.84
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1309 6867 0 1 5 2 73 4 15 0 1 0 24867132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1111 409 3 0 796 0
[pid=25563] ppid=25550 vsize=5356 CPUtime=0
/proc/25563/stat : 25563 (sh) S 25550 25550 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867222 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25563/statm: 1339 233 193 169 0 50 0
[pid=25564] ppid=25563 vsize=868564 CPUtime=2.16
/proc/25564/stat : 25564 (java) S 25563 25550 25513 0 -1 0 9098 0 1 0 209 7 0 0 18 0 9 0 24867222 889409536 8193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 217141 8193 2566 9 0 211646 0
[pid=25564/tid=25565] ppid=25563 vsize=868564 CPUtime=1.68
/proc/25564/task/25565/stat : 25565 (java) R 25563 25550 25513 0 -1 64 2815 0 1 0 166 2 0 0 25 0 9 0 24867223 889409536 8193 996147200 134512640 134550932 4294955936 18446744073709551615 4126509136 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25563 vsize=868564 CPUtime=0.28
/proc/25564/task/25566/stat : 25566 (java) S 25563 25550 25513 0 -1 64 4109 0 0 0 25 3 0 0 16 0 9 0 24867224 889409536 8193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25563 vsize=868564 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25563 25550 25513 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867225 889409536 8193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25568] ppid=25563 vsize=868564 CPUtime=0
/proc/25564/task/25568/stat : 25568 (java) S 25563 25550 25513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24867225 889409536 8193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25563 vsize=868564 CPUtime=0
/proc/25564/task/25569/stat : 25569 (java) S 25563 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867227 889409536 8193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25563 vsize=868564 CPUtime=0.18
/proc/25564/task/25570/stat : 25570 (java) S 25563 25550 25513 0 -1 64 1476 0 0 0 17 1 0 0 15 0 9 0 24867227 889409536 8193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25563 vsize=868564 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25563 25550 25513 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867227 889409536 8193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25563 vsize=868564 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25563 25550 25513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867227 889409536 8193 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890788

[startup+6.3023 s]
/proc/loadavg: 1.86 1.97 1.99 3/85 25572
/proc/meminfo: memFree=1569840/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=0.84
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1310 6867 0 1 5 2 73 4 15 0 1 0 24867132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1111 409 3 0 796 0
[pid=25563] ppid=25550 vsize=5356 CPUtime=0
/proc/25563/stat : 25563 (sh) S 25550 25550 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867222 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25563/statm: 1339 233 193 169 0 50 0
[pid=25564] ppid=25563 vsize=868676 CPUtime=5.32
/proc/25564/stat : 25564 (java) S 25563 25550 25513 0 -1 0 19070 0 1 0 519 13 0 0 18 0 9 0 24867222 889524224 12756 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 217169 12756 2592 9 0 211646 0
[pid=25564/tid=25565] ppid=25563 vsize=868676 CPUtime=4.05
/proc/25564/task/25565/stat : 25565 (java) R 25563 25550 25513 0 -1 64 3327 0 1 0 402 3 0 0 25 0 9 0 24867223 889524224 12756 996147200 134512640 134550932 4294955936 18446744073709551615 4125950628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25563 vsize=868676 CPUtime=1.02
/proc/25564/task/25566/stat : 25566 (java) S 25563 25550 25513 0 -1 64 13523 0 0 0 94 8 0 0 16 0 9 0 24867224 889524224 12756 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25563 25550 25513 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867225 889524224 12756 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25568] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25568/stat : 25568 (java) S 25563 25550 25513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24867225 889524224 12756 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25569/stat : 25569 (java) S 25563 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867227 889524224 12756 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25563 vsize=868676 CPUtime=0.22
/proc/25564/task/25570/stat : 25570 (java) S 25563 25550 25513 0 -1 64 1522 0 0 0 21 1 0 0 15 0 9 0 24867227 889524224 12756 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25563 25550 25513 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867227 889524224 12756 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25563 25550 25513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867227 889524224 12756 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890900

[startup+12.7029 s]
/proc/loadavg: 1.96 1.98 1.99 3/85 25572
/proc/meminfo: memFree=1527984/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=0.84
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1310 6867 0 1 5 2 73 4 16 0 1 0 24867132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1111 409 3 0 796 0
[pid=25563] ppid=25550 vsize=5356 CPUtime=0
/proc/25563/stat : 25563 (sh) S 25550 25550 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867222 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25563/statm: 1339 233 193 169 0 50 0
[pid=25564] ppid=25563 vsize=868676 CPUtime=11.44
/proc/25564/stat : 25564 (java) S 25563 25550 25513 0 -1 0 19447 0 1 0 1102 42 0 0 18 0 9 0 24867222 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 217169 12779 2593 9 0 211646 0
[pid=25564/tid=25565] ppid=25563 vsize=868676 CPUtime=9.98
/proc/25564/task/25565/stat : 25565 (java) R 25563 25550 25513 0 -1 64 3686 0 1 0 968 30 0 0 25 0 9 0 24867223 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4126518995 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25563 vsize=868676 CPUtime=1.18
/proc/25564/task/25566/stat : 25566 (java) S 25563 25550 25513 0 -1 64 13523 0 0 0 108 10 0 0 16 0 9 0 24867224 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25563 25550 25513 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867225 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25568] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25568/stat : 25568 (java) S 25563 25550 25513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24867225 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25569/stat : 25569 (java) S 25563 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867227 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25570] ppid=25563 vsize=868676 CPUtime=0.25
/proc/25564/task/25570/stat : 25570 (java) S 25563 25550 25513 0 -1 64 1540 0 0 0 24 1 0 0 16 0 9 0 24867227 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25571] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25571/stat : 25571 (java) S 25563 25550 25513 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867227 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25572] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25572/stat : 25572 (java) S 25563 25550 25513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867227 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 890900

[startup+25.501 s]
/proc/loadavg: 2.12 2.02 2.01 3/85 25572
/proc/meminfo: memFree=1409200/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=0.84
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1310 6867 0 1 5 2 73 4 16 0 1 0 24867132 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1111 409 3 0 796 0
[pid=25563] ppid=25550 vsize=5356 CPUtime=0
/proc/25563/stat : 25563 (sh) S 25550 25550 25513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867222 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25563/statm: 1339 233 193 169 0 50 0
[pid=25564] ppid=25563 vsize=868676 CPUtime=23.88
/proc/25564/stat : 25564 (java) S 25563 25550 25513 0 -1 0 20309 0 1 0 2270 118 0 0 18 0 9 0 24867222 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25564/statm: 217169 12779 2593 9 0 211646 0
[pid=25564/tid=25565] ppid=25563 vsize=868676 CPUtime=22.05
/proc/25564/task/25565/stat : 25565 (java) D 25563 25550 25513 0 -1 64 4548 0 1 0 2106 99 0 0 25 0 9 0 24867223 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=25564/tid=25566] ppid=25563 vsize=868676 CPUtime=1.55
/proc/25564/task/25566/stat : 25566 (java) S 25563 25550 25513 0 -1 64 13523 0 0 0 139 16 0 0 16 0 9 0 24867224 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25567] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25567/stat : 25567 (java) S 25563 25550 25513 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867225 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25568] ppid=25563 vsize=868676 CPUtime=0
/proc/25564/task/25568/stat : 25568 (java) S 25563 25550 25513 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24867225 889524224 12779 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25564/tid=25569] ppid=25563 vsize=868676 CPUtime=0

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

/proc/25573/stat : 25573 (sh) S 25550 25550 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25573/statm: 1339 232 193 169 0 50 0
[pid=25574] ppid=25573 vsize=318788 CPUtime=134.89
/proc/25574/stat : 25574 (picosat) R 25573 25550 25513 0 -1 4194304 67690 0 0 0 10066 3423 0 0 25 0 1 0 24869813 326438912 67644 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 79697 67644 42 102 0 79592 0
Current children cumulated CPU time (s) 160.74
Current children cumulated vsize (KiB) 341012

[startup+222.302 s]
/proc/loadavg: 2.87 2.30 2.10 2/85 25623
/proc/meminfo: memFree=118368/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=25.85
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1366 27566 0 2 6 2 2445 132 16 0 1 0 24867132 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1114 409 3 0 796 0
[pid=25573] ppid=25550 vsize=5356 CPUtime=0
/proc/25573/stat : 25573 (sh) S 25550 25550 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25573/statm: 1339 232 193 169 0 50 0
[pid=25574] ppid=25573 vsize=318788 CPUtime=194.83
/proc/25574/stat : 25574 (picosat) R 25573 25550 25513 0 -1 4194304 67711 0 0 0 16048 3435 0 0 25 0 1 0 24869813 326438912 67665 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 79697 67665 42 102 0 79592 0
Current children cumulated CPU time (s) 220.68
Current children cumulated vsize (KiB) 341012

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

[startup+230.302 s]
/proc/loadavg: 2.88 2.31 2.11 3/85 25623
/proc/meminfo: memFree=53920/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=25.85
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1366 27566 0 2 6 2 2445 132 16 0 1 0 24867132 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1114 409 3 0 796 0
[pid=25573] ppid=25550 vsize=5356 CPUtime=0
/proc/25573/stat : 25573 (sh) S 25550 25550 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25573/statm: 1339 232 193 169 0 50 0
[pid=25574] ppid=25573 vsize=318788 CPUtime=202.84
/proc/25574/stat : 25574 (picosat) R 25573 25550 25513 0 -1 4194304 67724 0 0 0 16848 3436 0 0 25 0 1 0 24869813 326438912 67678 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 79697 67678 42 102 0 79592 0
Current children cumulated CPU time (s) 228.69
Current children cumulated vsize (KiB) 341012

[startup+255.903 s]
/proc/loadavg: 2.99 2.38 2.13 3/85 25623
/proc/meminfo: memFree=15008/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=25.85
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1366 27566 0 2 6 2 2445 132 16 0 1 0 24867132 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1114 409 3 0 796 0
[pid=25573] ppid=25550 vsize=5356 CPUtime=0
/proc/25573/stat : 25573 (sh) S 25550 25550 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25573/statm: 1339 232 193 169 0 50 0
[pid=25574] ppid=25573 vsize=318788 CPUtime=228.41
/proc/25574/stat : 25574 (picosat) R 25573 25550 25513 0 -1 4194304 67735 0 0 0 19400 3441 0 0 25 0 1 0 24869813 326438912 67689 996147200 134512640 134931368 4294956256 18446744073709551615 134523048 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 79697 67689 42 102 0 79592 0
Current children cumulated CPU time (s) 254.26
Current children cumulated vsize (KiB) 341012

[startup+262.302 s]
/proc/loadavg: 2.99 2.39 2.14 3/85 25623
/proc/meminfo: memFree=15200/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=25.85
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1366 27566 0 2 6 2 2445 132 16 0 1 0 24867132 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1114 409 3 0 796 0
[pid=25573] ppid=25550 vsize=5356 CPUtime=0
/proc/25573/stat : 25573 (sh) S 25550 25550 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25573/statm: 1339 232 193 169 0 50 0
[pid=25574] ppid=25573 vsize=318788 CPUtime=234.8
/proc/25574/stat : 25574 (picosat) R 25573 25550 25513 0 -1 4194304 67747 0 0 0 20038 3442 0 0 25 0 1 0 24869813 326438912 67701 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 79697 67701 42 102 0 79592 0
Current children cumulated CPU time (s) 260.65
Current children cumulated vsize (KiB) 341012

[startup+265.502 s]
/proc/loadavg: 2.99 2.40 2.14 3/85 25623
/proc/meminfo: memFree=15456/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=25.85
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1366 27566 0 2 6 2 2445 132 16 0 1 0 24867132 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1114 409 3 0 796 0
[pid=25573] ppid=25550 vsize=5356 CPUtime=0
/proc/25573/stat : 25573 (sh) S 25550 25550 25513 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24869813 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25573/statm: 1339 232 193 169 0 50 0
[pid=25574] ppid=25573 vsize=318788 CPUtime=237.99
/proc/25574/stat : 25574 (picosat) R 25573 25550 25513 0 -1 4194304 67752 0 0 0 20357 3442 0 0 25 0 1 0 24869813 326438912 67706 996147200 134512640 134931368 4294956256 18446744073709551615 134544816 0 0 4096 0 0 0 0 17 0 0 0
/proc/25574/statm: 79697 67706 42 102 0 79592 0
Current children cumulated CPU time (s) 263.84
Current children cumulated vsize (KiB) 341012

[startup+268.702 s]
/proc/loadavg: 2.99 2.41 2.15 2/85 25625
/proc/meminfo: memFree=266144/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=264.45
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1429 95611 0 2 6 2 22856 3581 16 0 1 0 24867132 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1114 409 3 0 796 0
[pid=25624] ppid=25550 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25550 25550 25513 0 -1 4194304 276 0 2 0 0 0 0 0 18 0 1 0 24893741 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25624/statm: 1339 233 193 169 0 50 0
[pid=25625] ppid=25624 vsize=10964 CPUtime=0
/proc/25625/stat : 25625 (java) S 25624 25550 25513 0 -1 0 803 0 0 0 0 0 0 0 18 0 2 0 24893867 11227136 558 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 2741 558 267 9 0 1198 0
Current children cumulated CPU time (s) 264.45
Current children cumulated vsize (KiB) 33188

[startup+269.508 s]
/proc/loadavg: 2.99 2.41 2.15 3/93 25633
/proc/meminfo: memFree=244320/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=264.45
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1447 95611 0 2 6 2 22856 3581 16 0 1 0 24867132 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1114 409 3 0 796 0
[pid=25624] ppid=25550 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25550 25550 25513 0 -1 4194304 276 0 2 0 0 0 0 0 18 0 1 0 24893741 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25624/statm: 1339 233 193 169 0 50 0
[pid=25625] ppid=25624 vsize=862880 CPUtime=0.72
/proc/25625/stat : 25625 (java) S 25624 25550 25513 0 -1 0 4237 0 1 0 69 3 0 0 18 0 9 0 24893867 883589120 3695 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 215720 3695 1297 9 0 210633 0
[pid=25625/tid=25626] ppid=25624 vsize=862880 CPUtime=0.6
/proc/25625/task/25626/stat : 25626 (java) R 25624 25550 25513 0 -1 64 2062 0 1 0 59 1 0 0 22 0 9 0 24893977 883589120 3695 996147200 134512640 134550932 4294955984 18446744073709551615 4126548371 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25627] ppid=25624 vsize=862880 CPUtime=0.02
/proc/25625/task/25627/stat : 25627 (java) S 25624 25550 25513 0 -1 64 1002 0 0 0 2 0 0 0 16 0 9 0 24894008 883589120 3695 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25628] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25628/stat : 25628 (java) S 25624 25550 25513 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24894009 883589120 3695 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25629] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25629/stat : 25629 (java) S 25624 25550 25513 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24894009 883589120 3695 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25630] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25630/stat : 25630 (java) S 25624 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894013 883589120 3695 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25631] ppid=25624 vsize=862880 CPUtime=0.06
/proc/25625/task/25631/stat : 25631 (java) S 25624 25550 25513 0 -1 64 479 0 0 0 6 0 0 0 16 0 9 0 24894013 883589120 3695 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25632] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25632/stat : 25632 (java) S 25624 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894013 883589120 3695 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25633] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25633/stat : 25633 (java) S 25624 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894013 883589120 3695 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 265.17
Current children cumulated vsize (KiB) 885104

[startup+269.902 s]
/proc/loadavg: 2.99 2.41 2.15 3/93 25633
/proc/meminfo: memFree=244320/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=264.45
/proc/25550/stat : 25550 (sugar) S 25548 25550 25513 0 -1 4194304 1447 95611 0 2 6 2 22856 3581 16 0 1 0 24867132 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25550/statm: 4217 1114 409 3 0 796 0
[pid=25624] ppid=25550 vsize=5356 CPUtime=0
/proc/25624/stat : 25624 (sh) S 25550 25550 25513 0 -1 4194304 276 0 2 0 0 0 0 0 18 0 1 0 24893741 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25624/statm: 1339 233 193 169 0 50 0
[pid=25625] ppid=25624 vsize=862880 CPUtime=1.11
/proc/25625/stat : 25625 (java) S 25624 25550 25513 0 -1 0 4296 0 1 0 108 3 0 0 18 0 9 0 24893867 883589120 3747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25625/statm: 215720 3747 1297 9 0 210633 0
[pid=25625/tid=25626] ppid=25624 vsize=862880 CPUtime=0.99
/proc/25625/task/25626/stat : 25626 (java) R 25624 25550 25513 0 -1 64 2070 0 1 0 98 1 0 0 25 0 9 0 24893977 883589120 3747 996147200 134512640 134550932 4294955984 18446744073709551615 4126580449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25627] ppid=25624 vsize=862880 CPUtime=0.02
/proc/25625/task/25627/stat : 25627 (java) S 25624 25550 25513 0 -1 64 1050 0 0 0 2 0 0 0 16 0 9 0 24894008 883589120 3747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25628] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25628/stat : 25628 (java) S 25624 25550 25513 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24894009 883589120 3747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25629] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25629/stat : 25629 (java) S 25624 25550 25513 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24894009 883589120 3747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25630] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25630/stat : 25630 (java) S 25624 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894013 883589120 3747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25631] ppid=25624 vsize=862880 CPUtime=0.06
/proc/25625/task/25631/stat : 25631 (java) S 25624 25550 25513 0 -1 64 482 0 0 0 6 0 0 0 16 0 9 0 24894013 883589120 3747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25632] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25632/stat : 25632 (java) S 25624 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894013 883589120 3747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25625/tid=25633] ppid=25624 vsize=862880 CPUtime=0
/proc/25625/task/25633/stat : 25633 (java) S 25624 25550 25513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894013 883589120 3747 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 265.56
Current children cumulated vsize (KiB) 885104

[startup+270.102 s]
/proc/loadavg: 2.99 2.41 2.15 3/93 25633
/proc/meminfo: memFree=244320/2055920 swapFree=4192812/4192956
[pid=25550] ppid=25548 vsize=16868 CPUtime=265.71
/proc/25550/stat : 25550 (sugar) R 25548 25550 25513 0 -1 4194304 1478 100716 0 5 6 5 22974 3586 16 0 1 0 24867132 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25550/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 265.71
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 270.163
CPU time (s): 265.779
CPU user time (s): 229.805
CPU system time (s): 35.9735
CPU usage (%): 98.3772
Max. virtual memory (cumulated for all children) (KiB): 901288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.805
system time used= 35.9735
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102255
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17336
involuntary context switches= 19484

runsolver used 0.32495 second user time and 0.942856 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 07:53:56
IDJOB=2083698
IDBENCH=57901
IDSOLVER=738
FILE ID=node51/2083698-1247378036
PBS_JOBID= 9507184
Free space on /tmp= 66204 MiB

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

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

MD5SUM BENCH= 650642c90363cbf82efaaeb884e45b3c
RANDOM SEED=1870900587

node51.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.225
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.225
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:       1612704 kB
Buffers:         57428 kB
Cached:         287944 kB
SwapCached:          0 kB
Active:         172072 kB
Inactive:       193788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1940 kB
Writeback:           0 kB
Mapped:          31188 kB
Slab:            62728 kB
Committed_AS:   256264 kB
PageTables:       1756 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= 64924 MiB
End job on node51 at 2009-07-12 07:58:27