Trace number 2083148

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+picosatUNSAT 286.749 288.878

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-0.xml
MD5SUM6c0f6900ea5b66ed7e32c3099d9a431e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.3043
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
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:32:46 2009
0.00/0.08	c 0	PID 25690
0.07/0.08	c 0	HOST node59.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083148-1247376766.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083148-1247376766.xml' 'HOME/temp.csp'
1.01/1.04	c 1	28 domains, 900 variables, 8 predicates, 0 relations, 11381 constraints
1.01/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.01/1.09	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'
1.06/1.17	c 2	Parsing HOME/temp.csp
1.06/1.35	c 2	parsed 10000 expressions
1.06/1.42	c 2	parsed 12317 expressions
1.06/1.43	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.06/1.43	c 2	Converting to clausal form CSP
2.54/2.63	c 3	converted 1232 (10%) expressions
6.10/6.26	c 7	converted 2464 (20%) expressions
8.66/8.83	c 9	converted 3696 (30%) expressions
10.66/10.87	c 11	converted 4927 (40%) expressions
12.53/12.70	c 13	converted 6159 (50%) expressions
14.61/14.88	c 15	converted 7391 (60%) expressions
16.31/16.56	c 17	converted 8622 (70%) expressions
17.89/18.13	c 19	converted 9854 (80%) expressions
19.68/19.92	c 20	converted 11086 (90%) expressions
22.07/22.36	c 23	converted 12317 (100%) expressions
22.07/22.36	c 23	CSP : 1797 integers, 32608 booleans, 69084 clauses, largest domain size 2741
22.07/22.36	c 23	Heap : 112 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.07/22.36	c 23	Propagation in CSP
22.77/23.03	c 23	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
22.77/23.03	c 23	CSP : 1797 integers, 32608 booleans, 69084 clauses, largest domain size 2741
22.77/23.03	c 23	Heap : 112 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
22.77/23.07	c 23	Simplifing CSP by introducing new Boolean variables
22.87/23.17	c 24	CSP : 1797 integers, 55082 booleans, 91558 clauses, largest domain size 2741
22.87/23.17	c 24	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
23.76/24.00	c 24	Encoding CSP to SAT : HOME/temp.cnf
24.56/24.86	c 25	180 (10%) CSP integer variables are encoded (36979 clauses, 532655 bytes)
25.45/25.74	c 26	360 (20%) CSP integer variables are encoded (78127 clauses, 1149875 bytes)
26.35/26.63	c 27	540 (30%) CSP integer variables are encoded (119433 clauses, 1809244 bytes)
27.15/27.49	c 28	719 (40%) CSP integer variables are encoded (159061 clauses, 2482920 bytes)
27.94/28.26	c 29	899 (50%) CSP integer variables are encoded (195757 clauses, 3106752 bytes)
28.34/28.64	c 29	1079 (60%) CSP integer variables are encoded (486246 clauses, 8045065 bytes)
28.64/28.99	c 29	1258 (70%) CSP integer variables are encoded (770499 clauses, 12877366 bytes)
29.03/29.37	c 30	1438 (80%) CSP integer variables are encoded (1078643 clauses, 18275887 bytes)
29.43/29.77	c 30	1618 (90%) CSP integer variables are encoded (1381347 clauses, 24027263 bytes)
29.82/30.13	c 30	1797 (100%) CSP integer variables are encoded (1652496 clauses, 29179094 bytes)
36.28/36.67	c 37	9156 (10%) CSP clauses are encoded (3083374 clauses, 64239682 bytes)
42.92/43.32	c 44	18312 (20%) CSP clauses are encoded (4850534 clauses, 109446612 bytes)
49.37/49.81	c 50	27468 (30%) CSP clauses are encoded (6693861 clauses, 156837143 bytes)
56.31/56.82	c 57	36624 (40%) CSP clauses are encoded (8808294 clauses, 212201594 bytes)
63.71/64.34	c 65	45779 (50%) CSP clauses are encoded (11104317 clauses, 272223739 bytes)
70.69/71.41	c 72	54935 (60%) CSP clauses are encoded (13268056 clauses, 328472879 bytes)
76.70/77.58	c 78	64091 (70%) CSP clauses are encoded (15196155 clauses, 378229079 bytes)
83.41/84.36	c 85	73247 (80%) CSP clauses are encoded (17281641 clauses, 432740779 bytes)
89.80/90.86	c 91	82403 (90%) CSP clauses are encoded (19251861 clauses, 484383475 bytes)
95.81/96.91	c 97	91558 (100%) CSP clauses are encoded (21093636 clauses, 532767254 bytes)
95.81/96.91	c 97	91558 CSP clauses encoded
95.81/96.91	c 97	Writing map file : HOME/temp.map
95.81/96.98	c 97	Heap : 108 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
95.81/96.98	c 97	SAT : 1709375 SAT variables, 21093636 SAT clauses, 532767254 bytes
95.81/96.98	c 97	Heap : 108 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
95.90/97.06	c 97	SOLVING HOME/temp.cnf
95.90/97.06	c 97	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
285.68/287.81	c 288	DECODING HOME/temp.out WITH HOME/temp.map
285.68/287.81	c 288	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'
285.68/287.89	c 288	Decoding HOME/temp.out
286.37/288.56	s UNSATISFIABLE
286.37/288.57	c 289	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
286.45/288.60	c 289	CPU 286.45 (0.06 0.01 182.78 103.6)
286.45/288.61	c 289	END Sun Jul 12 07:37:35 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083148-1247376766/watcher-2083148-1247376766 -o /tmp/evaluation-result-2083148-1247376766/solver-2083148-1247376766 -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-2083148-1247376766.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.99 1.97 1.98 4/81 25690
/proc/meminfo: memFree=1578312/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=12268 CPUtime=0
/proc/25690/stat : 25690 (sugar) R 25688 25690 5419 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 24739755 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 217051789925 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25690/statm: 3067 316 241 3 0 167 0

