Trace number 1087367

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 188.846 192.823

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-6.xml
MD5SUM84f9ffd3bc330531b9df688f127dfd93
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 benchmark22.5566
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 (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/picosat
0.02/0.04	c 0	BEGIN Sat Jul  5 09:40:56 2008
0.02/0.04	c 0	PID 15979
0.02/0.04	c 0	HOST node76.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1087367-1215243656.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087367-1215243656.xml' 'HOME/temp.csp'
0.03/0.63	c 0	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.03/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 0	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.61/0.76	c 0	Parsing HOME/temp.csp
0.92/1.02	c 1	parsed 5027 expressions
0.92/1.02	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.02	c 1	Converting to clausal form CSP
1.22/1.38	c 1	converted 503 (10%) expressions
1.81/1.98	c 2	converted 1006 (20%) expressions
2.41/2.52	c 2	converted 1509 (30%) expressions
2.82/2.97	c 3	converted 2011 (40%) expressions
3.32/3.44	c 3	converted 2514 (50%) expressions
3.71/3.80	c 3	converted 3017 (60%) expressions
4.02/4.16	c 4	converted 3519 (70%) expressions
4.52/4.68	c 4	converted 4022 (80%) expressions
4.92/5.06	c 5	converted 4525 (90%) expressions
5.31/5.43	c 5	converted 5027 (100%) expressions
5.31/5.43	c 5	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.31/5.43	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.31/5.43	c 5	Propagation in CSP
5.61/5.71	c 5	6420 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.61/5.71	c 5	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.61/5.71	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.61/5.72	c 5	Simplifing CSP by introducing new Boolean variables
5.61/5.79	c 5	CSP : 697 integers, 23356 booleans, 38408 clauses, largest domain size 2717
5.61/5.79	c 5	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.01/6.12	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.31/6.48	c 6	70 (10%) CSP integer variables are encoded (15840 clauses, 215546 bytes)
6.71/6.80	c 6	140 (20%) CSP integer variables are encoded (32412 clauses, 464126 bytes)
6.91/7.09	c 7	210 (30%) CSP integer variables are encoded (47677 clauses, 693101 bytes)
7.21/7.38	c 7	279 (40%) CSP integer variables are encoded (62774 clauses, 919556 bytes)
7.51/7.69	c 7	349 (50%) CSP integer variables are encoded (78547 clauses, 1156151 bytes)
7.81/7.90	c 8	419 (60%) CSP integer variables are encoded (252532 clauses, 4071709 bytes)
7.91/8.08	c 8	488 (70%) CSP integer variables are encoded (386769 clauses, 6353738 bytes)
8.10/8.27	c 8	558 (80%) CSP integer variables are encoded (545137 clauses, 9045994 bytes)
8.31/8.44	c 8	628 (90%) CSP integer variables are encoded (690149 clauses, 11511198 bytes)
8.40/8.59	c 8	697 (100%) CSP integer variables are encoded (815836 clauses, 13647877 bytes)
22.49/22.67	c 22	3841 (10%) CSP clauses are encoded (3178045 clauses, 64181350 bytes)
30.87/32.34	c 32	7682 (20%) CSP clauses are encoded (5025561 clauses, 105592461 bytes)
37.02/38.55	c 38	11523 (30%) CSP clauses are encoded (6517439 clauses, 139695538 bytes)
40.93/42.57	c 42	15364 (40%) CSP clauses are encoded (7603464 clauses, 165244083 bytes)
44.79/46.44	c 46	19204 (50%) CSP clauses are encoded (8909170 clauses, 196513054 bytes)
47.96/49.67	c 49	23045 (60%) CSP clauses are encoded (10064593 clauses, 224265422 bytes)
51.33/53.04	c 53	26886 (70%) CSP clauses are encoded (11277234 clauses, 253607502 bytes)
54.49/56.29	c 56	30727 (80%) CSP clauses are encoded (12391207 clauses, 280591824 bytes)
57.54/59.38	c 59	34568 (90%) CSP clauses are encoded (13487211 clauses, 307142130 bytes)
60.42/64.26	c 64	38408 (100%) CSP clauses are encoded (14512623 clauses, 332115625 bytes)
60.42/64.26	c 64	38408 CSP clauses encoded
60.42/64.26	c 64	Writing map file : HOME/temp.map
60.53/64.30	c 64	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.53/64.30	c 64	SAT : 839889 SAT variables, 14512623 SAT clauses, 332115625 bytes
60.53/64.30	c 64	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.53/64.35	c 64	SOLVING HOME/temp.cnf
60.53/64.35	c 64	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
188.24/192.23	c 192	DECODING HOME/temp.out WITH HOME/temp.map
188.24/192.23	c 192	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
188.28/192.32	c 192	Decoding HOME/temp.out
188.62/192.63	s UNSATISFIABLE
188.62/192.63	c 192	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
188.62/192.66	c 192	CPU 122.83 (0.04 0.01 122.79 65.83)
188.62/192.66	c 192	END Sat Jul  5 09:44:08 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-1087367-1215243656/watcher-1087367-1215243656 -o /tmp/evaluation-result-1087367-1215243656/solver-1087367-1215243656 -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-1087367-1215243656.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.00 2.00 2.00 4/79 15979
/proc/meminfo: memFree=1757016/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=12272 CPUtime=0
/proc/15979/stat : 15979 (sugar) R 15977 15979 15622 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 136046194 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 265682992126 0 0 4224 0 0 0 0 17 1 0 0
/proc/15979/statm: 3068 327 246 3 0 168 0

[startup+0.0373669 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 15979
/proc/meminfo: memFree=1757016/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13468 CPUtime=0.02
/proc/15979/stat : 15979 (sugar) R 15977 15979 15622 0 -1 4194304 746 0 0 0 2 0 0 0 18 0 1 0 136046194 13791232 715 996147200 4194304 4206940 548682068608 18446744073709551615 265673937633 0 0 4224 0 0 0 0 17 1 0 0
/proc/15979/statm: 3367 716 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.101366 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 15979
/proc/meminfo: memFree=1757016/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=0.03
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 136046194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30139 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 15979
/proc/meminfo: memFree=1757016/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=0.03
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 136046194 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15979/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701442 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 15979
/proc/meminfo: memFree=1757016/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=0.61
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 956 7243 0 1 3 0 52 6 17 0 1 0 136046194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15979/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50153 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 16001
/proc/meminfo: memFree=1747520/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=0.61
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 973 7243 0 1 3 0 52 6 15 0 1 0 136046194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15979/statm: 3400 797 370 3 0 500 0
[pid=15992] ppid=15979 vsize=5356 CPUtime=0
/proc/15992/stat : 15992 (sh) S 15979 15979 15622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136046262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15992/statm: 1339 233 193 169 0 50 0
[pid=15993] ppid=15992 vsize=868352 CPUtime=0.8
/proc/15993/stat : 15993 (java) S 15992 15979 15622 0 -1 0 5677 0 1 0 76 4 0 0 19 0 9 0 136046262 889192448 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15993/statm: 217088 5064 1732 9 0 211663 0
[pid=15993/tid=15994] ppid=15992 vsize=868352 CPUtime=0.54
/proc/15993/task/15994/stat : 15994 (java) R 15992 15979 15622 0 -1 64 2687 0 1 0 52 2 0 0 21 0 9 0 136046263 889192448 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15995] ppid=15992 vsize=868352 CPUtime=0.06
/proc/15993/task/15995/stat : 15995 (java) S 15992 15979 15622 0 -1 64 857 0 0 0 6 0 0 0 16 0 9 0 136046264 889192448 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15996] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/15996/stat : 15996 (java) S 15992 15979 15622 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 136046264 889192448 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15997] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/15997/stat : 15997 (java) S 15992 15979 15622 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 136046264 889192448 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15998] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136046266 889192448 5064 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15999] ppid=15992 vsize=868352 CPUtime=0.18
/proc/15993/task/15999/stat : 15999 (java) R 15992 15979 15622 0 -1 64 1441 0 0 0 17 1 0 0 15 0 9 0 136046266 889192448 5064 996147200 134512640 134550740 4294955952 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16000] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15992 15979 15622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136046266 889192448 5066 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16001] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136046266 889192448 5066 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887308

