Trace number 2083951

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 167.152 169.215

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-8.xml
MD5SUMd3d9c6951aa2e5cf17a15b212b668836
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 benchmark34.3888
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
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 08:02:15 2009
0.00/0.08	c 0	PID 25860
0.00/0.08	c 0	HOST node61.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083951-1247378535.xml TO HOME/temp.csp
0.00/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-2083951-1247378535.xml' 'HOME/temp.csp'
0.06/0.68	c 1	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	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.79	c 1	Parsing HOME/temp.csp
0.90/1.06	c 1	parsed 5027 expressions
0.90/1.07	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.07	c 1	Converting to clausal form CSP
1.30/1.48	c 2	converted 503 (10%) expressions
1.99/2.20	c 3	converted 1006 (20%) expressions
2.59/2.79	c 3	converted 1509 (30%) expressions
3.28/3.40	c 4	converted 2011 (40%) expressions
3.58/3.80	c 4	converted 2514 (50%) expressions
3.97/4.19	c 5	converted 3017 (60%) expressions
4.36/4.57	c 5	converted 3519 (70%) expressions
4.96/5.11	c 5	converted 4022 (80%) expressions
5.36/5.52	c 6	converted 4525 (90%) expressions
5.75/5.91	c 6	converted 5027 (100%) expressions
5.75/5.91	c 6	CSP : 697 integers, 13348 booleans, 28400 clauses, largest domain size 2717
5.75/5.91	c 6	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.75/5.91	c 6	Propagation in CSP
5.96/6.12	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.96/6.13	c 6	CSP : 697 integers, 13348 booleans, 28400 clauses, largest domain size 2717
5.96/6.13	c 6	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.96/6.15	c 6	Simplifing CSP by introducing new Boolean variables
6.05/6.21	c 7	CSP : 697 integers, 23214 booleans, 38266 clauses, largest domain size 2717
6.05/6.21	c 7	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.25/6.48	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.65/6.86	c 7	70 (10%) CSP integer variables are encoded (15840 clauses, 215546 bytes)
6.95/7.19	c 8	140 (20%) CSP integer variables are encoded (32412 clauses, 464126 bytes)
7.34/7.50	c 8	210 (30%) CSP integer variables are encoded (47677 clauses, 693101 bytes)
7.63/7.81	c 8	279 (40%) CSP integer variables are encoded (62774 clauses, 919556 bytes)
7.93/8.12	c 8	349 (50%) CSP integer variables are encoded (78547 clauses, 1156151 bytes)
8.14/8.35	c 9	419 (60%) CSP integer variables are encoded (252532 clauses, 4071709 bytes)
8.33/8.53	c 9	488 (70%) CSP integer variables are encoded (386769 clauses, 6353738 bytes)
8.52/8.73	c 9	558 (80%) CSP integer variables are encoded (545137 clauses, 9045994 bytes)
8.73/8.92	c 9	628 (90%) CSP integer variables are encoded (690149 clauses, 11511198 bytes)
8.82/9.08	c 9	697 (100%) CSP integer variables are encoded (815836 clauses, 13647877 bytes)
12.18/12.43	c 13	3827 (10%) CSP clauses are encoded (1817991 clauses, 37339223 bytes)
15.53/15.81	c 16	7654 (20%) CSP clauses are encoded (2947125 clauses, 64456912 bytes)
18.50/18.81	c 19	11480 (30%) CSP clauses are encoded (3984904 clauses, 89480238 bytes)
20.93/21.46	c 22	15307 (40%) CSP clauses are encoded (4864841 clauses, 110832895 bytes)
24.20/24.74	c 25	19133 (50%) CSP clauses are encoded (6095975 clauses, 140604949 bytes)
27.25/27.80	c 28	22960 (60%) CSP clauses are encoded (7231545 clauses, 167933322 bytes)
30.39/31.04	c 31	26787 (70%) CSP clauses are encoded (8434253 clauses, 197048748 bytes)
33.26/33.99	c 34	30613 (80%) CSP clauses are encoded (9512894 clauses, 223270974 bytes)
36.26/37.00	c 37	34440 (90%) CSP clauses are encoded (10596065 clauses, 249523894 bytes)
38.91/39.80	c 40	38266 (100%) CSP clauses are encoded (11611520 clauses, 274260312 bytes)
38.91/39.80	c 40	38266 CSP clauses encoded
39.01/39.80	c 40	Writing map file : HOME/temp.map
39.01/39.83	c 40	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.01/39.83	c 40	SAT : 839747 SAT variables, 11611520 SAT clauses, 274260312 bytes
39.01/39.83	c 40	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.01/39.85	c 40	SOLVING HOME/temp.cnf
39.01/39.85	c 40	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
166.47/168.51	c 169	DECODING HOME/temp.out WITH HOME/temp.map
166.47/168.51	c 169	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'
166.49/168.60	c 169	Decoding HOME/temp.out
166.49/169.00	s UNSATISFIABLE
166.49/169.01	c 169	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
166.49/169.08	c 169	CPU 166.98 (0.05 0.02 109.88 57.03)
166.49/169.08	c 169	END Sun Jul 12 08:05:04 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-2083951-1247378535/watcher-2083951-1247378535 -o /tmp/evaluation-result-2083951-1247378535/solver-2083951-1247378535 -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-2083951-1247378535.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 2.01 2.00 4/80 25860
/proc/meminfo: memFree=1473536/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=12268 CPUtime=0
/proc/25860/stat : 25860 (sugar) R 25858 25860 25823 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 24916982 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 246415408126 0 0 4224 0 0 0 0 17 1 0 0
/proc/25860/statm: 3067 316 241 3 0 167 0

