Trace number 2083093

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+picosat? 310.726 322.986

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-3.xml
MD5SUM86c7afc7e4b09f20d7870a92279200ee
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 benchmark32.0291
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:31:25 2009
0.00/0.08	c 0	PID 23680
0.00/0.08	c 0	HOST node23.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083093-1247376685.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-2083093-1247376685.xml' 'HOME/temp.csp'
2.04/2.12	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.04/2.13	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.04/2.13	c 2	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'
2.07/2.21	c 2	Parsing HOME/temp.csp
2.07/2.51	c 2	parsed 10000 expressions
2.07/2.67	c 3	parsed 20000 expressions
2.07/2.83	c 3	parsed 30000 expressions
2.07/2.98	c 3	parsed 36052 expressions
2.07/2.99	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.07/2.99	c 3	Converting to clausal form CSP
3.70/3.88	c 4	converted 3606 (10%) expressions
7.17/7.32	c 7	converted 7211 (20%) expressions
10.43/10.67	c 11	converted 10816 (30%) expressions
13.40/13.63	c 14	converted 14421 (40%) expressions
16.77/17.03	c 17	converted 18026 (50%) expressions
19.64/19.94	c 20	converted 21632 (60%) expressions
23.20/23.53	c 24	converted 25237 (70%) expressions
25.97/26.36	c 26	converted 28842 (80%) expressions
28.64/29.00	c 29	converted 32447 (90%) expressions
31.02/31.41	c 31	converted 36052 (100%) expressions
31.02/31.42	c 31	CSP : 13207 integers, 91836 booleans, 219776 clauses, largest domain size 2641
31.02/31.42	c 31	Heap : 149 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.02/31.42	c 31	Propagation in CSP
34.49/34.91	c 35	5198 values, 0 unsatisfiable literals, and 0 valid clauses are removed
34.49/34.91	c 35	CSP : 13207 integers, 91836 booleans, 219776 clauses, largest domain size 2641
34.49/34.91	c 35	Heap : 158 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
34.49/34.98	c 35	Simplifing CSP by introducing new Boolean variables
34.98/35.50	c 35	CSP : 13207 integers, 176990 booleans, 304930 clauses, largest domain size 2641
34.98/35.50	c 35	Heap : 178 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
36.06/36.59	c 37	Encoding CSP to SAT : HOME/temp.cnf
40.03/40.52	c 41	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
43.89/44.48	c 44	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
47.83/48.42	c 48	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
51.87/52.51	c 52	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
55.99/56.70	c 57	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
60.21/61.05	c 61	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
64.57/65.70	c 66	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
68.85/70.14	c 70	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
73.22/74.72	c 75	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
77.40/79.09	c 79	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
99.17/101.30	c 101	30493 (10%) CSP clauses are encoded (33583845 clauses, 734653102 bytes)
121.97/124.87	c 125	60986 (20%) CSP clauses are encoded (42241556 clauses, 974576253 bytes)
145.16/148.64	c 149	91479 (30%) CSP clauses are encoded (50947368 clauses, 1216581920 bytes)
168.18/172.23	c 172	121972 (40%) CSP clauses are encoded (59636473 clauses, 1469712360 bytes)
191.65/196.65	c 197	152465 (50%) CSP clauses are encoded (68578239 clauses, 1735179782 bytes)
215.26/221.18	c 221	182958 (60%) CSP clauses are encoded (77648141 clauses, 2004519098 bytes)
238.72/245.37	c 245	213451 (70%) CSP clauses are encoded (86626867 clauses, 2271384090 bytes)
262.32/269.57	c 270	243944 (80%) CSP clauses are encoded (95749638 clauses, 2543036285 bytes)
286.16/294.13	c 294	274437 (90%) CSP clauses are encoded (105110041 clauses, 2821886866 bytes)
309.46/318.01	c 318	304930 (100%) CSP clauses are encoded (114470001 clauses, 3102223466 bytes)
309.46/318.01	c 318	304930 CSP clauses encoded
309.46/318.02	c 318	Writing map file : HOME/temp.map
309.55/318.78	c 319	Heap : 147 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
309.55/318.78	c 319	SAT : 25743990 SAT variables, 114470001 SAT clauses, 3102223466 bytes
309.55/318.78	c 319	Heap : 147 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
309.66/319.32	c 319	SOLVING HOME/temp.cnf
309.66/319.32	c 319	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
309.69/320.62	c 321	*** picosat: can not read input file 'HOME/temp.cnf'
309.69/320.62	c 321	DECODING HOME/temp.out WITH HOME/temp.map
309.69/320.62	c ERROR no output file HOME/temp.out
309.69/320.62	s UNKNOWN
309.69/320.62	c 321	CPU 309.69 (0.06 0.02 291 18.61)
309.69/320.62	c 321	END Sun Jul 12 07:36:46 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083093-1247376685/watcher-2083093-1247376685 -o /tmp/evaluation-result-2083093-1247376685/solver-2083093-1247376685 -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-2083093-1247376685.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23680
/proc/meminfo: memFree=1614152/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=18576 CPUtime=0
/proc/23680/stat : 23680 (runsolver) R 23678 23680 19655 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 24734887 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23680/statm: 4644 284 249 26 0 2626 0