[startup+3.10271 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 16001
/proc/meminfo: memFree=1737344/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=0.61
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 973 7243 0 1 3 0 52 6 15 0 1 0 136046194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15979/statm: 3400 797 370 3 0 500 0
[pid=15992] ppid=15979 vsize=5356 CPUtime=0
/proc/15992/stat : 15992 (sh) S 15979 15979 15622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136046262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15992/statm: 1339 233 193 169 0 50 0
[pid=15993] ppid=15992 vsize=868352 CPUtime=2.4
/proc/15993/stat : 15993 (java) S 15992 15979 15622 0 -1 0 9272 0 1 0 233 7 0 0 19 0 9 0 136046262 889192448 8334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15993/statm: 217088 8334 2540 9 0 211663 0
[pid=15993/tid=15994] ppid=15992 vsize=868352 CPUtime=1.75
/proc/15993/task/15994/stat : 15994 (java) R 15992 15979 15622 0 -1 64 2938 0 1 0 173 2 0 0 25 0 9 0 136046263 889192448 8334 996147200 134512640 134550740 4294955952 18446744073709551615 4126466926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15995] ppid=15992 vsize=868352 CPUtime=0.42
/proc/15993/task/15995/stat : 15995 (java) S 15992 15979 15622 0 -1 64 4188 0 0 0 40 2 0 0 16 0 9 0 136046264 889192448 8334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15996] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/15996/stat : 15996 (java) S 15992 15979 15622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 136046264 889192448 8334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15997] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/15997/stat : 15997 (java) S 15992 15979 15622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136046264 889192448 8334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15998] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136046266 889192448 8334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15999] ppid=15992 vsize=868352 CPUtime=0.21
/proc/15993/task/15999/stat : 15999 (java) S 15992 15979 15622 0 -1 64 1453 0 0 0 20 1 0 0 15 0 9 0 136046266 889192448 8334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16000] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15992 15979 15622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136046266 889192448 8334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16001] ppid=15992 vsize=868352 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136046266 889192448 8334 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887308