[startup+0.0840379 s]
/proc/loadavg: 1.85 2.01 2.00 4/80 25860
/proc/meminfo: memFree=1473536/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=0.06
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1209 128 0 0 4 2 0 0 18 0 1 0 24916982 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.100958 s]
/proc/loadavg: 1.85 2.01 2.00 4/80 25860
/proc/meminfo: memFree=1473536/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=0.06
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 24916982 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301973 s]
/proc/loadavg: 1.85 2.01 2.00 4/80 25860
/proc/meminfo: memFree=1473536/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=0.06
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 24916982 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702008 s]
/proc/loadavg: 1.85 2.01 2.00 4/80 25860
/proc/meminfo: memFree=1473536/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=0.06
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1245 128 0 0 4 2 0 0 15 0 1 0 24916982 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50109 s]
/proc/loadavg: 1.85 2.01 2.00 4/91 25882
/proc/meminfo: memFree=1464616/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=0.64
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1309 7321 0 1 4 2 54 4 15 0 1 0 24916982 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1111 409 3 0 796 0
[pid=25873] ppid=25860 vsize=5356 CPUtime=0
/proc/25873/stat : 25873 (sh) S 25860 25860 25823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917054 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25873/statm: 1339 233 193 169 0 50 0
[pid=25874] ppid=25873 vsize=868516 CPUtime=0.76
/proc/25874/stat : 25874 (java) S 25873 25860 25823 0 -1 0 5576 0 1 0 72 4 0 0 18 0 9 0 24917054 889360384 4991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25874/statm: 217129 4991 1742 9 0 211634 0
[pid=25874/tid=25875] ppid=25873 vsize=868516 CPUtime=0.55
/proc/25874/task/25875/stat : 25875 (java) R 25873 25860 25823 0 -1 64 2682 0 1 0 54 1 0 0 20 0 9 0 24917056 889360384 4991 996147200 134512640 134550932 4294955936 18446744073709551615 4126508788 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25876] ppid=25873 vsize=868516 CPUtime=0.03
/proc/25874/task/25876/stat : 25876 (java) S 25873 25860 25823 0 -1 64 756 0 0 0 3 0 0 0 16 0 9 0 24917057 889360384 4991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25877] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25877/stat : 25877 (java) S 25873 25860 25823 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24917057 889360384 4991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25878] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25878/stat : 25878 (java) S 25873 25860 25823 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24917057 889360384 4991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25879] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25879/stat : 25879 (java) S 25873 25860 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24917059 889360384 4991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25880] ppid=25873 vsize=868516 CPUtime=0.14
/proc/25874/task/25880/stat : 25880 (java) S 25873 25860 25823 0 -1 64 1445 0 0 0 13 1 0 0 16 0 9 0 24917059 889360384 4991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25881] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25881/stat : 25881 (java) S 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24917059 889360384 4991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25882] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25882/stat : 25882 (java) R 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24917059 889360384 4991 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890740