[startup+0.082635 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 25690
/proc/meminfo: memFree=1578312/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16740 CPUtime=0.07
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24739755 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102497 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 25690
/proc/meminfo: memFree=1578312/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=0.07
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24739755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302002 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 25690
/proc/meminfo: memFree=1578312/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=0.07
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24739755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701079 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 25690
/proc/meminfo: memFree=1578312/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=0.07
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24739755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50123 s]
/proc/loadavg: 1.99 1.97 1.98 3/92 25702
/proc/meminfo: memFree=1551408/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=1.06
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1309 10070 0 1 6 1 93 6 15 0 1 0 24739755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 16868

[startup+3.10154 s]
/proc/loadavg: 1.99 1.97 1.98 3/92 25712
/proc/meminfo: memFree=1556656/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=1.06
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1309 10070 0 1 6 1 93 6 16 0 1 0 24739755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1111 409 3 0 796 0
[pid=25703] ppid=25690 vsize=5356 CPUtime=0
/proc/25703/stat : 25703 (sh) S 25690 25690 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24739865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25703/statm: 1339 233 193 169 0 50 0
[pid=25704] ppid=25703 vsize=868592 CPUtime=1.98
/proc/25704/stat : 25704 (java) S 25703 25690 5419 0 -1 0 8978 0 1 0 192 6 0 0 18 0 9 0 24739865 889438208 8098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25704/statm: 217148 8098 2567 9 0 211653 0
[pid=25704/tid=25705] ppid=25703 vsize=868592 CPUtime=1.53
/proc/25704/task/25705/stat : 25705 (java) R 25703 25690 5419 0 -1 64 2666 0 1 0 151 2 0 0 25 0 9 0 24739866 889438208 8098 996147200 134512640 134550932 4294955936 18446744073709551615 4126552910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25706] ppid=25703 vsize=868592 CPUtime=0.24
/proc/25704/task/25706/stat : 25706 (java) S 25703 25690 5419 0 -1 64 4140 0 0 0 22 2 0 0 16 0 9 0 24739867 889438208 8098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25707] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25707/stat : 25707 (java) S 25703 25690 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24739867 889438208 8098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25708] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25708/stat : 25708 (java) S 25703 25690 5419 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24739867 889438208 8098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25709] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25709/stat : 25709 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24739869 889438208 8098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25710] ppid=25703 vsize=868592 CPUtime=0.18
/proc/25704/task/25710/stat : 25710 (java) S 25703 25690 5419 0 -1 64 1468 0 0 0 17 1 0 0 15 0 9 0 24739869 889438208 8098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25711] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25711/stat : 25711 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24739869 889438208 8098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25712] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25712/stat : 25712 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24739869 889438208 8098 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890816