[startup+6.30207 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 16001
/proc/meminfo: memFree=1716608/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=0.61
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 974 7243 0 1 3 0 52 6 15 0 1 0 136046194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15979/statm: 3400 797 370 3 0 500 0
[pid=15992] ppid=15979 vsize=5356 CPUtime=0
/proc/15992/stat : 15992 (sh) S 15979 15979 15622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136046262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15992/statm: 1339 233 193 169 0 50 0
[pid=15993] ppid=15992 vsize=868464 CPUtime=5.59
/proc/15993/stat : 15993 (java) S 15992 15979 15622 0 -1 0 19646 0 1 0 544 15 0 0 19 0 9 0 136046262 889307136 13397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15993/statm: 217116 13397 2566 9 0 211663 0
[pid=15993/tid=15994] ppid=15992 vsize=868464 CPUtime=4.09
/proc/15993/task/15994/stat : 15994 (java) R 15992 15979 15622 0 -1 64 3386 0 1 0 406 3 0 0 25 0 9 0 136046263 889307136 13397 996147200 134512640 134550740 4294955952 18446744073709551615 4126998049 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15995] ppid=15992 vsize=868464 CPUtime=1.23
/proc/15993/task/15995/stat : 15995 (java) S 15992 15979 15622 0 -1 64 14082 0 0 0 113 10 0 0 16 0 9 0 136046264 889307136 13397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15996] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15996/stat : 15996 (java) S 15992 15979 15622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 136046264 889307136 13397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15997] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15997/stat : 15997 (java) S 15992 15979 15622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136046264 889307136 13397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15998] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136046266 889307136 13397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15999] ppid=15992 vsize=868464 CPUtime=0.25
/proc/15993/task/15999/stat : 15999 (java) S 15992 15979 15622 0 -1 64 1485 0 0 0 24 1 0 0 15 0 9 0 136046266 889307136 13397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16000] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15992 15979 15622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136046266 889307136 13397 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16001] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136046266 889307136 13397 996147200 134512640 134550740 4294955952 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) 887420

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 16001
/proc/meminfo: memFree=1684864/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=0.61
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 974 7243 0 1 3 0 52 6 15 0 1 0 136046194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15979/statm: 3400 797 370 3 0 500 0
[pid=15992] ppid=15979 vsize=5356 CPUtime=0
/proc/15992/stat : 15992 (sh) S 15979 15979 15622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136046262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15992/statm: 1339 233 193 169 0 50 0
[pid=15993] ppid=15992 vsize=868464 CPUtime=11.98
/proc/15993/stat : 15993 (java) S 15992 15979 15622 0 -1 0 19903 0 1 0 1166 32 0 0 19 0 9 0 136046262 889307136 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15993/statm: 217116 13413 2566 9 0 211663 0
[pid=15993/tid=15994] ppid=15992 vsize=868464 CPUtime=10.35
/proc/15993/task/15994/stat : 15994 (java) R 15992 15979 15622 0 -1 64 3630 0 1 0 1017 18 0 0 25 0 9 0 136046263 889307136 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4126996347 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15995] ppid=15992 vsize=868464 CPUtime=1.34
/proc/15993/task/15995/stat : 15995 (java) S 15992 15979 15622 0 -1 64 14083 0 0 0 122 12 0 0 16 0 9 0 136046264 889307136 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15996] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15996/stat : 15996 (java) S 15992 15979 15622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 136046264 889307136 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15997] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15997/stat : 15997 (java) S 15992 15979 15622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136046264 889307136 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15998] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136046266 889307136 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15999] ppid=15992 vsize=868464 CPUtime=0.28
/proc/15993/task/15999/stat : 15999 (java) S 15992 15979 15622 0 -1 64 1497 0 0 0 27 1 0 0 16 0 9 0 136046266 889307136 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16000] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15992 15979 15622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136046266 889307136 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16001] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136046266 889307136 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 887420