[startup+3.10224 s]
/proc/loadavg: 1.85 2.01 2.00 3/91 25882
/proc/meminfo: memFree=1453224/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=0.64
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1309 7321 0 1 4 2 54 4 16 0 1 0 24916982 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1111 409 3 0 796 0
[pid=25873] ppid=25860 vsize=5356 CPUtime=0
/proc/25873/stat : 25873 (sh) S 25860 25860 25823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917054 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25873/statm: 1339 233 193 169 0 50 0
[pid=25874] ppid=25873 vsize=868516 CPUtime=2.35
/proc/25874/stat : 25874 (java) S 25873 25860 25823 0 -1 0 8920 0 1 0 227 8 0 0 18 0 9 0 24917054 889360384 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25874/statm: 217129 8001 2566 9 0 211634 0
[pid=25874/tid=25875] ppid=25873 vsize=868516 CPUtime=1.85
/proc/25874/task/25875/stat : 25875 (java) R 25873 25860 25823 0 -1 64 2841 0 1 0 183 2 0 0 25 0 9 0 24917056 889360384 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4126520248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25876] ppid=25873 vsize=868516 CPUtime=0.29
/proc/25874/task/25876/stat : 25876 (java) S 25873 25860 25823 0 -1 64 3917 0 0 0 26 3 0 0 16 0 9 0 24917057 889360384 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25877] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25877/stat : 25877 (java) S 25873 25860 25823 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917057 889360384 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25878] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25878/stat : 25878 (java) S 25873 25860 25823 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917057 889360384 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25879] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25879/stat : 25879 (java) S 25873 25860 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24917059 889360384 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25880] ppid=25873 vsize=868516 CPUtime=0.18
/proc/25874/task/25880/stat : 25880 (java) S 25873 25860 25823 0 -1 64 1463 0 0 0 17 1 0 0 15 0 9 0 24917059 889360384 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25881] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25881/stat : 25881 (java) S 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24917059 889360384 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25882] ppid=25873 vsize=868516 CPUtime=0
/proc/25874/task/25882/stat : 25882 (java) S 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24917059 889360384 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890740

[startup+6.30255 s]
/proc/loadavg: 1.86 2.01 2.00 3/91 25882
/proc/meminfo: memFree=1433128/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=0.65
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1310 7321 0 1 5 2 54 4 15 0 1 0 24916982 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1111 409 3 0 796 0
[pid=25873] ppid=25860 vsize=5356 CPUtime=0
/proc/25873/stat : 25873 (sh) S 25860 25860 25823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917054 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25873/statm: 1339 233 193 169 0 50 0
[pid=25874] ppid=25873 vsize=873696 CPUtime=5.5
/proc/25874/stat : 25874 (java) S 25873 25860 25823 0 -1 0 15681 0 1 0 536 14 0 0 18 0 9 0 24917054 894664704 14489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25874/statm: 218424 14489 2567 9 0 212929 0
[pid=25874/tid=25875] ppid=25873 vsize=873696 CPUtime=4.34
/proc/25874/task/25875/stat : 25875 (java) R 25873 25860 25823 0 -1 64 3247 0 1 0 431 3 0 0 25 0 9 0 24917056 894664704 14489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25876] ppid=25873 vsize=873696 CPUtime=0.94
/proc/25874/task/25876/stat : 25876 (java) R 25873 25860 25823 0 -1 64 10259 0 0 0 86 8 0 0 16 0 9 0 24917057 894664704 14489 996147200 134512640 134550932 4294955936 18446744073709551615 103732042 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25877] ppid=25873 vsize=873696 CPUtime=0
/proc/25874/task/25877/stat : 25877 (java) S 25873 25860 25823 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917057 894664704 14489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25878] ppid=25873 vsize=873696 CPUtime=0
/proc/25874/task/25878/stat : 25878 (java) S 25873 25860 25823 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917057 894664704 14489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25879] ppid=25873 vsize=873696 CPUtime=0
/proc/25874/task/25879/stat : 25879 (java) S 25873 25860 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24917059 894664704 14489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25880] ppid=25873 vsize=873696 CPUtime=0.2
/proc/25874/task/25880/stat : 25880 (java) S 25873 25860 25823 0 -1 64 1476 0 0 0 19 1 0 0 15 0 9 0 24917059 894664704 14489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25881] ppid=25873 vsize=873696 CPUtime=0
/proc/25874/task/25881/stat : 25881 (java) S 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24917059 894664704 14489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25882] ppid=25873 vsize=873696 CPUtime=0
/proc/25874/task/25882/stat : 25882 (java) S 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24917059 894664704 14489 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 895920

