Trace number 1094804

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatUNSAT 146.504 151.454

General information on the benchmark

Namecsp/fapp/fapp20/
normalized-fapp20-0420-2.xml
MD5SUMb5be1e11c64ae0a3fe8c3477a50c68b1
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 benchmark1.36879
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints4737
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4737
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 19:44:15 2008
0.00/0.04	c 0	PID 19712
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1094804-1215279855.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1094804-1215279855.xml' 'HOME/temp.csp'
0.03/0.62	c 1	14 domains, 420 variables, 6 predicates, 0 relations, 4737 constraints
0.03/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.60/0.75	c 1	Parsing HOME/temp.csp
0.91/1.01	c 1	parsed 5177 expressions
0.91/1.02	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.91/1.02	c 1	Converting to clausal form CSP
1.20/1.38	c 1	converted 518 (10%) expressions
2.30/2.42	c 2	converted 1036 (20%) expressions
3.10/3.22	c 3	converted 1554 (30%) expressions
3.80/3.91	c 4	converted 2071 (40%) expressions
4.48/4.63	c 5	converted 2589 (50%) expressions
4.99/5.17	c 5	converted 3107 (60%) expressions
5.58/5.70	c 6	converted 3624 (70%) expressions
6.29/6.49	c 6	converted 4142 (80%) expressions
6.78/6.99	c 7	converted 4660 (90%) expressions
7.38/7.50	c 7	converted 5177 (100%) expressions
7.38/7.50	c 7	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
7.38/7.50	c 7	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.38/7.50	c 7	Propagation in CSP
7.67/7.84	c 8	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.67/7.84	c 8	CSP : 835 integers, 13508 booleans, 28856 clauses, largest domain size 2821
7.67/7.84	c 8	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.67/7.86	c 8	Simplifing CSP by introducing new Boolean variables
7.78/7.93	c 8	CSP : 835 integers, 23130 booleans, 38478 clauses, largest domain size 2821
7.78/7.93	c 8	Heap : 47 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.17/8.31	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.47/8.70	c 9	84 (10%) CSP integer variables are encoded (16040 clauses, 218566 bytes)
8.86/9.05	c 9	167 (20%) CSP integer variables are encoded (33048 clauses, 473686 bytes)
9.26/9.41	c 9	251 (30%) CSP integer variables are encoded (51052 clauses, 743746 bytes)
9.57/9.76	c 10	334 (40%) CSP integer variables are encoded (68406 clauses, 1004056 bytes)
9.96/10.11	c 10	418 (50%) CSP integer variables are encoded (85889 clauses, 1266301 bytes)
10.07/10.27	c 10	501 (60%) CSP integer variables are encoded (211472 clauses, 3373847 bytes)
10.26/10.44	c 10	585 (70%) CSP integer variables are encoded (353196 clauses, 5783155 bytes)
10.37/10.59	c 10	668 (80%) CSP integer variables are encoded (471191 clauses, 7789070 bytes)
10.55/10.80	c 11	752 (90%) CSP integer variables are encoded (631131 clauses, 10508050 bytes)
10.75/10.97	c 11	835 (100%) CSP integer variables are encoded (776474 clauses, 12978881 bytes)
21.68/21.97	c 22	3848 (10%) CSP clauses are encoded (2456494 clauses, 48461047 bytes)
29.75/30.69	c 31	7696 (20%) CSP clauses are encoded (4034903 clauses, 82855296 bytes)
34.82/35.75	c 36	11544 (30%) CSP clauses are encoded (5187515 clauses, 108840529 bytes)
38.19/41.43	c 41	15392 (40%) CSP clauses are encoded (6010130 clauses, 127700853 bytes)
41.70/46.02	c 46	19239 (50%) CSP clauses are encoded (7071634 clauses, 152649985 bytes)
44.18/48.55	c 48	23087 (60%) CSP clauses are encoded (7927622 clauses, 173064259 bytes)
46.68/51.01	c 51	26935 (70%) CSP clauses are encoded (8808458 clauses, 194283526 bytes)
49.35/53.74	c 54	30783 (80%) CSP clauses are encoded (9817605 clauses, 218581521 bytes)
51.63/56.06	c 56	34631 (90%) CSP clauses are encoded (10620455 clauses, 237882365 bytes)
54.10/58.57	c 58	38478 (100%) CSP clauses are encoded (11508555 clauses, 259445153 bytes)
54.10/58.57	c 58	38478 CSP clauses encoded
54.10/58.57	c 58	Writing map file : HOME/temp.map
54.20/58.61	c 58	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
54.20/58.61	c 58	SAT : 800439 SAT variables, 11508555 SAT clauses, 259445153 bytes
54.20/58.61	c 58	Heap : 46 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
54.20/58.65	c 59	SOLVING HOME/temp.cnf
54.20/58.65	c 59	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
145.85/150.90	c 151	DECODING HOME/temp.out WITH HOME/temp.map
145.85/150.90	c 151	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
145.96/150.98	c 151	Decoding HOME/temp.out
145.96/151.29	s UNSATISFIABLE
145.96/151.30	c 151	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
145.96/151.33	c 151	CPU 95 (0.03 0.01 94.97 51.34)
145.96/151.33	c 151	END Sat Jul  5 19:46:46 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094804-1215279855/watcher-1094804-1215279855 -o /tmp/evaluation-result-1094804-1215279855/solver-1094804-1215279855 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1094804-1215279855.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.01 2.00 4/80 19712
/proc/meminfo: memFree=1002752/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=12272 CPUtime=0
/proc/19712/stat : 19712 (sugar) R 19710 19712 19365 0 -1 4194304 359 0 0 0 0 0 0 0 19 0 1 0 139666118 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265692019456 0 0 4224 0 0 0 0 17 0 0 0
/proc/19712/statm: 3068 327 246 3 0 168 0