[startup+25.5012 s]
/proc/loadavg: 2.15 2.03 2.01 2/90 16001
/proc/meminfo: memFree=1638272/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=0.61
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 974 7243 0 1 3 0 52 6 16 0 1 0 136046194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15979/statm: 3400 797 370 3 0 500 0
[pid=15992] ppid=15979 vsize=5356 CPUtime=0
/proc/15992/stat : 15992 (sh) S 15979 15979 15622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136046262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15992/statm: 1339 233 193 169 0 50 0
[pid=15993] ppid=15992 vsize=868464 CPUtime=23.53
/proc/15993/stat : 15993 (java) S 15992 15979 15622 0 -1 0 20286 0 1 0 2293 60 0 0 19 0 9 0 136046262 889307136 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15993/statm: 217116 13417 2566 9 0 211663 0
[pid=15993/tid=15994] ppid=15992 vsize=868464 CPUtime=21.7
/proc/15993/task/15994/stat : 15994 (java) R 15992 15979 15622 0 -1 64 4009 0 1 0 2127 43 0 0 24 0 9 0 136046263 889307136 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4127054516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15993/tid=15995] ppid=15992 vsize=868464 CPUtime=1.52
/proc/15993/task/15995/stat : 15995 (java) S 15992 15979 15622 0 -1 64 14083 0 0 0 137 15 0 0 16 0 9 0 136046264 889307136 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15993/tid=15996] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15996/stat : 15996 (java) S 15992 15979 15622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 136046264 889307136 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15997] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15997/stat : 15997 (java) S 15992 15979 15622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136046264 889307136 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/15993/task/16000/stat : 16000 (java) S 15992 15979 15622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136046266 889307136 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16001] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136046266 889307136 13417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (KiB) 887420