[startup+12.7021 s]
/proc/loadavg: 1.87 2.01 2.00 3/91 25882
/proc/meminfo: memFree=1392552/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=0.65
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1310 7321 0 1 5 2 54 4 16 0 1 0 24916982 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1111 409 3 0 796 0
[pid=25873] ppid=25860 vsize=5356 CPUtime=0
/proc/25873/stat : 25873 (sh) S 25860 25860 25823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917054 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25873/statm: 1339 233 193 169 0 50 0
[pid=25874] ppid=25873 vsize=868680 CPUtime=11.84
/proc/25874/stat : 25874 (java) S 25873 25860 25823 0 -1 0 16211 0 1 0 1143 41 0 0 18 0 9 0 24917054 889528320 13414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25874/statm: 217170 13414 2593 9 0 211647 0
[pid=25874/tid=25875] ppid=25873 vsize=868680 CPUtime=10.29
/proc/25874/task/25875/stat : 25875 (java) R 25873 25860 25823 0 -1 64 3728 0 1 0 1002 27 0 0 25 0 9 0 24917056 889528320 13414 996147200 134512640 134550932 4294955936 18446744073709551615 4126818280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25876] ppid=25873 vsize=868680 CPUtime=1.26
/proc/25874/task/25876/stat : 25876 (java) S 25873 25860 25823 0 -1 64 10268 0 0 0 115 11 0 0 16 0 9 0 24917057 889528320 13414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25877] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25877/stat : 25877 (java) S 25873 25860 25823 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917057 889528320 13414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25878] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25878/stat : 25878 (java) S 25873 25860 25823 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917057 889528320 13414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25879] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25879/stat : 25879 (java) S 25873 25860 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24917059 889528320 13414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25880] ppid=25873 vsize=868680 CPUtime=0.26
/proc/25874/task/25880/stat : 25880 (java) S 25873 25860 25823 0 -1 64 1516 0 0 0 25 1 0 0 16 0 9 0 24917059 889528320 13414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25881] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25881/stat : 25881 (java) S 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24917059 889528320 13414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25882] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25882/stat : 25882 (java) S 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24917059 889528320 13414 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890904