[startup+0.0907009 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23680
/proc/meminfo: memFree=1614152/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=0.06
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102704 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23680
/proc/meminfo: memFree=1614152/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=0.06
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302742 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23680
/proc/meminfo: memFree=1614152/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=0.06
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701823 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 23680
/proc/meminfo: memFree=1614152/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=0.06
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50198 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 23692
/proc/meminfo: memFree=1578416/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=0.06
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
[pid=23683] ppid=23680 vsize=5356 CPUtime=0
/proc/23683/stat : 23683 (sh) S 23680 23680 19655 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24734896 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23683/statm: 1339 233 193 169 0 50 0
[pid=23684] ppid=23683 vsize=866780 CPUtime=1.38
/proc/23684/stat : 23684 (java) S 23683 23680 19655 0 -1 0 18064 0 1 0 130 8 0 0 18 0 9 0 24734896 887582720 15631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23684/statm: 216695 15631 2556 9 0 211207 0
[pid=23684/tid=23685] ppid=23683 vsize=866780 CPUtime=0.64
/proc/23684/task/23685/stat : 23685 (java) R 23683 23680 19655 0 -1 64 3055 0 1 0 62 2 0 0 25 0 9 0 24734897 887582720 15631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23684/tid=23686] ppid=23683 vsize=866780 CPUtime=0.59
/proc/23684/task/23686/stat : 23686 (java) R 23683 23680 19655 0 -1 64 13794 0 0 0 55 4 0 0 17 0 9 0 24734898 887582720 15631 996147200 134512640 134550932 4294955984 18446744073709551615 102510013 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23684/tid=23687] ppid=23683 vsize=866780 CPUtime=0
/proc/23684/task/23687/stat : 23687 (java) S 23683 23680 19655 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24734899 887582720 15631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23684/tid=23688] ppid=23683 vsize=866780 CPUtime=0
/proc/23684/task/23688/stat : 23688 (java) S 23683 23680 19655 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24734899 887582720 15631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23684/tid=23689] ppid=23683 vsize=866780 CPUtime=0
/proc/23684/task/23689/stat : 23689 (java) S 23683 23680 19655 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24734901 887582720 15631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23684/tid=23690] ppid=23683 vsize=866780 CPUtime=0.11
/proc/23684/task/23690/stat : 23690 (java) S 23683 23680 19655 0 -1 64 511 0 0 0 11 0 0 0 16 0 9 0 24734901 887582720 15631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23684/tid=23691] ppid=23683 vsize=866780 CPUtime=0
/proc/23684/task/23691/stat : 23691 (java) S 23683 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24734901 887582720 15631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23684/tid=23692] ppid=23683 vsize=866780 CPUtime=0
/proc/23684/task/23692/stat : 23692 (java) S 23683 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24734901 887582720 15631 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 889004