[startup+6.30215 s]
/proc/loadavg: 1.99 1.97 1.98 3/92 25712
/proc/meminfo: memFree=1541680/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=1.06
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1309 10070 0 1 6 1 93 6 16 0 1 0 24739755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1111 409 3 0 796 0
[pid=25703] ppid=25690 vsize=5356 CPUtime=0
/proc/25703/stat : 25703 (sh) S 25690 25690 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24739865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25703/statm: 1339 233 193 169 0 50 0
[pid=25704] ppid=25703 vsize=868592 CPUtime=5.14
/proc/25704/stat : 25704 (java) S 25703 25690 5419 0 -1 0 17728 0 1 0 503 11 0 0 18 0 9 0 24739865 889438208 11623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25704/statm: 217148 11623 2567 9 0 211653 0
[pid=25704/tid=25705] ppid=25703 vsize=868592 CPUtime=4.16
/proc/25704/task/25705/stat : 25705 (java) R 25703 25690 5419 0 -1 64 3088 0 1 0 413 3 0 0 25 0 9 0 24739866 889438208 11623 996147200 134512640 134550932 4294955936 18446744073709551615 4126546913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25706] ppid=25703 vsize=868592 CPUtime=0.76
/proc/25704/task/25706/stat : 25706 (java) S 25703 25690 5419 0 -1 64 12461 0 0 0 70 6 0 0 16 0 9 0 24739867 889438208 11623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25707] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25707/stat : 25707 (java) S 25703 25690 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24739867 889438208 11623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25708] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25708/stat : 25708 (java) S 25703 25690 5419 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24739867 889438208 11623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25709] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25709/stat : 25709 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24739869 889438208 11623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25710] ppid=25703 vsize=868592 CPUtime=0.19
/proc/25704/task/25710/stat : 25710 (java) S 25703 25690 5419 0 -1 64 1475 0 0 0 18 1 0 0 15 0 9 0 24739869 889438208 11623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25711] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25711/stat : 25711 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24739869 889438208 11623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25712] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25712/stat : 25712 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24739869 889438208 11623 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890816

[startup+12.7024 s]
/proc/loadavg: 2.07 1.99 1.99 3/92 25712
/proc/meminfo: memFree=1506800/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=1.06
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1309 10070 0 1 6 1 93 6 16 0 1 0 24739755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1111 409 3 0 796 0
[pid=25703] ppid=25690 vsize=5356 CPUtime=0
/proc/25703/stat : 25703 (sh) S 25690 25690 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24739865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25703/statm: 1339 233 193 169 0 50 0
[pid=25704] ppid=25703 vsize=868592 CPUtime=11.47
/proc/25704/stat : 25704 (java) S 25703 25690 5419 0 -1 0 30396 0 1 0 1129 18 0 0 18 0 9 0 24739865 889438208 20306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25704/statm: 217148 20306 2567 9 0 211653 0
[pid=25704/tid=25705] ppid=25703 vsize=868592 CPUtime=9.64
/proc/25704/task/25705/stat : 25705 (java) R 25703 25690 5419 0 -1 64 3485 0 1 0 961 3 0 0 25 0 9 0 24739866 889438208 20306 996147200 134512640 134550932 4294955936 18446744073709551615 4126546923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25706] ppid=25703 vsize=868592 CPUtime=1.6
/proc/25704/task/25706/stat : 25706 (java) S 25703 25690 5419 0 -1 64 24731 0 0 0 148 12 0 0 16 0 9 0 24739867 889438208 20306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25707] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25707/stat : 25707 (java) S 25703 25690 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24739867 889438208 20306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25708] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25708/stat : 25708 (java) S 25703 25690 5419 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24739867 889438208 20306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25709] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25709/stat : 25709 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24739869 889438208 20306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25710] ppid=25703 vsize=868592 CPUtime=0.19
/proc/25704/task/25710/stat : 25710 (java) S 25703 25690 5419 0 -1 64 1476 0 0 0 18 1 0 0 15 0 9 0 24739869 889438208 20306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25711] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25711/stat : 25711 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24739869 889438208 20306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25712] ppid=25703 vsize=868592 CPUtime=0
/proc/25704/task/25712/stat : 25712 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24739869 889438208 20306 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890816