[startup+25.5014 s]
/proc/loadavg: 1.90 2.01 2.00 3/91 25882
/proc/meminfo: memFree=1281320/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=0.65
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1310 7321 0 1 5 2 54 4 16 0 1 0 24916982 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1111 409 3 0 796 0
[pid=25873] ppid=25860 vsize=5356 CPUtime=0
/proc/25873/stat : 25873 (sh) S 25860 25860 25823 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917054 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25873/statm: 1339 233 193 169 0 50 0
[pid=25874] ppid=25873 vsize=868680 CPUtime=24.32
/proc/25874/stat : 25874 (java) S 25873 25860 25823 0 -1 0 17026 0 1 0 2318 114 0 0 18 0 9 0 24917054 889528320 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25874/statm: 217170 13415 2593 9 0 211647 0
[pid=25874/tid=25875] ppid=25873 vsize=868680 CPUtime=22.38
/proc/25874/task/25875/stat : 25875 (java) R 25873 25860 25823 0 -1 64 4542 0 1 0 2144 94 0 0 25 0 9 0 24917056 889528320 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4126979612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25876] ppid=25873 vsize=868680 CPUtime=1.64
/proc/25874/task/25876/stat : 25876 (java) S 25873 25860 25823 0 -1 64 10268 0 0 0 147 17 0 0 16 0 9 0 24917057 889528320 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25877] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25877/stat : 25877 (java) S 25873 25860 25823 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917057 889528320 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25878] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25878/stat : 25878 (java) S 25873 25860 25823 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917057 889528320 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25879] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25879/stat : 25879 (java) S 25873 25860 25823 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24917059 889528320 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25880] ppid=25873 vsize=868680 CPUtime=0.26
/proc/25874/task/25880/stat : 25880 (java) S 25873 25860 25823 0 -1 64 1517 0 0 0 25 1 0 0 17 0 9 0 24917059 889528320 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25881] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25881/stat : 25881 (java) S 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24917059 889528320 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25874/tid=25882] ppid=25873 vsize=868680 CPUtime=0
/proc/25874/task/25882/stat : 25882 (java) S 25873 25860 25823 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24917059 889528320 13415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 890904

[startup+51.1018 s]
/proc/loadavg: 1.93 2.01 2.00 3/83 25884
/proc/meminfo: memFree=1102824/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=39.08
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1366 25622 0 2 5 2 3701 200 16 0 1 0 24916982 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1114 409 3 0 796 0
[pid=25883] ppid=25860 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (sh) S 25860 25860 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920968 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 232 193 169 0 50 0
[pid=25884] ppid=25883 vsize=111220 CPUtime=11.11
/proc/25884/stat : 25884 (picosat) R 25883 25860 25823 0 -1 4194304 23953 0 0 0 512 599 0 0 25 0 1 0 24920968 113889280 23939 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25884/statm: 27805 23939 40 102 0 27700 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 133444

[startup+102.307 s]
/proc/loadavg: 1.97 2.00 2.00 3/83 25884
/proc/meminfo: memFree=914984/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=39.08
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1366 25622 0 2 5 2 3701 200 16 0 1 0 24916982 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1114 409 3 0 796 0
[pid=25883] ppid=25860 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (sh) S 25860 25860 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920968 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 232 193 169 0 50 0
[pid=25884] ppid=25883 vsize=305024 CPUtime=61.83
/proc/25884/stat : 25884 (picosat) R 25883 25860 25823 0 -1 4194304 70447 0 0 0 2851 3332 0 0 25 0 1 0 24920968 312344576 70433 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25884/statm: 76256 70433 40 102 0 76151 0
Current children cumulated CPU time (s) 100.91
Current children cumulated vsize (KiB) 327248

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 25884
/proc/meminfo: memFree=763368/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=39.08
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1366 25622 0 2 5 2 3701 200 16 0 1 0 24916982 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1114 409 3 0 796 0
[pid=25883] ppid=25860 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (sh) S 25860 25860 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920968 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 232 193 169 0 50 0
[pid=25884] ppid=25883 vsize=485824 CPUtime=121.24
/proc/25884/stat : 25884 (picosat) R 25883 25860 25823 0 -1 4194304 108300 0 0 0 6632 5492 0 0 25 0 1 0 24920968 497483776 108242 996147200 134512640 134931368 4294956256 18446744073709551615 134522745 0 0 4096 0 0 0 0 17 1 0 0
/proc/25884/statm: 121456 108242 42 102 0 121351 0
Current children cumulated CPU time (s) 160.32
Current children cumulated vsize (KiB) 508048

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