[startup+51.1011 s]
/proc/loadavg: 2.52 2.13 2.04 3/90 16001
/proc/meminfo: memFree=1477312/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=0.61
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 974 7243 0 1 3 0 52 6 16 0 1 0 136046194 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15979/statm: 3400 797 370 3 0 500 0
[pid=15992] ppid=15979 vsize=5356 CPUtime=0
/proc/15992/stat : 15992 (sh) S 15979 15979 15622 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 136046262 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15992/statm: 1339 233 193 169 0 50 0
[pid=15993] ppid=15992 vsize=868464 CPUtime=48.83
/proc/15993/stat : 15993 (java) S 15992 15979 15622 0 -1 0 21614 0 1 0 4713 170 0 0 19 0 9 0 136046262 889307136 13419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15993/statm: 217116 13419 2566 9 0 211663 0
[pid=15993/tid=15994] ppid=15992 vsize=868464 CPUtime=46.37
/proc/15993/task/15994/stat : 15994 (java) R 15992 15979 15622 0 -1 64 5335 0 1 0 4493 144 0 0 25 0 9 0 136046263 889307136 13419 996147200 134512640 134550740 4294955952 18446744073709551615 4126601878 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15993/tid=15995] ppid=15992 vsize=868464 CPUtime=2.14
/proc/15993/task/15995/stat : 15995 (java) S 15992 15979 15622 0 -1 64 14083 0 0 0 191 23 0 0 16 0 9 0 136046264 889307136 13419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15993/tid=15996] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15996/stat : 15996 (java) S 15992 15979 15622 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 136046264 889307136 13419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15997] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15997/stat : 15997 (java) S 15992 15979 15622 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 136046264 889307136 13419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15998] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 136046266 889307136 13419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=15999] ppid=15992 vsize=868464 CPUtime=0.29
/proc/15993/task/15999/stat : 15999 (java) S 15992 15979 15622 0 -1 64 1503 0 0 0 28 1 0 0 15 0 9 0 136046266 889307136 13419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15993/tid=16000] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15992 15979 15622 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 136046266 889307136 13419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15993/tid=16001] ppid=15992 vsize=868464 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15992 15979 15622 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 136046266 889307136 13419 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.44
Current children cumulated vsize (KiB) 887420

[startup+102.308 s]
/proc/loadavg: 3.33 2.42 2.14 3/82 16004
/proc/meminfo: memFree=1218560/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=60.56
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 1024 29905 0 2 4 0 5812 240 16 0 1 0 136046194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15979/statm: 3400 799 370 3 0 500 0
[pid=16003] ppid=15979 vsize=5356 CPUtime=0
/proc/16003/stat : 16003 (sh) S 15979 15979 15622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136052629 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16003/statm: 1339 232 193 169 0 50 0
[pid=16004] ppid=16003 vsize=219720 CPUtime=37.85
/proc/16004/stat : 16004 (picosat) R 16003 15979 15622 0 -1 4194304 50047 0 0 0 1721 2064 0 0 25 0 1 0 136052629 224993280 50033 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16004/statm: 54930 50033 40 102 0 54825 0
Current children cumulated CPU time (s) 98.41
Current children cumulated vsize (KiB) 238676

[startup+162.302 s]
/proc/loadavg: 2.88 2.49 2.18 3/82 16004
/proc/meminfo: memFree=994048/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=60.56
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 1024 29905 0 2 4 0 5812 240 16 0 1 0 136046194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15979/statm: 3400 799 370 3 0 500 0
[pid=16003] ppid=15979 vsize=5356 CPUtime=0
/proc/16003/stat : 16003 (sh) S 15979 15979 15622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136052629 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16003/statm: 1339 232 193 169 0 50 0
[pid=16004] ppid=16003 vsize=477596 CPUtime=97.78
/proc/16004/stat : 16004 (picosat) R 16003 15979 15622 0 -1 4194304 108484 0 0 0 4463 5315 0 0 25 0 1 0 136052629 489058304 108470 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16004/statm: 119399 108470 40 102 0 119294 0
Current children cumulated CPU time (s) 158.34
Current children cumulated vsize (KiB) 496552

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

