Trace number 2083797

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 76.1454 77.4576

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-5.xml
MD5SUM1d627217f0e438cbce2246297a0e3bf9
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 benchmark6.553
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data

0.05/0.24	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.25	c 0	BEGIN Sun Jul 12 07:56:51 2009
0.05/0.25	c 0	PID 24350
0.05/0.27	c 0	HOST node31.alineos.net
0.05/0.27	c 0	CONVERTING HOME/instance-2083797-1247378211.xml TO HOME/temp.csp
0.05/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083797-1247378211.xml' 'HOME/temp.csp'
0.07/0.93	c 1	9 domains, 200 variables, 8 predicates, 0 relations, 2053 constraints
0.07/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.97	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.58/1.06	c 1	Parsing HOME/temp.csp
0.77/1.28	c 2	parsed 2270 expressions
0.86/1.33	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.86/1.33	c 2	Converting to clausal form CSP
0.93/1.44	c 2	converted 227 (10%) expressions
1.42/1.96	c 2	converted 454 (20%) expressions
1.72/2.27	c 2	converted 681 (30%) expressions
2.02/2.60	c 3	converted 908 (40%) expressions
2.31/2.84	c 3	converted 1135 (50%) expressions
2.60/3.12	c 3	converted 1362 (60%) expressions
2.81/3.31	c 4	converted 1589 (70%) expressions
2.90/3.49	c 4	converted 1816 (80%) expressions
3.10/3.64	c 4	converted 2043 (90%) expressions
3.30/3.82	c 4	converted 2270 (100%) expressions
3.30/3.82	c 4	CSP : 397 integers, 5793 booleans, 12432 clauses, largest domain size 2657
3.30/3.82	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.30/3.82	c 4	Propagation in CSP
3.40/3.94	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.40/3.94	c 4	CSP : 397 integers, 5793 booleans, 12432 clauses, largest domain size 2657
3.40/3.94	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.40/3.95	c 4	Simplifing CSP by introducing new Boolean variables
3.40/3.97	c 4	CSP : 397 integers, 10013 booleans, 16652 clauses, largest domain size 2657
3.40/3.97	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.60/4.14	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.69/4.27	c 5	40 (10%) CSP integer variables are encoded (4973 clauses, 62518 bytes)
3.79/4.36	c 5	80 (20%) CSP integer variables are encoded (9942 clauses, 127160 bytes)
3.89/4.46	c 5	120 (30%) CSP integer variables are encoded (15990 clauses, 217880 bytes)
3.98/4.54	c 5	159 (40%) CSP integer variables are encoded (21218 clauses, 296300 bytes)
4.08/4.63	c 5	199 (50%) CSP integer variables are encoded (26495 clauses, 375455 bytes)
4.19/4.71	c 5	239 (60%) CSP integer variables are encoded (85498 clauses, 1260500 bytes)
4.19/4.78	c 5	278 (70%) CSP integer variables are encoded (141765 clauses, 2188532 bytes)
4.29/4.86	c 5	318 (80%) CSP integer variables are encoded (198433 clauses, 3151888 bytes)
4.39/4.95	c 5	358 (90%) CSP integer variables are encoded (263393 clauses, 4256208 bytes)
4.49/5.03	c 5	397 (100%) CSP integer variables are encoded (322294 clauses, 5257525 bytes)
5.17/5.73	c 6	1666 (10%) CSP clauses are encoded (526226 clauses, 9698605 bytes)
5.87/6.43	c 7	3331 (20%) CSP clauses are encoded (757047 clauses, 15098351 bytes)
6.46/7.01	c 7	4996 (30%) CSP clauses are encoded (963923 clauses, 19872276 bytes)
7.06/7.64	c 8	6661 (40%) CSP clauses are encoded (1199760 clauses, 25380069 bytes)
7.64/8.25	c 8	8326 (50%) CSP clauses are encoded (1439629 clauses, 30998663 bytes)
8.33/8.94	c 9	9992 (60%) CSP clauses are encoded (1720039 clauses, 37492624 bytes)
9.11/9.73	c 10	11657 (70%) CSP clauses are encoded (2034602 clauses, 44906674 bytes)
9.71/10.31	c 11	13322 (80%) CSP clauses are encoded (2253796 clauses, 50121337 bytes)
10.49/11.17	c 11	14987 (90%) CSP clauses are encoded (2613025 clauses, 58476628 bytes)
11.19/11.83	c 12	16652 (100%) CSP clauses are encoded (2873903 clauses, 64685061 bytes)
11.19/11.83	c 12	16652 CSP clauses encoded
11.19/11.83	c 12	Writing map file : HOME/temp.map
11.19/11.85	c 12	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.19/11.85	c 12	SAT : 332704 SAT variables, 2873903 SAT clauses, 64685061 bytes
11.19/11.85	c 12	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.19/11.89	c 12	SOLVING HOME/temp.cnf
11.19/11.89	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
75.41/76.72	c 77	DECODING HOME/temp.out WITH HOME/temp.map
75.41/76.72	c 77	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'
75.46/76.81	c 77	Decoding HOME/temp.out
76.00/77.35	s SATISFIABLE
76.00/77.36	v -2604 2420 2644 -2552 2328 2524 -2456 2532 -2460 2280 -2320 -2560 -2416 -2384 -2492 -2492 2624 2548 -2320 2632 2632 2516 -2320 -2532 -2560 -2452 -2652 2640 2556 2344 2620 2464 -2616 2336 2476 -2508 -2564 -2508 2424 -2416 2536 -2280 -2516 -2500 2420 -2432 2500 -2596 -2480 -2612 -2484 2580 -2376 -2540 -2280 2288 2356 -2440 -2408 2348 2504 2352 -2380 2508 2412 2512 2520 -2344 -2592 -2336 -2584 2408 2604 -2516 2296 2604 2320 -2592 -2600 2328 2388 2320 2280 -2580 2528 -2572 2576 -2520 2456 -2580 2328 2412 -2572 -2532 2488 -2476 2472 2472 -2568 2636 2576 2644 2516 -2492 -2492 -2460 2572 -2536 -2332 2344 -2484 2288 -2380 -2656 -2284 2432 -2488 -2612 -2384 2624 2448 2548 -2452 -2348 2280 -2320 2440 -2444 2380 -2480 -2592 2616 2416 -2460 2320 -2480 2564 -2292 -2636 -2600 -2280 -2596 -2456 -2336 -2420 2564 -2404 -2600 -2368 2340 2556 2612 2468 2404 2548 -2448 2596 2324 -2476 -2612 2444 -2588 -2460 2396 2652 -2632 -2476 -2460 2596 -2464 2412 2540 -2288 -2376 2360 -2344 -2532 -2376 -2384 -2416 -2640 -2392 2604 2308 -2640 -2600 2420 2320 2592 2444 -2444 2372 -2304 2656 -2392 -2584 -2420 2448 -2280 -2532
76.00/77.37	c 78	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
76.08/77.42	c 78	CPU 76.09 (0.06 0.02 61.9 14.11)
76.08/77.42	c 78	END Sun Jul 12 07:58:09 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-2083797-1247378211/watcher-2083797-1247378211 -o /tmp/evaluation-result-2083797-1247378211/solver-2083797-1247378211 -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-2083797-1247378211.xml 

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