[startup+3.10129 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23692
/proc/meminfo: memFree=1554672/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=2.07
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1309 19536 0 1 5 1 190 11 16 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30191 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23702
/proc/meminfo: memFree=1571632/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=2.07
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1309 19536 0 1 5 1 190 11 16 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
[pid=23693] ppid=23680 vsize=5356 CPUtime=0
/proc/23693/stat : 23693 (sh) S 23680 23680 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735101 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23693/statm: 1339 233 193 169 0 50 0
[pid=23694] ppid=23693 vsize=868648 CPUtime=4.11
/proc/23694/stat : 23694 (java) S 23693 23680 19655 0 -1 0 14371 0 1 0 401 10 0 0 18 0 9 0 24735101 889495552 12916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23694/statm: 217162 12916 2567 9 0 211667 0
[pid=23694/tid=23695] ppid=23693 vsize=868648 CPUtime=3.18
/proc/23694/task/23695/stat : 23695 (java) R 23693 23680 19655 0 -1 64 3013 0 1 0 315 3 0 0 25 0 9 0 24735102 889495552 12916 996147200 134512640 134550932 4294955936 18446744073709551615 4126588120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23696] ppid=23693 vsize=868648 CPUtime=0.71
/proc/23694/task/23696/stat : 23696 (java) S 23693 23680 19655 0 -1 64 9160 0 0 0 67 4 0 0 16 0 9 0 24735103 889495552 12916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23697] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23697/stat : 23697 (java) S 23693 23680 19655 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735103 889495552 12916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23698] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23698/stat : 23698 (java) S 23693 23680 19655 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735103 889495552 12916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23699] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23699/stat : 23699 (java) S 23693 23680 19655 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735106 889495552 12916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23700] ppid=23693 vsize=868648 CPUtime=0.18
/proc/23694/task/23700/stat : 23700 (java) S 23693 23680 19655 0 -1 64 1496 0 0 0 18 0 0 0 16 0 9 0 24735106 889495552 12916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23701] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23701/stat : 23701 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735106 889495552 12916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23702] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23702/stat : 23702 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735106 889495552 12916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890872

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 4/85 23702
/proc/meminfo: memFree=1537904/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=2.07
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1309 19536 0 1 5 1 190 11 16 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
[pid=23693] ppid=23680 vsize=5356 CPUtime=0
/proc/23693/stat : 23693 (sh) S 23680 23680 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735101 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23693/statm: 1339 233 193 169 0 50 0
[pid=23694] ppid=23693 vsize=868648 CPUtime=10.44
/proc/23694/stat : 23694 (java) S 23693 23680 19655 0 -1 0 26343 0 1 0 1027 17 0 0 18 0 9 0 24735101 889495552 21168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23694/statm: 217162 21168 2568 9 0 211667 0
[pid=23694/tid=23695] ppid=23693 vsize=868648 CPUtime=8.61
/proc/23694/task/23695/stat : 23695 (java) R 23693 23680 19655 0 -1 64 3481 0 1 0 857 4 0 0 25 0 9 0 24735102 889495552 21168 996147200 134512640 134550932 4294955936 18446744073709551615 4126503907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23696] ppid=23693 vsize=868648 CPUtime=1.62
/proc/23694/task/23696/stat : 23696 (java) S 23693 23680 19655 0 -1 64 20662 0 0 0 151 11 0 0 16 0 9 0 24735103 889495552 21168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23697] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23697/stat : 23697 (java) S 23693 23680 19655 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735103 889495552 21168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23698] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23698/stat : 23698 (java) S 23693 23680 19655 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735103 889495552 21168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23699] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23699/stat : 23699 (java) S 23693 23680 19655 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735106 889495552 21168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23700] ppid=23693 vsize=868648 CPUtime=0.18
/proc/23694/task/23700/stat : 23700 (java) S 23693 23680 19655 0 -1 64 1498 0 0 0 18 0 0 0 15 0 9 0 24735106 889495552 21168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23701] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23701/stat : 23701 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735106 889495552 21168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23702] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23702/stat : 23702 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735106 889495552 21168 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890872

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 23702
/proc/meminfo: memFree=1468656/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=2.07
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1309 19536 0 1 5 1 190 11 16 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
[pid=23693] ppid=23680 vsize=5356 CPUtime=0
/proc/23693/stat : 23693 (sh) S 23680 23680 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735101 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23693/statm: 1339 233 193 169 0 50 0
[pid=23694] ppid=23693 vsize=868648 CPUtime=23.11
/proc/23694/stat : 23694 (java) S 23693 23680 19655 0 -1 0 51860 0 1 0 2281 30 0 0 18 0 9 0 24735101 889495552 38014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23694/statm: 217162 38014 2569 9 0 211667 0
[pid=23694/tid=23695] ppid=23693 vsize=868648 CPUtime=18.92
/proc/23694/task/23695/stat : 23695 (java) R 23693 23680 19655 0 -1 64 4884 0 1 0 1886 6 0 0 25 0 9 0 24735102 889495552 38014 996147200 134512640 134550932 4294955936 18446744073709551615 4126590744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23696] ppid=23693 vsize=868648 CPUtime=3.96
/proc/23694/task/23696/stat : 23696 (java) S 23693 23680 19655 0 -1 64 44771 0 0 0 374 22 0 0 16 0 9 0 24735103 889495552 38014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23697] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23697/stat : 23697 (java) S 23693 23680 19655 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735103 889495552 38014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23698] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23698/stat : 23698 (java) S 23693 23680 19655 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735103 889495552 38014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23699] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23699/stat : 23699 (java) S 23693 23680 19655 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735106 889495552 38014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23700] ppid=23693 vsize=868648 CPUtime=0.2
/proc/23694/task/23700/stat : 23700 (java) S 23693 23680 19655 0 -1 64 1503 0 0 0 19 1 0 0 15 0 9 0 24735106 889495552 38014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23701] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23701/stat : 23701 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735106 889495552 38014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23702] ppid=23693 vsize=868648 CPUtime=0
/proc/23694/task/23702/stat : 23702 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735106 889495552 38014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 890872