[startup+25.5016 s]
/proc/loadavg: 2.14 2.00 1.99 3/92 25712
/proc/meminfo: memFree=1435184/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=1.06
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1310 10070 0 1 6 1 93 6 15 0 1 0 24739755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1111 409 3 0 796 0
[pid=25703] ppid=25690 vsize=5356 CPUtime=0
/proc/25703/stat : 25703 (sh) S 25690 25690 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24739865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25703/statm: 1339 233 193 169 0 50 0
[pid=25704] ppid=25703 vsize=868704 CPUtime=24.19
/proc/25704/stat : 25704 (java) S 25703 25690 5419 0 -1 0 54627 0 1 0 2390 29 0 0 18 0 9 0 24739865 889552896 37039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25704/statm: 217176 37039 2592 9 0 211653 0
[pid=25704/tid=25705] ppid=25703 vsize=868704 CPUtime=19.47
/proc/25704/task/25705/stat : 25705 (java) R 25703 25690 5419 0 -1 64 4808 0 1 0 1942 5 0 0 25 0 9 0 24739866 889552896 37039 996147200 134512640 134550932 4294955936 18446744073709551615 4126578960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25706] ppid=25703 vsize=868704 CPUtime=4.45
/proc/25704/task/25706/stat : 25706 (java) S 25703 25690 5419 0 -1 64 47607 0 0 0 423 22 0 0 16 0 9 0 24739867 889552896 37039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25707] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25707/stat : 25707 (java) S 25703 25690 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24739867 889552896 37039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25708] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25708/stat : 25708 (java) S 25703 25690 5419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24739867 889552896 37039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25709] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25709/stat : 25709 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24739869 889552896 37039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25710] ppid=25703 vsize=868704 CPUtime=0.24
/proc/25704/task/25710/stat : 25710 (java) S 25703 25690 5419 0 -1 64 1508 0 0 0 23 1 0 0 15 0 9 0 24739869 889552896 37039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25711] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25711/stat : 25711 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24739869 889552896 37039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25712] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25712/stat : 25712 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24739869 889552896 37039 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 890928