[startup+0 s]
/proc/loadavg: 2.40 2.27 2.23 4/80 24350
/proc/meminfo: memFree=1389928/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=18576 CPUtime=0
/proc/24350/stat : 24350 (runsolver) D 24348 24350 19700 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24887242 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 225612197159 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/24350/statm: 4644 284 249 26 0 2626 0

[startup+0.0297751 s]
/proc/loadavg: 2.40 2.27 2.23 4/80 24350
/proc/meminfo: memFree=1389928/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=2504 CPUtime=0
/proc/24350/stat : 24350 (sugar) D 24348 24350 19700 0 -1 4194304 37 0 1 0 0 0 0 0 19 0 1 0 24887242 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 225609581264 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24350/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101784 s]
/proc/loadavg: 2.40 2.27 2.23 4/80 24350
/proc/meminfo: memFree=1389928/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=12272 CPUtime=0
/proc/24350/stat : 24350 (sugar) D 24348 24350 19700 0 -1 4194304 396 0 4 0 0 0 0 0 18 0 1 0 24887242 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24350/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301803 s]
/proc/loadavg: 2.40 2.27 2.23 4/80 24350
/proc/meminfo: memFree=1389928/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=0.07
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1221 127 6 1 6 1 0 0 18 0 1 0 24887242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701841 s]
/proc/loadavg: 2.40 2.27 2.23 4/80 24350
/proc/meminfo: memFree=1389928/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=0.07
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1221 127 6 1 6 1 0 0 18 0 1 0 24887242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50291 s]
/proc/loadavg: 2.40 2.27 2.23 3/87 24368
/proc/meminfo: memFree=1375344/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=0.57
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1303 5145 6 64 6 1 44 6 16 0 1 0 24887242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1111 409 3 0 796 0
[pid=24363] ppid=24350 vsize=5356 CPUtime=0
/proc/24363/stat : 24363 (sh) S 24350 24350 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24887340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24363/statm: 1339 233 193 169 0 50 0
[pid=24364] ppid=24363 vsize=864256 CPUtime=0.46
/proc/24364/stat : 24364 (java) S 24363 24350 19700 0 -1 0 4075 0 5 0 44 2 0 0 18 0 9 0 24887340 884998144 3541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24364/statm: 216064 3541 1742 9 0 210569 0
[pid=24364/tid=24365] ppid=24363 vsize=864256 CPUtime=0.36
/proc/24364/task/24365/stat : 24365 (java) R 24363 24350 19700 0 -1 64 2655 0 5 0 35 1 0 0 18 0 9 0 24887341 884998144 3541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24366] ppid=24363 vsize=864256 CPUtime=0.02
/proc/24364/task/24366/stat : 24366 (java) S 24363 24350 19700 0 -1 64 409 0 0 0 2 0 0 0 16 0 9 0 24887342 884998144 3541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24367] ppid=24363 vsize=864256 CPUtime=0
/proc/24364/task/24367/stat : 24367 (java) S 24363 24350 19700 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24887343 884998144 3541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24368] ppid=24363 vsize=864256 CPUtime=0
/proc/24364/task/24368/stat : 24368 (java) S 24363 24350 19700 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24887343 884998144 3541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 886480