[startup+51.1026 s]
/proc/loadavg: 2.06 2.02 2.00 3/85 23702
/proc/meminfo: memFree=1321392/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=2.07
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1310 19536 0 1 5 1 190 11 16 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
[pid=23693] ppid=23680 vsize=5356 CPUtime=0
/proc/23693/stat : 23693 (sh) S 23680 23680 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735101 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23693/statm: 1339 233 193 169 0 50 0
[pid=23694] ppid=23693 vsize=868760 CPUtime=48.44
/proc/23694/stat : 23694 (java) S 23693 23680 19655 0 -1 0 68237 0 1 0 4754 90 0 0 18 0 9 0 24735101 889610240 53660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+222.303 s]
/proc/loadavg: 2.27 2.15 2.05 4/85 23702
/proc/meminfo: memFree=16240/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=2.08
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1310 19536 0 1 6 1 190 11 16 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
[pid=23693] ppid=23680 vsize=5356 CPUtime=0
/proc/23693/stat : 23693 (sh) S 23680 23680 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735101 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23693/statm: 1339 233 193 169 0 50 0
[pid=23694] ppid=23693 vsize=868760 CPUtime=214.35
/proc/23694/stat : 23694 (java) S 23693 23680 19655 0 -1 0 70587 0 1 0 20226 1209 0 0 18 0 9 0 24735101 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23694/statm: 217190 53675 2593 9 0 211667 0
[pid=23694/tid=23695] ppid=23693 vsize=868760 CPUtime=205.64
/proc/23694/task/23695/stat : 23695 (java) R 23693 23680 19655 0 -1 64 7909 0 1 0 19408 1156 0 0 25 0 9 0 24735102 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4126614997 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23696] ppid=23693 vsize=868760 CPUtime=8.39
/proc/23694/task/23696/stat : 23696 (java) S 23693 23680 19655 0 -1 64 60425 0 0 0 789 50 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23697] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23697/stat : 23697 (java) S 23693 23680 19655 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23698] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23698/stat : 23698 (java) S 23693 23680 19655 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23699] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23699/stat : 23699 (java) S 23693 23680 19655 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23700] ppid=23693 vsize=868760 CPUtime=0.29
/proc/23694/task/23700/stat : 23700 (java) S 23693 23680 19655 0 -1 64 1551 0 0 0 28 1 0 0 16 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23701] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23701/stat : 23701 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23702] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23702/stat : 23702 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.43
Current children cumulated vsize (KiB) 890984