[startup+179.103 s]
/proc/loadavg: 2.69 2.46 2.18 3/82 16004
/proc/meminfo: memFree=929536/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=60.56
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 1024 29905 0 2 4 0 5812 240 16 0 1 0 136046194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15979/statm: 3400 799 370 3 0 500 0
[pid=16003] ppid=15979 vsize=5356 CPUtime=0
/proc/16003/stat : 16003 (sh) S 15979 15979 15622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136052629 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16003/statm: 1339 232 193 169 0 50 0
[pid=16004] ppid=16003 vsize=535808 CPUtime=114.58
/proc/16004/stat : 16004 (picosat) R 16003 15979 15622 0 -1 4194304 124874 0 0 0 5229 6229 0 0 25 0 1 0 136052629 548667392 124860 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16004/statm: 133952 124860 40 102 0 133847 0
Current children cumulated CPU time (s) 175.14
Current children cumulated vsize (KiB) 554764

[startup+185.502 s]
/proc/loadavg: 2.63 2.45 2.18 3/82 16004
/proc/meminfo: memFree=915712/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=60.56
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 1024 29905 0 2 4 0 5812 240 16 0 1 0 136046194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15979/statm: 3400 799 370 3 0 500 0
[pid=16003] ppid=15979 vsize=5356 CPUtime=0
/proc/16003/stat : 16003 (sh) S 15979 15979 15622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136052629 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16003/statm: 1339 232 193 169 0 50 0
[pid=16004] ppid=16003 vsize=550912 CPUtime=120.97
/proc/16004/stat : 16004 (picosat) R 16003 15979 15622 0 -1 4194304 127438 0 0 0 5767 6330 0 0 25 0 1 0 136052629 564133888 127380 996147200 134512640 134931368 4294956256 18446744073709551615 134522831 0 0 4096 0 0 0 0 17 1 0 0
/proc/16004/statm: 137728 127380 42 102 0 137623 0
Current children cumulated CPU time (s) 181.53
Current children cumulated vsize (KiB) 569868

[startup+188.702 s]
/proc/loadavg: 2.58 2.45 2.18 3/82 16004
/proc/meminfo: memFree=915392/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=60.56
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 1024 29905 0 2 4 0 5812 240 16 0 1 0 136046194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15979/statm: 3400 799 370 3 0 500 0
[pid=16003] ppid=15979 vsize=5356 CPUtime=0
/proc/16003/stat : 16003 (sh) S 15979 15979 15622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136052629 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16003/statm: 1339 232 193 169 0 50 0
[pid=16004] ppid=16003 vsize=559104 CPUtime=124.17
/proc/16004/stat : 16004 (picosat) R 16003 15979 15622 0 -1 4194304 127502 0 0 0 6087 6330 0 0 25 0 1 0 136052629 572522496 127444 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16004/statm: 139776 127444 42 102 0 139671 0
Current children cumulated CPU time (s) 184.73
Current children cumulated vsize (KiB) 578060

[startup+190.307 s]
/proc/loadavg: 2.58 2.45 2.18 3/82 16004
/proc/meminfo: memFree=915264/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=60.56
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 1024 29905 0 2 4 0 5812 240 16 0 1 0 136046194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15979/statm: 3400 799 370 3 0 500 0
[pid=16003] ppid=15979 vsize=5356 CPUtime=0
/proc/16003/stat : 16003 (sh) S 15979 15979 15622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136052629 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16003/statm: 1339 232 193 169 0 50 0
[pid=16004] ppid=16003 vsize=559104 CPUtime=125.78
/proc/16004/stat : 16004 (picosat) R 16003 15979 15622 0 -1 4194304 127516 0 0 0 6247 6331 0 0 25 0 1 0 136052629 572522496 127458 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16004/statm: 139776 127458 42 102 0 139671 0
Current children cumulated CPU time (s) 186.34
Current children cumulated vsize (KiB) 578060