[startup+3.10105 s]
/proc/loadavg: 2.40 2.27 2.23 3/91 24372
/proc/meminfo: memFree=1361104/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=0.57
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1303 5145 6 64 6 1 44 6 16 0 1 0 24887242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1111 409 3 0 796 0
[pid=24363] ppid=24350 vsize=5356 CPUtime=0
/proc/24363/stat : 24363 (sh) S 24350 24350 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24887340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24363/statm: 1339 233 193 169 0 50 0
[pid=24364] ppid=24363 vsize=868600 CPUtime=2.03
/proc/24364/stat : 24364 (java) S 24363 24350 19700 0 -1 0 9132 0 5 0 198 5 0 0 18 0 9 0 24887340 889446400 8286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24364/statm: 217150 8286 2566 9 0 211655 0
[pid=24364/tid=24365] ppid=24363 vsize=868600 CPUtime=1.47
/proc/24364/task/24365/stat : 24365 (java) R 24363 24350 19700 0 -1 64 2767 0 5 0 146 1 0 0 25 0 9 0 24887341 889446400 8286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24366] ppid=24363 vsize=868600 CPUtime=0.35
/proc/24364/task/24366/stat : 24366 (java) R 24363 24350 19700 0 -1 64 4198 0 0 0 33 2 0 0 16 0 9 0 24887342 889446400 8286 996147200 134512640 134550932 4294955936 18446744073709551615 102768059 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24367] ppid=24363 vsize=868600 CPUtime=0
/proc/24364/task/24367/stat : 24367 (java) S 24363 24350 19700 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24887343 889446400 8286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24368] ppid=24363 vsize=868600 CPUtime=0
/proc/24364/task/24368/stat : 24368 (java) S 24363 24350 19700 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24887343 889446400 8286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24369] ppid=24363 vsize=868600 CPUtime=0
/proc/24364/task/24369/stat : 24369 (java) S 24363 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24887345 889446400 8286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24370] ppid=24363 vsize=868600 CPUtime=0.18
/proc/24364/task/24370/stat : 24370 (java) S 24363 24350 19700 0 -1 64 1469 0 0 0 18 0 0 0 16 0 9 0 24887345 889446400 8286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24371] ppid=24363 vsize=868600 CPUtime=0
/proc/24364/task/24371/stat : 24371 (java) S 24363 24350 19700 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24887345 889446400 8286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24372] ppid=24363 vsize=868600 CPUtime=0
/proc/24364/task/24372/stat : 24372 (java) S 24363 24350 19700 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24887345 889446400 8286 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 890824