[startup+0.0815481 s]
/proc/loadavg: 2.06 2.01 2.00 4/80 19712
/proc/meminfo: memFree=1002752/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.03
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 139666118 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101544 s]
/proc/loadavg: 2.06 2.01 2.00 4/80 19712
/proc/meminfo: memFree=1002752/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.03
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 139666118 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301558 s]
/proc/loadavg: 2.06 2.01 2.00 4/80 19712
/proc/meminfo: memFree=1002752/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.03
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 139666118 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701608 s]
/proc/loadavg: 2.06 2.01 2.00 4/80 19712
/proc/meminfo: memFree=1002752/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.6
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 956 7286 0 1 2 1 52 5 16 0 1 0 139666118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19712/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.5017 s]
/proc/loadavg: 2.06 2.01 2.00 4/91 19734
/proc/meminfo: memFree=991656/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.6
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 974 7286 0 1 2 1 52 5 15 0 1 0 139666118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 797 370 3 0 500 0
[pid=19725] ppid=19712 vsize=5356 CPUtime=0
/proc/19725/stat : 19725 (sh) S 19712 19712 19365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139666186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19725/statm: 1339 233 193 169 0 50 0
[pid=19726] ppid=19725 vsize=868256 CPUtime=0.81
/proc/19726/stat : 19726 (java) S 19725 19712 19365 0 -1 0 5876 0 1 0 78 3 0 0 20 0 9 0 139666186 889094144 5246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19726/statm: 217064 5246 1732 9 0 211639 0
[pid=19726/tid=19727] ppid=19725 vsize=868256 CPUtime=0.56
/proc/19726/task/19727/stat : 19727 (java) R 19725 19712 19365 0 -1 64 2683 0 1 0 55 1 0 0 25 0 9 0 139666187 889094144 5246 996147200 134512640 134550740 4294955952 18446744073709551615 4126566909 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19728] ppid=19725 vsize=868256 CPUtime=0.05
/proc/19726/task/19728/stat : 19728 (java) S 19725 19712 19365 0 -1 64 1040 0 0 0 5 0 0 0 16 0 9 0 139666188 889094144 5246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19729] ppid=19725 vsize=868256 CPUtime=0
/proc/19726/task/19729/stat : 19729 (java) S 19725 19712 19365 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 139666188 889094144 5246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19730] ppid=19725 vsize=868256 CPUtime=0
/proc/19726/task/19730/stat : 19730 (java) S 19725 19712 19365 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 139666188 889094144 5246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19731] ppid=19725 vsize=868256 CPUtime=0
/proc/19726/task/19731/stat : 19731 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889094144 5246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19732] ppid=19725 vsize=868256 CPUtime=0.16
/proc/19726/task/19732/stat : 19732 (java) S 19725 19712 19365 0 -1 64 1462 0 0 0 16 0 0 0 15 0 9 0 139666190 889094144 5246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19733] ppid=19725 vsize=868256 CPUtime=0
/proc/19726/task/19733/stat : 19733 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889094144 5246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19734] ppid=19725 vsize=868256 CPUtime=0
/proc/19726/task/19734/stat : 19734 (java) S 19725 19712 19365 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 139666190 889094144 5246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887212