[startup+51.1015 s]
/proc/loadavg: 2.37 2.07 2.02 3/92 25712
/proc/meminfo: memFree=1273264/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=1.06
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1310 10070 0 1 6 1 93 6 16 0 1 0 24739755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1111 409 3 0 796 0
[pid=25703] ppid=25690 vsize=5356 CPUtime=0
/proc/25703/stat : 25703 (sh) S 25690 25690 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24739865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25703/statm: 1339 233 193 169 0 50 0
[pid=25704] ppid=25703 vsize=868704 CPUtime=49.59
/proc/25704/stat : 25704 (java) S 25703 25690 5419 0 -1 0 54969 0 1 0 4829 130 0 0 18 0 9 0 24739865 889552896 37063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25704/statm: 217176 37063 2593 9 0 211653 0
[pid=25704/tid=25705] ppid=25703 vsize=868704 CPUtime=44.59
/proc/25704/task/25705/stat : 25705 (java) R 25703 25690 5419 0 -1 64 5130 0 1 0 4356 103 0 0 25 0 9 0 24739866 889552896 37063 996147200 134512640 134550932 4294955936 18446744073709551615 4127013356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25706] ppid=25703 vsize=868704 CPUtime=4.69
/proc/25704/task/25706/stat : 25706 (java) S 25703 25690 5419 0 -1 64 47607 0 0 0 445 24 0 0 16 0 9 0 24739867 889552896 37063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25707] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25707/stat : 25707 (java) S 25703 25690 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24739867 889552896 37063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25708] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25708/stat : 25708 (java) S 25703 25690 5419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24739867 889552896 37063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25709] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25709/stat : 25709 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24739869 889552896 37063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25710] ppid=25703 vsize=868704 CPUtime=0.27
/proc/25704/task/25710/stat : 25710 (java) S 25703 25690 5419 0 -1 64 1528 0 0 0 26 1 0 0 16 0 9 0 24739869 889552896 37063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25711] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25711/stat : 25711 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24739869 889552896 37063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25704/tid=25712] ppid=25703 vsize=868704 CPUtime=0
/proc/25704/task/25712/stat : 25712 (java) S 25703 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24739869 889552896 37063 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 890928

[startup+102.306 s]
/proc/loadavg: 2.75 2.22 2.07 3/84 25714
/proc/meminfo: memFree=972720/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=95.93
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1366 66024 0 2 6 1 9223 363 16 0 1 0 24739755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1114 409 3 0 796 0
[pid=25713] ppid=25690 vsize=5356 CPUtime=0
/proc/25713/stat : 25713 (sh) S 25690 25690 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24749462 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25713/statm: 1339 232 193 169 0 50 0
[pid=25714] ppid=25713 vsize=87452 CPUtime=5.2
/proc/25714/stat : 25714 (picosat) R 25713 25690 5419 0 -1 4194304 17298 0 0 0 240 280 0 0 25 0 1 0 24749462 89550848 17284 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25714/statm: 21863 17284 40 102 0 21758 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 109676

[startup+162.302 s]
/proc/loadavg: 2.27 2.18 2.06 3/84 25714
/proc/meminfo: memFree=696816/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=95.93
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1366 66024 0 2 6 1 9223 363 16 0 1 0 24739755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1114 409 3 0 796 0
[pid=25713] ppid=25690 vsize=5356 CPUtime=0
/proc/25713/stat : 25713 (sh) S 25690 25690 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24749462 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25713/statm: 1339 232 193 169 0 50 0
[pid=25714] ppid=25713 vsize=382660 CPUtime=64.87
/proc/25714/stat : 25714 (picosat) R 25713 25690 5419 0 -1 4194304 86573 0 0 0 2992 3495 0 0 25 0 1 0 24749462 391843840 86559 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25714/statm: 95665 86559 40 102 0 95560 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 404884

[startup+222.301 s]
/proc/loadavg: 2.10 2.14 2.06 3/84 25714
/proc/meminfo: memFree=477104/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=95.93
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1366 66024 0 2 6 1 9223 363 16 0 1 0 24739755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1114 409 3 0 796 0
[pid=25713] ppid=25690 vsize=5356 CPUtime=0
/proc/25713/stat : 25713 (sh) S 25690 25690 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24749462 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25713/statm: 1339 232 193 169 0 50 0
[pid=25714] ppid=25713 vsize=608280 CPUtime=124.58
/proc/25714/stat : 25714 (picosat) R 25713 25690 5419 0 -1 4194304 140910 0 0 0 5733 6725 0 0 25 0 1 0 24749462 622878720 140896 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25714/statm: 152070 140896 40 102 0 151965 0
Current children cumulated CPU time (s) 220.51
Current children cumulated vsize (KiB) 630504