[startup+6.30232 s]
/proc/loadavg: 2.37 2.27 2.23 3/91 24372
/proc/meminfo: memFree=1337112/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=0.57
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1304 5145 6 64 6 1 44 6 15 0 1 0 24887242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1111 409 3 0 796 0
[pid=24363] ppid=24350 vsize=5356 CPUtime=0
/proc/24363/stat : 24363 (sh) S 24350 24350 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24887340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24363/statm: 1339 233 193 169 0 50 0
[pid=24364] ppid=24363 vsize=868712 CPUtime=5.21
/proc/24364/stat : 24364 (java) S 24363 24350 19700 0 -1 0 11613 0 6 0 503 18 0 0 18 0 9 0 24887340 889561088 10510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24364/statm: 217178 10510 2592 9 0 211655 0
[pid=24364/tid=24365] ppid=24363 vsize=868712 CPUtime=4.22
/proc/24364/task/24365/stat : 24365 (java) R 24363 24350 19700 0 -1 64 3250 0 6 0 411 11 0 0 25 0 9 0 24887341 889561088 10510 996147200 134512640 134550932 4294955936 18446744073709551615 4126953836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24366] ppid=24363 vsize=868712 CPUtime=0.71
/proc/24364/task/24366/stat : 24366 (java) S 24363 24350 19700 0 -1 64 6146 0 0 0 66 5 0 0 16 0 9 0 24887342 889561088 10510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24367] ppid=24363 vsize=868712 CPUtime=0
/proc/24364/task/24367/stat : 24367 (java) S 24363 24350 19700 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24887343 889561088 10510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24368] ppid=24363 vsize=868712 CPUtime=0
/proc/24364/task/24368/stat : 24368 (java) S 24363 24350 19700 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24887343 889561088 10510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24369] ppid=24363 vsize=868712 CPUtime=0
/proc/24364/task/24369/stat : 24369 (java) S 24363 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24887345 889561088 10510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24370] ppid=24363 vsize=868712 CPUtime=0.25
/proc/24364/task/24370/stat : 24370 (java) S 24363 24350 19700 0 -1 64 1519 0 0 0 25 0 0 0 15 0 9 0 24887345 889561088 10510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24371] ppid=24363 vsize=868712 CPUtime=0
/proc/24364/task/24371/stat : 24371 (java) S 24363 24350 19700 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24887345 889561088 10510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24364/tid=24372] ppid=24363 vsize=868712 CPUtime=0
/proc/24364/task/24372/stat : 24372 (java) S 24363 24350 19700 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24887345 889561088 10510 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 890936

[startup+12.7019 s]
/proc/loadavg: 2.42 2.28 2.23 3/83 24374
/proc/meminfo: memFree=1310680/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=11.25
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1360 17673 6 70 6 2 1056 61 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24373] ppid=24350 vsize=5356 CPUtime=0
/proc/24373/stat : 24373 (sh) S 24350 24350 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24373/statm: 1339 232 193 169 0 50 0
[pid=24374] ppid=24373 vsize=12100 CPUtime=0.78
/proc/24374/stat : 24374 (picosat) R 24373 24350 19700 0 -1 4194304 2726 0 0 0 34 44 0 0 25 0 1 0 24888433 12390400 2712 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24374/statm: 3025 2712 40 102 0 2920 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 34324

[startup+25.502 s]
/proc/loadavg: 2.39 2.28 2.23 3/83 24374
/proc/meminfo: memFree=1244504/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=11.25
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1360 17673 6 70 6 2 1056 61 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24373] ppid=24350 vsize=5356 CPUtime=0
/proc/24373/stat : 24373 (sh) S 24350 24350 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24373/statm: 1339 232 193 169 0 50 0
[pid=24374] ppid=24373 vsize=85444 CPUtime=13.44
/proc/24374/stat : 24374 (picosat) R 24373 24350 19700 0 -1 4194304 17402 0 0 0 610 734 0 0 25 0 1 0 24888433 87494656 17388 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24374/statm: 21361 17388 40 102 0 21256 0
Current children cumulated CPU time (s) 24.69
Current children cumulated vsize (KiB) 107668