[startup+3.10288 s]
/proc/loadavg: 2.21 2.05 2.01 4/91 19734
/proc/meminfo: memFree=978088/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.6
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 974 7286 0 1 2 1 52 5 16 0 1 0 139666118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 797 370 3 0 500 0
[pid=19725] ppid=19712 vsize=5356 CPUtime=0
/proc/19725/stat : 19725 (sh) S 19712 19712 19365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139666186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19725/statm: 1339 233 193 169 0 50 0
[pid=19726] ppid=19725 vsize=868368 CPUtime=2.4
/proc/19726/stat : 19726 (java) S 19725 19712 19365 0 -1 0 9573 0 1 0 234 6 0 0 20 0 9 0 139666186 889208832 8648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19726/statm: 217092 8648 2540 9 0 211667 0
[pid=19726/tid=19727] ppid=19725 vsize=868368 CPUtime=1.81
/proc/19726/task/19727/stat : 19727 (java) R 19725 19712 19365 0 -1 64 2904 0 1 0 180 1 0 0 25 0 9 0 139666187 889208832 8648 996147200 134512640 134550740 4294955952 18446744073709551615 4126566909 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19728] ppid=19725 vsize=868368 CPUtime=0.38
/proc/19726/task/19728/stat : 19728 (java) S 19725 19712 19365 0 -1 64 4503 0 0 0 35 3 0 0 15 0 9 0 139666188 889208832 8648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19729] ppid=19725 vsize=868368 CPUtime=0
/proc/19726/task/19729/stat : 19729 (java) S 19725 19712 19365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139666188 889208832 8648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19730] ppid=19725 vsize=868368 CPUtime=0
/proc/19726/task/19730/stat : 19730 (java) S 19725 19712 19365 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139666188 889208832 8648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19731] ppid=19725 vsize=868368 CPUtime=0
/proc/19726/task/19731/stat : 19731 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889208832 8648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19732] ppid=19725 vsize=868368 CPUtime=0.18
/proc/19726/task/19732/stat : 19732 (java) S 19725 19712 19365 0 -1 64 1474 0 0 0 18 0 0 0 15 0 9 0 139666190 889208832 8648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19733] ppid=19725 vsize=868368 CPUtime=0
/proc/19726/task/19733/stat : 19733 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889208832 8648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19734] ppid=19725 vsize=868368 CPUtime=0
/proc/19726/task/19734/stat : 19734 (java) S 19725 19712 19365 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 139666190 889208832 8648 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887324