[startup+282.303 s]
/proc/loadavg: 2.03 2.11 2.05 3/84 25714
/proc/meminfo: memFree=260656/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=95.93
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1366 66024 0 2 6 1 9223 363 16 0 1 0 24739755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1114 409 3 0 796 0
[pid=25713] ppid=25690 vsize=5356 CPUtime=0
/proc/25713/stat : 25713 (sh) S 25690 25690 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24749462 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25713/statm: 1339 232 193 169 0 50 0
[pid=25714] ppid=25713 vsize=867328 CPUtime=184.28
/proc/25714/stat : 25714 (picosat) R 25713 25690 5419 0 -1 4194304 195450 0 0 0 8472 9956 0 0 25 0 1 0 24749462 888143872 195436 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25714/statm: 216832 195436 40 102 0 216727 0
Current children cumulated CPU time (s) 280.21
Current children cumulated vsize (KiB) 889552

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

[startup+284.701 s]
/proc/loadavg: 2.03 2.11 2.05 3/84 25714
/proc/meminfo: memFree=255920/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=95.93
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1366 66024 0 2 6 1 9223 363 16 0 1 0 24739755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1114 409 3 0 796 0
[pid=25713] ppid=25690 vsize=5356 CPUtime=0
/proc/25713/stat : 25713 (sh) S 25690 25690 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24749462 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25713/statm: 1339 232 193 169 0 50 0
[pid=25714] ppid=25713 vsize=877124 CPUtime=186.67
/proc/25714/stat : 25714 (picosat) R 25713 25690 5419 0 -1 4194304 196256 0 0 0 8688 9979 0 0 25 0 1 0 24749462 898174976 196210 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/25714/statm: 219281 196210 42 102 0 219176 0
Current children cumulated CPU time (s) 282.6
Current children cumulated vsize (KiB) 899348

[startup+286.301 s]
/proc/loadavg: 2.03 2.11 2.05 3/84 25714
/proc/meminfo: memFree=254064/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=95.93
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1366 66024 0 2 6 1 9223 363 16 0 1 0 24739755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1114 409 3 0 796 0
[pid=25713] ppid=25690 vsize=5356 CPUtime=0
/proc/25713/stat : 25713 (sh) S 25690 25690 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24749462 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25713/statm: 1339 232 193 169 0 50 0
[pid=25714] ppid=25713 vsize=877124 CPUtime=188.26
/proc/25714/stat : 25714 (picosat) R 25713 25690 5419 0 -1 4194304 196464 0 0 0 8847 9979 0 0 25 0 1 0 24749462 898174976 196418 996147200 134512640 134931368 4294956256 18446744073709551615 134523054 0 0 4096 0 0 0 0 17 1 0 0
/proc/25714/statm: 219281 196418 42 102 0 219176 0
Current children cumulated CPU time (s) 284.19
Current children cumulated vsize (KiB) 899348

[startup+287.903 s]
/proc/loadavg: 2.03 2.11 2.05 3/84 25714
/proc/meminfo: memFree=253424/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=285.71
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1447 262825 0 2 6 1 18208 10356 16 0 1 0 24739755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 285.71
Current children cumulated vsize (KiB) 16868