[startup+51.1012 s]
/proc/loadavg: 2.26 2.26 2.22 3/83 24374
/proc/meminfo: memFree=1200536/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=11.25
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1360 17673 6 70 6 2 1056 61 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24373] ppid=24350 vsize=5356 CPUtime=0
/proc/24373/stat : 24373 (sh) S 24350 24350 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24373/statm: 1339 232 193 169 0 50 0
[pid=24374] ppid=24373 vsize=138636 CPUtime=38.8
/proc/24374/stat : 24374 (picosat) R 24373 24350 19700 0 -1 4194304 28183 0 0 0 2538 1342 0 0 25 0 1 0 24888433 141963264 28134 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24374/statm: 34659 28134 42 102 0 34554 0
Current children cumulated CPU time (s) 50.05
Current children cumulated vsize (KiB) 160860

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

[startup+63.9013 s]
/proc/loadavg: 2.22 2.25 2.22 3/83 24374
/proc/meminfo: memFree=1200472/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=11.25
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1360 17673 6 70 6 2 1056 61 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24373] ppid=24350 vsize=5356 CPUtime=0
/proc/24373/stat : 24373 (sh) S 24350 24350 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24373/statm: 1339 232 193 169 0 50 0
[pid=24374] ppid=24373 vsize=138636 CPUtime=51.48
/proc/24374/stat : 24374 (picosat) R 24373 24350 19700 0 -1 4194304 28221 0 0 0 3806 1342 0 0 25 0 1 0 24888433 141963264 28172 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24374/statm: 34659 28172 42 102 0 34554 0
Current children cumulated CPU time (s) 62.73
Current children cumulated vsize (KiB) 160860

[startup+70.3028 s]
/proc/loadavg: 2.18 2.24 2.22 3/83 24374
/proc/meminfo: memFree=1200408/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=11.25
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1360 17673 6 70 6 2 1056 61 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24373] ppid=24350 vsize=5356 CPUtime=0
/proc/24373/stat : 24373 (sh) S 24350 24350 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24373/statm: 1339 232 193 169 0 50 0
[pid=24374] ppid=24373 vsize=138636 CPUtime=57.82
/proc/24374/stat : 24374 (picosat) R 24373 24350 19700 0 -1 4194304 28221 0 0 0 4440 1342 0 0 25 0 1 0 24888433 141963264 28172 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 1 0 0
/proc/24374/statm: 34659 28172 42 102 0 34554 0
Current children cumulated CPU time (s) 69.07
Current children cumulated vsize (KiB) 160860

[startup+73.5011 s]
/proc/loadavg: 2.18 2.24 2.22 3/83 24374
/proc/meminfo: memFree=1200408/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=11.25
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1360 17673 6 70 6 2 1056 61 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24373] ppid=24350 vsize=5356 CPUtime=0
/proc/24373/stat : 24373 (sh) S 24350 24350 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24373/statm: 1339 232 193 169 0 50 0
[pid=24374] ppid=24373 vsize=138636 CPUtime=60.99
/proc/24374/stat : 24374 (picosat) R 24373 24350 19700 0 -1 4194304 28221 0 0 0 4757 1342 0 0 25 0 1 0 24888433 141963264 28172 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24374/statm: 34659 28172 42 102 0 34554 0
Current children cumulated CPU time (s) 72.24
Current children cumulated vsize (KiB) 160860

[startup+75.1013 s]
/proc/loadavg: 2.18 2.24 2.22 3/83 24374
/proc/meminfo: memFree=1200408/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=11.25
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1360 17673 6 70 6 2 1056 61 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24373] ppid=24350 vsize=5356 CPUtime=0
/proc/24373/stat : 24373 (sh) S 24350 24350 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24373/statm: 1339 232 193 169 0 50 0
[pid=24374] ppid=24373 vsize=138636 CPUtime=62.57
/proc/24374/stat : 24374 (picosat) R 24373 24350 19700 0 -1 4194304 28225 0 0 0 4915 1342 0 0 25 0 1 0 24888433 141963264 28176 996147200 134512640 134931368 4294956256 18446744073709551615 134525619 0 0 4096 0 0 0 0 17 1 0 0
/proc/24374/statm: 34659 28176 42 102 0 34554 0
Current children cumulated CPU time (s) 73.82
Current children cumulated vsize (KiB) 160860