[startup+191.902 s]
/proc/loadavg: 2.53 2.44 2.18 3/82 16004
/proc/meminfo: memFree=915136/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=60.56
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 1024 29905 0 2 4 0 5812 240 16 0 1 0 136046194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15979/statm: 3400 799 370 3 0 500 0
[pid=16003] ppid=15979 vsize=5356 CPUtime=0
/proc/16003/stat : 16003 (sh) S 15979 15979 15622 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 136052629 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16003/statm: 1339 232 193 169 0 50 0
[pid=16004] ppid=16003 vsize=559108 CPUtime=127.38
/proc/16004/stat : 16004 (picosat) R 16003 15979 15622 0 -1 4194304 127560 0 0 0 6407 6331 0 0 25 0 1 0 136052629 572526592 127502 996147200 134512640 134931368 4294956256 18446744073709551615 134580596 0 0 4096 0 0 0 0 17 1 0 0
/proc/16004/statm: 139777 127502 42 102 0 139672 0
Current children cumulated CPU time (s) 187.94
Current children cumulated vsize (KiB) 578064

[startup+192.302 s]
/proc/loadavg: 2.53 2.44 2.18 3/82 16004
/proc/meminfo: memFree=915136/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=188.28
/proc/15979/stat : 15979 (sugar) S 15977 15979 15622 0 -1 4194304 1073 157752 0 2 4 1 12244 6579 16 0 1 0 136046194 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15979/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 188.28
Current children cumulated vsize (KiB) 13600

[startup+192.702 s]
/proc/loadavg: 2.53 2.44 2.18 4/90 16014
/proc/meminfo: memFree=1420608/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=188.71
/proc/15979/stat : 15979 (sugar) R 15977 15979 15622 0 -1 4194304 1119 164018 0 3 4 5 12279 6583 16 0 1 0 136046194 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15979/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 188.71
Current children cumulated vsize (KiB) 13600

[startup+192.801 s]
/proc/loadavg: 2.53 2.44 2.18 4/90 16014
/proc/meminfo: memFree=1420608/2055920 swapFree=4179164/4192956
[pid=15979] ppid=15977 vsize=13600 CPUtime=188.81
/proc/15979/stat : 15979 (sugar) R 15977 15979 15622 0 -1 4194304 1119 164018 0 3 4 15 12279 6583 16 0 1 0 136046194 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 265674265641 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15979/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 188.81
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 192.823
CPU time (s): 188.846
CPU user time (s): 122.839
CPU system time (s): 66.007
CPU usage (%): 97.9376
Max. virtual memory (cumulated for all children) (KiB): 897808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.839
system time used= 66.007
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165167
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= 25130
involuntary context switches= 25787

runsolver used 0.234964 second user time and 0.672897 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 09:40:56
IDJOB=1087367
IDBENCH=57978
IDSOLVER=345
FILE ID=node76/1087367-1215243656
PBS_JOBID= 7881993
Free space on /tmp= 66484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-6.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-1087367-1215243656/watcher-1087367-1215243656 -o /tmp/evaluation-result-1087367-1215243656/solver-1087367-1215243656 -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-1087367-1215243656.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 84f9ffd3bc330531b9df688f127dfd93
RANDOM SEED=1503945295

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:       1757496 kB
Buffers:         31044 kB
Cached:         169496 kB
SwapCached:       7608 kB
Active:         152648 kB
Inactive:        81800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757496 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          44520 kB
Slab:            48900 kB
Committed_AS:   524300 kB
PageTables:       2044 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= 66484 MiB
End job on node76 at 2008-07-05 09:44:09