[startup+282.302 s]
/proc/loadavg: 2.35 2.20 2.07 3/85 23702
/proc/meminfo: memFree=15152/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=2.08
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1310 19536 0 1 6 1 190 11 16 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
[pid=23693] ppid=23680 vsize=5356 CPUtime=0
/proc/23693/stat : 23693 (sh) S 23680 23680 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735101 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23693/statm: 1339 233 193 169 0 50 0
[pid=23694] ppid=23693 vsize=868760 CPUtime=272.6
/proc/23694/stat : 23694 (java) S 23693 23680 19655 0 -1 0 71386 0 1 0 25662 1598 0 0 18 0 9 0 24735101 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23694/statm: 217190 53675 2593 9 0 211667 0
[pid=23694/tid=23695] ppid=23693 vsize=868760 CPUtime=263.11
/proc/23694/task/23695/stat : 23695 (java) R 23693 23680 19655 0 -1 64 8708 0 1 0 24773 1538 0 0 25 0 9 0 24735102 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4126581193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23696] ppid=23693 vsize=868760 CPUtime=9.15
/proc/23694/task/23696/stat : 23696 (java) S 23693 23680 19655 0 -1 64 60425 0 0 0 858 57 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23697] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23697/stat : 23697 (java) S 23693 23680 19655 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23698] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23698/stat : 23698 (java) S 23693 23680 19655 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23699] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23699/stat : 23699 (java) S 23693 23680 19655 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23700] ppid=23693 vsize=868760 CPUtime=0.29
/proc/23694/task/23700/stat : 23700 (java) S 23693 23680 19655 0 -1 64 1551 0 0 0 28 1 0 0 16 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23701] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23701/stat : 23701 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23702] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23702/stat : 23702 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 274.68
Current children cumulated vsize (KiB) 890984

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

[startup+307.102 s]
/proc/loadavg: 2.43 2.23 2.09 3/85 23702
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=2.08
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1310 19536 0 1 6 1 190 11 16 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
[pid=23693] ppid=23680 vsize=5356 CPUtime=0
/proc/23693/stat : 23693 (sh) S 23680 23680 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735101 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23693/statm: 1339 233 193 169 0 50 0
[pid=23694] ppid=23693 vsize=868760 CPUtime=296.74
/proc/23694/stat : 23694 (java) S 23693 23680 19655 0 -1 0 71725 0 1 0 27906 1768 0 0 18 0 9 0 24735101 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23694/statm: 217190 53675 2593 9 0 211667 0
[pid=23694/tid=23695] ppid=23693 vsize=868760 CPUtime=286.93
/proc/23694/task/23695/stat : 23695 (java) R 23693 23680 19655 0 -1 64 9047 0 1 0 26988 1705 0 0 25 0 9 0 24735102 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4126870888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23696] ppid=23693 vsize=868760 CPUtime=9.49
/proc/23694/task/23696/stat : 23696 (java) S 23693 23680 19655 0 -1 64 60425 0 0 0 889 60 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23697] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23697/stat : 23697 (java) S 23693 23680 19655 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23698] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23698/stat : 23698 (java) S 23693 23680 19655 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23699] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23699/stat : 23699 (java) S 23693 23680 19655 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23700] ppid=23693 vsize=868760 CPUtime=0.29
/proc/23694/task/23700/stat : 23700 (java) S 23693 23680 19655 0 -1 64 1551 0 0 0 28 1 0 0 16 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23701] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23701/stat : 23701 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23702] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23702/stat : 23702 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 298.82
Current children cumulated vsize (KiB) 890984

[startup+313.507 s]
/proc/loadavg: 2.39 2.22 2.09 3/85 23702
/proc/meminfo: memFree=15664/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=2.08
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1310 19536 0 1 6 1 190 11 16 0 1 0 24734887 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1111 409 3 0 796 0
[pid=23693] ppid=23680 vsize=5356 CPUtime=0
/proc/23693/stat : 23693 (sh) S 23680 23680 19655 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24735101 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23693/statm: 1339 233 193 169 0 50 0
[pid=23694] ppid=23693 vsize=868760 CPUtime=302.96
/proc/23694/stat : 23694 (java) S 23693 23680 19655 0 -1 0 71813 0 1 0 28483 1813 0 0 18 0 9 0 24735101 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23694/statm: 217190 53675 2593 9 0 211667 0
[pid=23694/tid=23695] ppid=23693 vsize=868760 CPUtime=293.06
/proc/23694/task/23695/stat : 23695 (java) R 23693 23680 19655 0 -1 64 9135 0 1 0 27557 1749 0 0 25 0 9 0 24735102 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4127070421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23696] ppid=23693 vsize=868760 CPUtime=9.57
/proc/23694/task/23696/stat : 23696 (java) S 23693 23680 19655 0 -1 64 60425 0 0 0 896 61 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23697] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23697/stat : 23697 (java) S 23693 23680 19655 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23698] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23698/stat : 23698 (java) S 23693 23680 19655 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24735103 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23699] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23699/stat : 23699 (java) S 23693 23680 19655 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23700] ppid=23693 vsize=868760 CPUtime=0.29
/proc/23694/task/23700/stat : 23700 (java) S 23693 23680 19655 0 -1 64 1551 0 0 0 28 1 0 0 16 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23701] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23701/stat : 23701 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23694/tid=23702] ppid=23693 vsize=868760 CPUtime=0
/proc/23694/task/23702/stat : 23702 (java) S 23693 23680 19655 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24735106 889610240 53675 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 305.04
Current children cumulated vsize (KiB) 890984