[startup+76.7014 s]
/proc/loadavg: 2.17 2.23 2.22 3/83 24374
/proc/meminfo: memFree=1200408/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=11.25
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1360 17673 6 70 6 2 1056 61 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24373] ppid=24350 vsize=5356 CPUtime=0
/proc/24373/stat : 24373 (sh) S 24350 24350 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24888432 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24373/statm: 1339 232 193 169 0 50 0
[pid=24374] ppid=24373 vsize=122252 CPUtime=64.16
/proc/24374/stat : 24374 (picosat) R 24373 24350 19700 0 -1 4194304 28234 0 0 0 5073 1343 0 0 25 0 1 0 24888433 125186048 25942 996147200 134512640 134931368 4294956256 18446744073709551615 134580620 0 0 4096 0 0 0 0 17 1 0 0
/proc/24374/statm: 30563 25942 47 102 0 30458 0
Current children cumulated CPU time (s) 75.41
Current children cumulated vsize (KiB) 144476

[startup+77.1024 s]
/proc/loadavg: 2.17 2.23 2.22 4/91 24384
/proc/meminfo: memFree=1304920/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=75.46
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1441 46193 6 70 6 2 6131 1407 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24375] ppid=24350 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24350 24350 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894915 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 233 193 169 0 50 0
[pid=24376] ppid=24375 vsize=862796 CPUtime=0.34
/proc/24376/stat : 24376 (java) S 24375 24350 19700 0 -1 0 3713 0 1 0 32 2 0 0 18 0 9 0 24894915 883503104 3176 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24376/statm: 215699 3176 1297 9 0 210612 0
[pid=24376/tid=24377] ppid=24375 vsize=862796 CPUtime=0.25
/proc/24376/task/24377/stat : 24377 (java) R 24375 24350 19700 0 -1 64 2054 0 1 0 24 1 0 0 21 0 9 0 24894917 883503104 3176 996147200 134512640 134550932 4294955984 18446744073709551615 4126545875 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24378] ppid=24375 vsize=862796 CPUtime=0.01
/proc/24376/task/24378/stat : 24378 (java) S 24375 24350 19700 0 -1 64 474 0 0 0 1 0 0 0 16 0 9 0 24894918 883503104 3176 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24379] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24379/stat : 24379 (java) S 24375 24350 19700 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24894919 883503104 3176 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24380] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24380/stat : 24380 (java) S 24375 24350 19700 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24894919 883503104 3176 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24381] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24381/stat : 24381 (java) S 24375 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894921 883503104 3176 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24382] ppid=24375 vsize=862796 CPUtime=0.06
/proc/24376/task/24382/stat : 24382 (java) S 24375 24350 19700 0 -1 64 491 0 0 0 6 0 0 0 16 0 9 0 24894921 883503104 3176 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24383] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24383/stat : 24383 (java) S 24375 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894921 883503104 3176 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24384] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24384/stat : 24384 (java) S 24375 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894921 883503104 3176 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.8
Current children cumulated vsize (KiB) 885020

[startup+77.3025 s]
/proc/loadavg: 2.17 2.23 2.22 4/91 24384
/proc/meminfo: memFree=1304920/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=75.46
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1441 46193 6 70 6 2 6131 1407 16 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24375] ppid=24350 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24350 24350 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894915 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 233 193 169 0 50 0
[pid=24376] ppid=24375 vsize=862796 CPUtime=0.54
/proc/24376/stat : 24376 (java) S 24375 24350 19700 0 -1 0 3754 0 1 0 52 2 0 0 18 0 9 0 24894915 883503104 3214 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24376/statm: 215699 3214 1297 9 0 210612 0
[pid=24376/tid=24377] ppid=24375 vsize=862796 CPUtime=0.45
/proc/24376/task/24377/stat : 24377 (java) R 24375 24350 19700 0 -1 64 2058 0 1 0 44 1 0 0 23 0 9 0 24894917 883503104 3214 996147200 134512640 134550932 4294955984 18446744073709551615 4126576865 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24378] ppid=24375 vsize=862796 CPUtime=0.01
/proc/24376/task/24378/stat : 24378 (java) S 24375 24350 19700 0 -1 64 509 0 0 0 1 0 0 0 16 0 9 0 24894918 883503104 3214 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24379] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24379/stat : 24379 (java) S 24375 24350 19700 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24894919 883503104 3214 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24380] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24380/stat : 24380 (java) S 24375 24350 19700 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24894919 883503104 3214 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24381] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24381/stat : 24381 (java) S 24375 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894921 883503104 3214 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24382] ppid=24375 vsize=862796 CPUtime=0.06
/proc/24376/task/24382/stat : 24382 (java) S 24375 24350 19700 0 -1 64 493 0 0 0 6 0 0 0 16 0 9 0 24894921 883503104 3214 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24383] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24383/stat : 24383 (java) S 24375 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894921 883503104 3214 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24384] ppid=24375 vsize=862796 CPUtime=0
/proc/24376/task/24384/stat : 24384 (java) S 24375 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894921 883503104 3214 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76
Current children cumulated vsize (KiB) 885020