[startup+6.30224 s]
/proc/loadavg: 2.21 2.05 2.01 4/91 19734
/proc/meminfo: memFree=947624/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.6
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 974 7286 0 1 2 1 52 5 15 0 1 0 139666118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 797 370 3 0 500 0
[pid=19725] ppid=19712 vsize=5356 CPUtime=0
/proc/19725/stat : 19725 (sh) S 19712 19712 19365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139666186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19725/statm: 1339 233 193 169 0 50 0
[pid=19726] ppid=19725 vsize=878616 CPUtime=5.58
/proc/19726/stat : 19726 (java) S 19725 19712 19365 0 -1 0 18771 0 1 0 547 11 0 0 20 0 9 0 139666186 899702784 16428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19726/statm: 219654 16428 2540 9 0 214229 0
[pid=19726/tid=19727] ppid=19725 vsize=878616 CPUtime=4.28
/proc/19726/task/19727/stat : 19727 (java) R 19725 19712 19365 0 -1 64 3184 0 1 0 426 2 0 0 25 0 9 0 139666187 899702784 16428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19728] ppid=19725 vsize=878616 CPUtime=1.09
/proc/19726/task/19728/stat : 19728 (java) R 19725 19712 19365 0 -1 64 13419 0 0 0 101 8 0 0 16 0 9 0 139666188 899702784 16428 996147200 134512640 134550740 4294955952 18446744073709551615 102731892 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19729] ppid=19725 vsize=878616 CPUtime=0
/proc/19726/task/19729/stat : 19729 (java) S 19725 19712 19365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139666188 899702784 16428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19730] ppid=19725 vsize=878616 CPUtime=0
/proc/19726/task/19730/stat : 19730 (java) S 19725 19712 19365 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139666188 899702784 16428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19731] ppid=19725 vsize=878616 CPUtime=0
/proc/19726/task/19731/stat : 19731 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 899702784 16428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19732] ppid=19725 vsize=878616 CPUtime=0.19
/proc/19726/task/19732/stat : 19732 (java) S 19725 19712 19365 0 -1 64 1476 0 0 0 19 0 0 0 15 0 9 0 139666190 899702784 16428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19733] ppid=19725 vsize=878616 CPUtime=0
/proc/19726/task/19733/stat : 19733 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 899702784 16428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19734] ppid=19725 vsize=878616 CPUtime=0
/proc/19726/task/19734/stat : 19734 (java) S 19725 19712 19365 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 139666190 899702784 16428 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 897572

[startup+12.703 s]
/proc/loadavg: 2.33 2.08 2.02 4/91 19734
/proc/meminfo: memFree=901416/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.61
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 974 7286 0 1 3 1 52 5 15 0 1 0 139666118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 797 370 3 0 500 0
[pid=19725] ppid=19712 vsize=5356 CPUtime=0
/proc/19725/stat : 19725 (sh) S 19712 19712 19365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139666186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19725/statm: 1339 233 193 169 0 50 0
[pid=19726] ppid=19725 vsize=868480 CPUtime=11.93
/proc/19726/stat : 19726 (java) S 19725 19712 19365 0 -1 0 26670 0 1 0 1165 28 0 0 20 0 9 0 139666186 889323520 17766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19726/statm: 217120 17766 2566 9 0 211667 0
[pid=19726/tid=19727] ppid=19725 vsize=868480 CPUtime=9.82
/proc/19726/task/19727/stat : 19727 (java) R 19725 19712 19365 0 -1 64 3740 0 1 0 969 13 0 0 25 0 9 0 139666187 889323520 17766 996147200 134512640 134550740 4294955952 18446744073709551615 4126599200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19728] ppid=19725 vsize=868480 CPUtime=1.82
/proc/19726/task/19728/stat : 19728 (java) S 19725 19712 19365 0 -1 64 20720 0 0 0 169 13 0 0 16 0 9 0 139666188 889323520 17766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19729] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19729/stat : 19729 (java) S 19725 19712 19365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139666188 889323520 17766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19730] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19730/stat : 19730 (java) S 19725 19712 19365 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139666188 889323520 17766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19731] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19731/stat : 19731 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889323520 17766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19732] ppid=19725 vsize=868480 CPUtime=0.26
/proc/19726/task/19732/stat : 19732 (java) S 19725 19712 19365 0 -1 64 1518 0 0 0 26 0 0 0 15 0 9 0 139666190 889323520 17766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19733] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19733/stat : 19733 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889323520 17766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19734] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19734/stat : 19734 (java) S 19725 19712 19365 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 139666190 889323520 17766 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887436