[startup+319.902 s]
/proc/loadavg: 2.44 2.24 2.09 2/82 23702
/proc/meminfo: memFree=15088/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=309.69
/proc/23680/stat : 23680 (sugar) S 23678 23680 19655 0 -1 4194304 1366 91730 0 2 6 2 29100 1861 15 0 1 0 24734887 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23680/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 309.69
Current children cumulated vsize (KiB) 16868

[startup+321.542 s]
/proc/loadavg: 2.49 2.25 2.10 3/75 23704
/proc/meminfo: memFree=1249152/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=310.58
/proc/23680/stat : 23680 (sugar) R 23678 23680 19655 0 -1 4194304 1420 92066 0 9 6 91 29100 1861 22 0 1 0 24734887 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23680/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 310.58
Current children cumulated vsize (KiB) 16868

[startup+322.306 s]
/proc/loadavg: 2.49 2.25 2.10 2/75 23704
/proc/meminfo: memFree=1941376/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=310.65
/proc/23680/stat : 23680 (sugar) D 23678 23680 19655 0 -1 4194304 1420 92066 0 9 6 98 29100 1861 18 0 1 0 24734887 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23680/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 310.65
Current children cumulated vsize (KiB) 16868

[startup+322.702 s]
/proc/loadavg: 2.49 2.25 2.10 2/75 23704
/proc/meminfo: memFree=1941376/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=310.68
/proc/23680/stat : 23680 (sugar) D 23678 23680 19655 0 -1 4194304 1420 92066 0 9 6 101 29100 1861 18 0 1 0 24734887 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23680/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 310.68
Current children cumulated vsize (KiB) 16868

[startup+322.901 s]
/proc/loadavg: 2.49 2.25 2.10 2/75 23704
/proc/meminfo: memFree=1941376/2055920 swapFree=4192812/4192956
[pid=23680] ppid=23678 vsize=16868 CPUtime=310.69
/proc/23680/stat : 23680 (sugar) D 23678 23680 19655 0 -1 4194304 1420 92066 0 9 6 102 29100 1861 18 0 1 0 24734887 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23680/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 310.69
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 322.986
CPU time (s): 310.726
CPU user time (s): 291.071
CPU system time (s): 19.655
CPU usage (%): 96.2039
Max. virtual memory (cumulated for all children) (KiB): 901124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 291.071
system time used= 19.655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93546
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48599
involuntary context switches= 55588

runsolver used 0.433934 second user time and 1.12083 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 07:31:25
IDJOB=2083093
IDBENCH=57702
IDSOLVER=738
FILE ID=node23/2083093-1247376685
PBS_JOBID= 9507087
Free space on /tmp= 66356 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-3.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-2083093-1247376685/watcher-2083093-1247376685 -o /tmp/evaluation-result-2083093-1247376685/solver-2083093-1247376685 -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-2083093-1247376685.xml

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

MD5SUM BENCH= 86c7afc7e4b09f20d7870a92279200ee
RANDOM SEED=520590289

node23.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.277
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.277
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:       1614632 kB
Buffers:         53228 kB
Cached:         288812 kB
SwapCached:          0 kB
Active:         182096 kB
Inactive:       181196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1614632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5952 kB
Writeback:           0 kB
Mapped:          31956 kB
Slab:            63332 kB
Committed_AS:   246540 kB
PageTables:       1744 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= 66356 MiB
End job on node23 at 2009-07-12 07:36:48