[startup+77.4025 s]
/proc/loadavg: 2.17 2.23 2.22 4/91 24384
/proc/meminfo: memFree=1304920/2055920 swapFree=4192812/4192956
[pid=24350] ppid=24348 vsize=16868 CPUtime=75.46
/proc/24350/stat : 24350 (sugar) S 24348 24350 19700 0 -1 4194304 1445 46193 6 70 6 2 6131 1407 15 0 1 0 24887242 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24350/statm: 4217 1114 409 3 0 796 0
[pid=24375] ppid=24350 vsize=5356 CPUtime=0
/proc/24375/stat : 24375 (sh) S 24350 24350 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24894915 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24375/statm: 1339 233 193 169 0 50 0
[pid=24376] ppid=24375 vsize=864772 CPUtime=0.62
/proc/24376/stat : 24376 (java) S 24375 24350 19700 0 -1 0 4276 0 1 0 59 3 0 0 18 0 9 0 24894915 885526528 3724 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24376/statm: 216193 3724 1731 9 0 210698 0
[pid=24376/tid=24377] ppid=24375 vsize=864772 CPUtime=0.51
/proc/24376/task/24377/stat : 24377 (java) S 24375 24350 19700 0 -1 64 2580 0 1 0 50 1 0 0 24 0 9 0 24894917 885526528 3724 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24378] ppid=24375 vsize=864772 CPUtime=0.01
/proc/24376/task/24378/stat : 24378 (java) S 24375 24350 19700 0 -1 64 509 0 0 0 1 0 0 0 16 0 9 0 24894918 885526528 3724 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24379] ppid=24375 vsize=864772 CPUtime=0
/proc/24376/task/24379/stat : 24379 (java) S 24375 24350 19700 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24894919 885526528 3724 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24380] ppid=24375 vsize=864772 CPUtime=0
/proc/24376/task/24380/stat : 24380 (java) S 24375 24350 19700 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24894919 885526528 3724 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24381] ppid=24375 vsize=864772 CPUtime=0
/proc/24376/task/24381/stat : 24381 (java) S 24375 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24894921 885526528 3724 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24382] ppid=24375 vsize=864772 CPUtime=0.06
/proc/24376/task/24382/stat : 24382 (java) S 24375 24350 19700 0 -1 64 493 0 0 0 6 0 0 0 16 0 9 0 24894921 885526528 3724 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24383] ppid=24375 vsize=864772 CPUtime=0
/proc/24376/task/24383/stat : 24383 (java) S 24375 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24894921 885526528 3724 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24376/tid=24384] ppid=24375 vsize=864772 CPUtime=0
/proc/24376/task/24384/stat : 24384 (java) S 24375 24350 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24894921 885526528 3724 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.08
Current children cumulated vsize (KiB) 886996

Child status: 0
Real time (s): 77.4576
CPU time (s): 76.1454
CPU user time (s): 61.9716
CPU system time (s): 14.1738
CPU usage (%): 98.3059
Max. virtual memory (cumulated for all children) (KiB): 891012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.9716
system time used= 14.1738
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52291
page faults= 77
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11504
involuntary context switches= 14060

runsolver used 0.108983 second user time and 0.25996 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-12 07:56:51
IDJOB=2083797
IDBENCH=57937
IDSOLVER=738
FILE ID=node31/2083797-1247378211
PBS_JOBID= 9507080
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-5.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-2083797-1247378211/watcher-2083797-1247378211 -o /tmp/evaluation-result-2083797-1247378211/solver-2083797-1247378211 -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-2083797-1247378211.xml

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

MD5SUM BENCH= 1d627217f0e438cbce2246297a0e3bf9
RANDOM SEED=1155887553

node31.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.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
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:       1390536 kB
Buffers:          3964 kB
Cached:          30920 kB
SwapCached:          0 kB
Active:         608016 kB
Inactive:         6448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:         597420 kB
Slab:            34928 kB
Committed_AS:   921148 kB
PageTables:       2996 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= 66396 MiB
End job on node31 at 2009-07-12 07:58:09