[startup+25.5024 s]
/proc/loadavg: 2.43 2.11 2.03 4/91 19734
/proc/meminfo: memFree=855976/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.61
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 974 7286 0 1 3 1 52 5 16 0 1 0 139666118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 797 370 3 0 500 0
[pid=19725] ppid=19712 vsize=5356 CPUtime=0
/proc/19725/stat : 19725 (sh) S 19712 19712 19365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139666186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19725/statm: 1339 233 193 169 0 50 0
[pid=19726] ppid=19725 vsize=868480 CPUtime=24.06
/proc/19726/stat : 19726 (java) S 19725 19712 19365 0 -1 0 26904 0 1 0 2350 56 0 0 20 0 9 0 139666186 889323520 17772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19726/statm: 217120 17772 2566 9 0 211667 0
[pid=19726/tid=19727] ppid=19725 vsize=868480 CPUtime=21.84
/proc/19726/task/19727/stat : 19727 (java) R 19725 19712 19365 0 -1 64 3968 0 1 0 2144 40 0 0 25 0 9 0 139666187 889323520 17772 996147200 134512640 134550740 4294955952 18446744073709551615 4127023209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19726/tid=19728] ppid=19725 vsize=868480 CPUtime=1.93
/proc/19726/task/19728/stat : 19728 (java) S 19725 19712 19365 0 -1 64 20720 0 0 0 179 14 0 0 16 0 9 0 139666188 889323520 17772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19726/tid=19729] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19729/stat : 19729 (java) S 19725 19712 19365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139666188 889323520 17772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19730] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19730/stat : 19730 (java) S 19725 19712 19365 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139666188 889323520 17772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19731] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19731/stat : 19731 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889323520 17772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19732] ppid=19725 vsize=868480 CPUtime=0.27
/proc/19726/task/19732/stat : 19732 (java) S 19725 19712 19365 0 -1 64 1524 0 0 0 27 0 0 0 16 0 9 0 139666190 889323520 17772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19733] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19733/stat : 19733 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889323520 17772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19734] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19734/stat : 19734 (java) S 19725 19712 19365 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 139666190 889323520 17772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.67
Current children cumulated vsize (KiB) 887436

[startup+51.1023 s]
/proc/loadavg: 2.63 2.18 2.06 4/91 19734
/proc/meminfo: memFree=710184/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=0.61
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 974 7286 0 1 3 1 52 5 16 0 1 0 139666118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19712/statm: 3400 797 370 3 0 500 0
[pid=19725] ppid=19712 vsize=5356 CPUtime=0
/proc/19725/stat : 19725 (sh) S 19712 19712 19365 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139666186 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19725/statm: 1339 233 193 169 0 50 0
[pid=19726] ppid=19725 vsize=868480 CPUtime=46.16
/proc/19726/stat : 19726 (java) S 19725 19712 19365 0 -1 0 27572 0 1 0 4478 138 0 0 20 0 9 0 139666186 889323520 17773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19726/statm: 217120 17773 2566 9 0 211667 0
[pid=19726/tid=19727] ppid=19725 vsize=868480 CPUtime=43.58
/proc/19726/task/19727/stat : 19727 (java) R 19725 19712 19365 0 -1 64 4635 0 1 0 4241 117 0 0 25 0 9 0 139666187 889323520 17773 996147200 134512640 134550740 4294955952 18446744073709551615 4127023182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19726/tid=19728] ppid=19725 vsize=868480 CPUtime=2.28
/proc/19726/task/19728/stat : 19728 (java) S 19725 19712 19365 0 -1 64 20720 0 0 0 208 20 0 0 16 0 9 0 139666188 889323520 17773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19726/tid=19729] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19729/stat : 19729 (java) S 19725 19712 19365 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139666188 889323520 17773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19730] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19730/stat : 19730 (java) S 19725 19712 19365 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 139666188 889323520 17773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19731] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19731/stat : 19731 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889323520 17773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19732] ppid=19725 vsize=868480 CPUtime=0.27
/proc/19726/task/19732/stat : 19732 (java) S 19725 19712 19365 0 -1 64 1525 0 0 0 27 0 0 0 15 0 9 0 139666190 889323520 17773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19726/tid=19733] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19733/stat : 19733 (java) S 19725 19712 19365 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 139666190 889323520 17773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19726/tid=19734] ppid=19725 vsize=868480 CPUtime=0
/proc/19726/task/19734/stat : 19734 (java) S 19725 19712 19365 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 139666190 889323520 17773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 46.77
Current children cumulated vsize (KiB) 887436