[startup+163.101 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 25884
/proc/meminfo: memFree=763176/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=39.08
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1366 25622 0 2 5 2 3701 200 16 0 1 0 24916982 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1114 409 3 0 796 0
[pid=25883] ppid=25860 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (sh) S 25860 25860 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920968 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 232 193 169 0 50 0
[pid=25884] ppid=25883 vsize=485824 CPUtime=122.03
/proc/25884/stat : 25884 (picosat) R 25883 25860 25823 0 -1 4194304 108301 0 0 0 6711 5492 0 0 25 0 1 0 24920968 497483776 108243 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/25884/statm: 121456 108243 42 102 0 121351 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 508048

[startup+166.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 25884
/proc/meminfo: memFree=762856/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=39.08
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1366 25622 0 2 5 2 3701 200 16 0 1 0 24916982 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1114 409 3 0 796 0
[pid=25883] ppid=25860 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (sh) S 25860 25860 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920968 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 232 193 169 0 50 0
[pid=25884] ppid=25883 vsize=486088 CPUtime=125.2
/proc/25884/stat : 25884 (picosat) R 25883 25860 25823 0 -1 4194304 108373 0 0 0 7028 5492 0 0 25 0 1 0 24920968 497754112 108315 996147200 134512640 134931368 4294956256 18446744073709551615 134524009 0 0 4096 0 0 0 0 17 1 0 0
/proc/25884/statm: 121522 108315 42 102 0 121417 0
Current children cumulated CPU time (s) 164.28
Current children cumulated vsize (KiB) 508312

[startup+167.903 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 25884
/proc/meminfo: memFree=762856/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=39.08
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1366 25622 0 2 5 2 3701 200 16 0 1 0 24916982 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1114 409 3 0 796 0
[pid=25883] ppid=25860 vsize=5356 CPUtime=0
/proc/25883/stat : 25883 (sh) S 25860 25860 25823 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24920968 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25883/statm: 1339 232 193 169 0 50 0
[pid=25884] ppid=25883 vsize=486088 CPUtime=126.79
/proc/25884/stat : 25884 (picosat) R 25883 25860 25823 0 -1 4194304 108374 0 0 0 7187 5492 0 0 25 0 1 0 24920968 497754112 108316 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/25884/statm: 121522 108316 42 102 0 121417 0
Current children cumulated CPU time (s) 165.87
Current children cumulated vsize (KiB) 508312

[startup+168.703 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 25884
/proc/meminfo: memFree=762856/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=166.49
/proc/25860/stat : 25860 (sugar) S 25858 25860 25823 0 -1 4194304 1447 134289 0 2 5 2 10942 5700 16 0 1 0 24916982 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25860/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 166.49
Current children cumulated vsize (KiB) 16868

[startup+169.103 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 25884
/proc/meminfo: memFree=762856/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=167.02
/proc/25860/stat : 25860 (sugar) R 25858 25860 25823 0 -1 4194304 1476 140750 0 3 5 6 10988 5703 16 0 1 0 24916982 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25860/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 167.02
Current children cumulated vsize (KiB) 16868

[startup+169.214 s]
/proc/loadavg: 1.99 2.00 2.00 3/83 25884
/proc/meminfo: memFree=762856/2055920 swapFree=4192812/4192956
[pid=25860] ppid=25858 vsize=16868 CPUtime=167.13
/proc/25860/stat : 25860 (sugar) R 25858 25860 25823 0 -1 4194304 1476 140750 0 3 5 17 10988 5703 16 0 1 0 24916982 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25860/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 167.13
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 169.215
CPU time (s): 167.152
CPU user time (s): 109.942
CPU system time (s): 57.2093
CPU usage (%): 98.7805
Max. virtual memory (cumulated for all children) (KiB): 895920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 109.942
system time used= 57.2093
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142287
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= 24872
involuntary context switches= 28322

runsolver used 0.212967 second user time and 0.580911 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 08:02:15
IDJOB=2083951
IDBENCH=57984
IDSOLVER=738
FILE ID=node61/2083951-1247378535
PBS_JOBID= 9507205
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-8.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-2083951-1247378535/watcher-2083951-1247378535 -o /tmp/evaluation-result-2083951-1247378535/solver-2083951-1247378535 -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-2083951-1247378535.xml

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

MD5SUM BENCH= d3d9c6951aa2e5cf17a15b212b668836
RANDOM SEED=439706923

node61.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.229
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.229
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:       1474016 kB
Buffers:         70076 kB
Cached:         176628 kB
SwapCached:          0 kB
Active:         430124 kB
Inactive:        95412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1474016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         296696 kB
Slab:            41348 kB
Committed_AS:   955496 kB
PageTables:       2276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-12 08:05:05