[startup+288.302 s]
/proc/loadavg: 2.03 2.11 2.05 4/92 25724
/proc/meminfo: memFree=1035632/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=285.71
/proc/25690/stat : 25690 (sugar) S 25688 25690 5419 0 -1 4194304 1447 262825 0 2 6 1 18208 10356 16 0 1 0 24739755 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25690/statm: 4217 1114 409 3 0 796 0
[pid=25715] ppid=25690 vsize=5356 CPUtime=0
/proc/25715/stat : 25715 (sh) S 25690 25690 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24768536 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25715/statm: 1339 233 193 169 0 50 0
[pid=25716] ppid=25715 vsize=862904 CPUtime=0.46
/proc/25716/stat : 25716 (java) S 25715 25690 5419 0 -1 0 5587 0 1 0 44 2 0 0 18 0 9 0 24768537 883613696 4868 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25716/statm: 215726 4869 2154 9 0 210639 0
[pid=25716/tid=25717] ppid=25715 vsize=862904 CPUtime=0.32
/proc/25716/task/25717/stat : 25717 (java) R 25715 25690 5419 0 -1 64 2036 0 1 0 31 1 0 0 19 0 9 0 24768538 883613696 4870 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25716/tid=25718] ppid=25715 vsize=862904 CPUtime=0.07
/proc/25716/task/25718/stat : 25718 (java) R 25715 25690 5419 0 -1 64 2384 0 0 0 7 0 0 0 16 0 9 0 24768539 883613696 4872 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25716/tid=25719] ppid=25715 vsize=862904 CPUtime=0
/proc/25716/task/25719/stat : 25719 (java) S 25715 25690 5419 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24768540 883613696 4873 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25716/tid=25720] ppid=25715 vsize=862904 CPUtime=0
/proc/25716/task/25720/stat : 25720 (java) S 25715 25690 5419 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24768540 883613696 4875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25716/tid=25721] ppid=25715 vsize=862904 CPUtime=0
/proc/25716/task/25721/stat : 25721 (java) S 25715 25690 5419 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24768542 883613696 4877 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25716/tid=25722] ppid=25715 vsize=862904 CPUtime=0.04
/proc/25716/task/25722/stat : 25722 (java) S 25715 25690 5419 0 -1 64 475 0 0 0 4 0 0 0 16 0 9 0 24768542 883613696 4878 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25716/tid=25723] ppid=25715 vsize=862904 CPUtime=0
/proc/25716/task/25723/stat : 25723 (java) S 25715 25690 5419 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24768542 883613696 4880 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25716/tid=25724] ppid=25715 vsize=862904 CPUtime=0
/proc/25716/task/25724/stat : 25724 (java) S 25715 25690 5419 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24768542 883613696 4882 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 286.17
Current children cumulated vsize (KiB) 885128

[startup+288.702 s]
/proc/loadavg: 2.03 2.11 2.05 4/92 25724
/proc/meminfo: memFree=1035632/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=286.55
/proc/25690/stat : 25690 (sugar) R 25688 25690 5419 0 -1 4194304 1476 271021 0 3 6 11 18278 10360 16 0 1 0 24739755 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25690/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 286.55
Current children cumulated vsize (KiB) 16868

[startup+288.802 s]
/proc/loadavg: 2.03 2.11 2.05 4/92 25724
/proc/meminfo: memFree=1035632/2055920 swapFree=4192812/4192956
[pid=25690] ppid=25688 vsize=16868 CPUtime=286.65
/proc/25690/stat : 25690 (sugar) R 25688 25690 5419 0 -1 4194304 1476 271021 0 3 6 21 18278 10360 17 0 1 0 24739755 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 217051796521 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25690/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 286.65
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 288.878
CPU time (s): 286.749
CPU user time (s): 182.857
CPU system time (s): 103.892
CPU usage (%): 99.2632
Max. virtual memory (cumulated for all children) (KiB): 903628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.857
system time used= 103.892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272558
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17757
involuntary context switches= 25464

runsolver used 0.329949 second user time and 0.831873 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 07:32:46
IDJOB=2083148
IDBENCH=57720
IDSOLVER=738
FILE ID=node59/2083148-1247376766
PBS_JOBID= 9507107
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp10/normalized-fapp10-0900-0.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-2083148-1247376766/watcher-2083148-1247376766 -o /tmp/evaluation-result-2083148-1247376766/solver-2083148-1247376766 -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-2083148-1247376766.xml

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

MD5SUM BENCH= 6c0f6900ea5b66ed7e32c3099d9a431e
RANDOM SEED=279432440

node59.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.263
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.263
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:       1578792 kB
Buffers:         73012 kB
Cached:         288340 kB
SwapCached:          0 kB
Active:         203976 kB
Inactive:       193572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1578792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2880 kB
Writeback:           0 kB
Mapped:          56608 kB
Slab:            64584 kB
Committed_AS:   229216 kB
PageTables:       1980 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= 66384 MiB
End job on node59 at 2009-07-12 07:37:35