[startup+102.307 s]
/proc/loadavg: 3.29 2.42 2.15 4/83 19736
/proc/meminfo: memFree=447528/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=54.24
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 1022 35475 0 2 3 1 5234 186 16 0 1 0 139666118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19712/statm: 3400 799 370 3 0 500 0
[pid=19735] ppid=19712 vsize=5356 CPUtime=0
/proc/19735/stat : 19735 (sh) S 19712 19712 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139671983 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19735/statm: 1339 232 193 169 0 50 0
[pid=19736] ppid=19735 vsize=238052 CPUtime=43.37
/proc/19736/stat : 19736 (picosat) R 19735 19712 19365 0 -1 4194304 54540 0 0 0 1949 2388 0 0 25 0 1 0 139671984 243765248 54526 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19736/statm: 59513 54526 40 102 0 59408 0
Current children cumulated CPU time (s) 97.61
Current children cumulated vsize (KiB) 257008

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

[startup+127.903 s]
/proc/loadavg: 3.19 2.47 2.17 4/83 19736
/proc/meminfo: memFree=327080/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=54.24
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 1022 35475 0 2 3 1 5234 186 16 0 1 0 139666118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19712/statm: 3400 799 370 3 0 500 0
[pid=19735] ppid=19712 vsize=5356 CPUtime=0
/proc/19735/stat : 19735 (sh) S 19712 19712 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139671983 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19735/statm: 1339 232 193 169 0 50 0
[pid=19736] ppid=19735 vsize=342504 CPUtime=68.84
/proc/19736/stat : 19736 (picosat) R 19735 19712 19365 0 -1 4194304 79248 0 0 0 3114 3770 0 0 25 0 1 0 139671984 350724096 79234 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19736/statm: 85626 79234 40 102 0 85521 0
Current children cumulated CPU time (s) 123.08
Current children cumulated vsize (KiB) 361460

[startup+140.701 s]
/proc/loadavg: 3.01 2.45 2.17 4/83 19736
/proc/meminfo: memFree=279336/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=54.24
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 1022 35475 0 2 3 1 5234 186 16 0 1 0 139666118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19712/statm: 3400 799 370 3 0 500 0
[pid=19735] ppid=19712 vsize=5356 CPUtime=0
/proc/19735/stat : 19735 (sh) S 19712 19712 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139671983 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19735/statm: 1339 232 193 169 0 50 0
[pid=19736] ppid=19735 vsize=386196 CPUtime=81.56
/proc/19736/stat : 19736 (picosat) R 19735 19712 19365 0 -1 4194304 91548 0 0 0 3711 4445 0 0 25 0 1 0 139671984 395464704 91534 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19736/statm: 96549 91534 40 102 0 96444 0
Current children cumulated CPU time (s) 135.8
Current children cumulated vsize (KiB) 405152

[startup+147.101 s]
/proc/loadavg: 2.93 2.45 2.16 4/83 19736
/proc/meminfo: memFree=258024/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=54.24
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 1022 35475 0 2 3 1 5234 186 16 0 1 0 139666118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19712/statm: 3400 799 370 3 0 500 0
[pid=19735] ppid=19712 vsize=5356 CPUtime=0
/proc/19735/stat : 19735 (sh) S 19712 19712 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139671983 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19735/statm: 1339 232 193 169 0 50 0
[pid=19736] ppid=19735 vsize=408240 CPUtime=87.92
/proc/19736/stat : 19736 (picosat) R 19735 19712 19365 0 -1 4194304 97771 0 0 0 4006 4786 0 0 25 0 1 0 139671984 418037760 97757 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19736/statm: 102060 97757 40 102 0 101955 0
Current children cumulated CPU time (s) 142.16
Current children cumulated vsize (KiB) 427196

[startup+148.701 s]
/proc/loadavg: 2.85 2.44 2.16 4/83 19736
/proc/meminfo: memFree=249192/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=54.24
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 1022 35475 0 2 3 1 5234 186 16 0 1 0 139666118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19712/statm: 3400 799 370 3 0 500 0
[pid=19735] ppid=19712 vsize=5356 CPUtime=0
/proc/19735/stat : 19735 (sh) S 19712 19712 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139671983 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19735/statm: 1339 232 193 169 0 50 0
[pid=19736] ppid=19735 vsize=446684 CPUtime=89.52
/proc/19736/stat : 19736 (picosat) R 19735 19712 19365 0 -1 4194304 99354 0 0 0 4080 4872 0 0 25 0 1 0 139671984 457404416 99340 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19736/statm: 111671 99340 40 102 0 111566 0
Current children cumulated CPU time (s) 143.76
Current children cumulated vsize (KiB) 465640

[startup+150.301 s]
/proc/loadavg: 2.85 2.44 2.16 4/83 19736
/proc/meminfo: memFree=244712/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=54.24
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 1022 35475 0 2 3 1 5234 186 16 0 1 0 139666118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19712/statm: 3400 799 370 3 0 500 0
[pid=19735] ppid=19712 vsize=5356 CPUtime=0
/proc/19735/stat : 19735 (sh) S 19712 19712 19365 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139671983 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19735/statm: 1339 232 193 169 0 50 0
[pid=19736] ppid=19735 vsize=455432 CPUtime=91.12
/proc/19736/stat : 19736 (picosat) R 19735 19712 19365 0 -1 4194304 100973 0 0 0 4175 4937 0 0 25 0 1 0 139671984 466362368 100909 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/19736/statm: 113858 100909 42 102 0 113753 0
Current children cumulated CPU time (s) 145.36
Current children cumulated vsize (KiB) 474388

[startup+151.102 s]
/proc/loadavg: 2.85 2.44 2.16 4/83 19736
/proc/meminfo: memFree=241704/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=145.96
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 1091 136762 0 2 3 1 9462 5130 15 0 1 0 139666118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 145.96
Current children cumulated vsize (KiB) 13600

[startup+151.302 s]
/proc/loadavg: 2.85 2.44 2.16 4/83 19736
/proc/meminfo: memFree=241704/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=145.96
/proc/19712/stat : 19712 (sugar) S 19710 19712 19365 0 -1 4194304 1091 136762 0 2 3 1 9462 5130 15 0 1 0 139666118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19712/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 145.96
Current children cumulated vsize (KiB) 13600

[startup+151.402 s]
/proc/loadavg: 2.85 2.44 2.16 4/83 19736
/proc/meminfo: memFree=241704/2055920 swapFree=4179164/4192956
[pid=19712] ppid=19710 vsize=13600 CPUtime=146.43
/proc/19712/stat : 19712 (sugar) R 19710 19712 19365 0 -1 4194304 1118 143205 0 3 3 9 9497 5134 16 0 1 0 139666118 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 0 0 0
/proc/19712/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 146.43
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 151.454
CPU time (s): 146.504
CPU user time (s): 95.0146
CPU system time (s): 51.4892
CPU usage (%): 96.7314
Max. virtual memory (cumulated for all children) (KiB): 897572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.0146
system time used= 51.4892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144353
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= 15235
involuntary context switches= 16004

runsolver used 0.215967 second user time and 0.515921 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 19:44:15
IDJOB=1094804
IDBENCH=58833
IDSOLVER=345
FILE ID=node76/1094804-1215279855
PBS_JOBID= 7882297
Free space on /tmp= 66332 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp20/normalized-fapp20-0420-2.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094804-1215279855/watcher-1094804-1215279855 -o /tmp/evaluation-result-1094804-1215279855/solver-1094804-1215279855 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1094804-1215279855.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5be1e11c64ae0a3fe8c3477a50c68b1
RANDOM SEED=786482774

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1003232 kB
Buffers:         60996 kB
Cached:         387064 kB
SwapCached:       7608 kB
Active:         851736 kB
Inactive:       134772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1003232 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            2036 kB
Writeback:           0 kB
Mapped:         547572 kB
Slab:            50136 kB
Committed_AS:   968172 kB
PageTables:       3096 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= 66332 MiB
End job on node76 at 2008-07-05 19:46:46