Trace number 1058343

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+picosatSAT 79.4819 80.3811

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-12.xml
MD5SUMd1654ea43962c938fe22704df22159b5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.185
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints28400
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28200
Global constraints used (with number of constraints)alldifferent(200)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 21:47:16 2008
0.00/0.05	c 0	PID 24750
0.00/0.05	c 0	HOST node64.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058343-1215114436.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058343-1215114436.xml' 'HOME/temp.csp'
1.84/1.99	c 2	19 domains, 800 variables, 1 predicates, 0 relations, 28400 constraints
1.94/2.05	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.94/2.05	c 2	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'
1.99/2.14	c 2	Parsing HOME/temp.csp
2.39/2.52	c 2	parsed 10000 expressions
2.69/2.85	c 3	parsed 20000 expressions
2.88/3.09	c 3	parsed 29220 expressions
2.88/3.09	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.88/3.09	c 3	Converting to clausal form CSP
3.37/3.55	c 4	converted 2922 (10%) expressions
3.57/3.76	c 4	converted 5844 (20%) expressions
3.97/4.11	c 4	converted 8766 (30%) expressions
4.17/4.33	c 4	converted 11688 (40%) expressions
4.36/4.56	c 5	converted 14610 (50%) expressions
4.56/4.78	c 5	converted 17532 (60%) expressions
5.06/5.22	c 5	converted 20454 (70%) expressions
5.25/5.45	c 5	converted 23376 (80%) expressions
5.44/5.67	c 6	converted 26298 (90%) expressions
7.03/7.28	c 7	converted 29220 (100%) expressions
7.03/7.28	c 7	CSP : 800 integers, 0 booleans, 57817 clauses, largest domain size 45
7.03/7.28	c 7	Heap : 64 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.03/7.28	c 7	Propagation in CSP
7.43/7.67	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.43/7.67	c 8	CSP : 800 integers, 0 booleans, 57817 clauses, largest domain size 45
7.43/7.67	c 8	Heap : 72 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.43/7.69	c 8	Simplifing CSP by introducing new Boolean variables
9.01/9.27	c 9	CSP : 800 integers, 159159 booleans, 216976 clauses, largest domain size 45
9.01/9.27	c 9	Heap : 120 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.80/10.00	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.80/10.05	c 10	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
9.80/10.05	c 10	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
9.80/10.05	c 10	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
9.80/10.06	c 10	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
9.80/10.06	c 10	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
9.80/10.07	c 10	480 (60%) CSP integer variables are encoded (17225 clauses, 236733 bytes)
9.80/10.07	c 10	560 (70%) CSP integer variables are encoded (17261 clauses, 237273 bytes)
9.80/10.07	c 10	640 (80%) CSP integer variables are encoded (17289 clauses, 237693 bytes)
9.80/10.07	c 10	720 (90%) CSP integer variables are encoded (17331 clauses, 238323 bytes)
9.80/10.07	c 10	800 (100%) CSP integer variables are encoded (17368 clauses, 238878 bytes)
10.79/11.08	c 11	21698 (10%) CSP clauses are encoded (463164 clauses, 8927540 bytes)
11.78/12.01	c 12	43396 (20%) CSP clauses are encoded (920280 clauses, 18154355 bytes)
12.66/12.96	c 13	65093 (30%) CSP clauses are encoded (1370696 clauses, 27272225 bytes)
13.55/13.89	c 14	86791 (40%) CSP clauses are encoded (1812218 clauses, 36260094 bytes)
14.54/14.85	c 15	108488 (50%) CSP clauses are encoded (2261516 clauses, 45627755 bytes)
15.53/15.85	c 16	130186 (60%) CSP clauses are encoded (2710933 clauses, 55732251 bytes)
16.81/17.14	c 17	151884 (70%) CSP clauses are encoded (3365879 clauses, 69687298 bytes)
18.08/18.48	c 18	173581 (80%) CSP clauses are encoded (4021044 clauses, 83730369 bytes)
19.37/19.80	c 20	195279 (90%) CSP clauses are encoded (4676430 clauses, 97784819 bytes)
20.76/21.11	c 21	216976 (100%) CSP clauses are encoded (5331991 clauses, 111794838 bytes)
20.76/21.11	c 21	216976 CSP clauses encoded
20.76/21.11	c 21	Writing map file : HOME/temp.map
20.76/21.15	c 21	Heap : 89 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.76/21.15	c 21	SAT : 177141 SAT variables, 5331991 SAT clauses, 111794838 bytes
20.76/21.15	c 21	Heap : 89 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.76/21.20	c 21	SOLVING HOME/temp.cnf
20.76/21.20	c 21	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
78.70/79.68	c 80	DECODING HOME/temp.out WITH HOME/temp.map
78.70/79.68	c 80	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
78.81/79.77	c 80	Decoding HOME/temp.out
79.30/80.26	s SATISFIABLE
79.30/80.29	v 24 31 19 38 5 5 8 26 38 3 32 42 18 12 37 14 31 15 28 33 6 38 16 10 33 38 8 33 14 2 16 32 18 23 42 36 20 44 3 2 24 24 3 12 38 13 1 17 8 0 7 4 7 7 8 41 11 24 14 35 29 1 44 5 27 6 20 7 12 21 26 9 40 39 19 37 15 22 42 8 2 1 26 13 23 37 39 38 4 43 13 41 6 10 21 10 39 22 9 12 42 36 20 44 9 44 4 41 7 10 27 9 27 9 12 11 43 21 23 8 2 43 4 7 6 24 5 13 25 21 17 18 27 36 26 38 14 10 1 41 5 37 15 25 9 20 18 20 16 8 31 38 19 35 18 18 36 22 24 36 42 31 37 7 35 30 37 14 43 17 24 33 4 3 13 37 10 0 16 2 34 13 17 11 5 10 24 17 1 3 39 1 1 19 6 30 21 24 30 15 0 23 20 15 29 40 1 18 21 22 13 0 43 1 6 16 22 35 33 18 13 3 40 28 12 16 30 11 24 0 39 41 2 25 31 26 44 16 0 17 34 30 5 23 14 11 34 20 2 23 25 7 0 10 29 4 28 3 21 27 11 26 4 6 4 41 19 29 39 14 28 32 0 27 31 41 7 10 15 22 18 29 3 32 34 32 30 33 28 43 34 41 32 20 33 9 40 19 9 25 42 22 44 2 9 30 27 31 36 33 28 3 34 11 35 44 35 35 25 17 30 21 26 37 8 4 27 12 23 39 41 22 8 28 7 19 17 29 34 2 38 33 42 27 15 10 23 14 5 34 15 6 28 15 5 39 16 41 14 13 40 4 31 44 6 11 29 36 39 40 34 21 28 43 30 12 18 43 11 25 31 40 19 14 36 29 44 22 38 43 42 11 40 32 42 35 34 32 43 36 2 8 6 3 7 0 0 8 9 6 8 2 3 6 4 2 9 8 7 1 5 2 8 6 4 0 8 6 8 8 6 0 5 4 4 9 5 4 2 9 3 4 0 4 8 7 9 3 5 9 3 2 0 4 7 9 7 7 0 1 7 5 1 9 8 9 8 9 9 7 4 8 3 3 7 8 3 7 0 3 6 3 9 8 6 1 8 5 7 0 9 5 1 0 6 3 9 6 6 8 9 2 6 8 3 5 3 1 5 2 3 9 5 5 2 8 9 4 9 6 1 8 8 1 4 0 8 4 8 5 8 9 4 5 3 1 3 8 0 7 6 9 2 7 4 3 1 4 0 9 2 7 8 8 0 2 3 3 1 0 8 0 3 7 0 9 5 9 2 4 6 7 5 9 5 6 7 3 9 3 7 2 9 6 5 9 5 1 8 4 0 1 6 9 8 8 8 8 6 6 2 0 9 0 3 0 7 4 9 8 6 5 1 4 3 4 9 9 9 7 3 5 9 8 1 2 7 4 9 6 2 2 7 6 6 2 9 5 8 2 5 4 1 8 7 9 9 2 4 3 9 6 7 4 9 9 9 3 3 9 1 0 6 7 1 4 1 8 7 6 2 3 0 7 4 6 2 5 7 4 8 0 7 4 1 9 1 8 4 4 3 0 1 7 3 1 2 2 0 0 7 1 3 2 7 0 1 1 6 2 5 8 4 0 3 0 4 2 4 0 5 0 6 0 2 0 6 0 2 6 3 2 4 0 8 4 6 6 0 0 4 0 3 2 9 1 1 1 2 8 1 2 6 4 4 4 7 8 5 1 6 4 7 2 6 2 1 8 1 1 2 2 3 3 3 5 6 6 3 3 3 4 3 4 4 4 6 5 6 5 6 5 8 5 5 6 6 6 7 7
79.30/80.29	c 80	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
79.39/80.32	c 80	CPU 52.14 (0.04 0.01 52.1 27.25)
79.39/80.32	c 80	END Thu Jul  3 21:48:36 2008

Verifier Data (download as text)

OK

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-1058343-1215114436/watcher-1058343-1215114436 -o /tmp/evaluation-result-1058343-1215114436/solver-1058343-1215114436 -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-1058343-1215114436.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: 1.99 1.98 2.00 4/72 24750
/proc/meminfo: memFree=1544744/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=12268 CPUtime=0
/proc/24750/stat : 24750 (sugar) R 24748 24750 24039 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1990413951 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251254996027 0 0 4224 0 0 0 0 17 1 0 0
/proc/24750/statm: 3067 316 241 3 0 167 0

[startup+0.0724011 s]
/proc/loadavg: 1.99 1.98 2.00 4/72 24750
/proc/meminfo: memFree=1544744/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=0.03
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990413951 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101392 s]
/proc/loadavg: 1.99 1.98 2.00 4/72 24750
/proc/meminfo: memFree=1544744/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=0.03
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990413951 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301406 s]
/proc/loadavg: 1.99 1.98 2.00 4/72 24750
/proc/meminfo: memFree=1544744/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=0.03
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990413951 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701459 s]
/proc/loadavg: 1.99 1.98 2.00 4/72 24750
/proc/meminfo: memFree=1544744/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=0.03
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990413951 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50255 s]
/proc/loadavg: 2.07 2.00 2.01 3/83 24762
/proc/meminfo: memFree=1517584/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=0.03
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990413951 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 796 370 3 0 500 0
[pid=24753] ppid=24750 vsize=5356 CPUtime=0
/proc/24753/stat : 24753 (sh) S 24750 24750 24039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990413957 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24753/statm: 1339 233 193 169 0 50 0
[pid=24754] ppid=24753 vsize=864688 CPUtime=1.41
/proc/24754/stat : 24754 (java) S 24753 24750 24039 0 -1 0 15034 0 1 0 132 9 0 0 18 0 9 0 1990413957 885440512 13075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24754/statm: 216172 13075 2529 9 0 210754 0
[pid=24754/tid=24755] ppid=24753 vsize=864688 CPUtime=0.78
/proc/24754/task/24755/stat : 24755 (java) R 24753 24750 24039 0 -1 64 3004 0 1 0 75 3 0 0 24 0 9 0 1990413958 885440512 13075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24754/tid=24756] ppid=24753 vsize=864688 CPUtime=0.5
/proc/24754/task/24756/stat : 24756 (java) R 24753 24750 24039 0 -1 64 10825 0 0 0 45 5 0 0 16 0 9 0 1990413960 885440512 13075 996147200 134512640 134550740 4294956016 18446744073709551615 102516818 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24754/tid=24757] ppid=24753 vsize=864688 CPUtime=0
/proc/24754/task/24757/stat : 24757 (java) S 24753 24750 24039 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990413960 885440512 13075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24754/tid=24758] ppid=24753 vsize=864688 CPUtime=0
/proc/24754/task/24758/stat : 24758 (java) S 24753 24750 24039 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1990413960 885440512 13075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24754/tid=24759] ppid=24753 vsize=864688 CPUtime=0
/proc/24754/task/24759/stat : 24759 (java) S 24753 24750 24039 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990413962 885440512 13075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24754/tid=24760] ppid=24753 vsize=864688 CPUtime=0.11
/proc/24754/task/24760/stat : 24760 (java) S 24753 24750 24039 0 -1 64 505 0 0 0 11 0 0 0 16 0 9 0 1990413962 885440512 13075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24754/tid=24761] ppid=24753 vsize=864688 CPUtime=0
/proc/24754/task/24761/stat : 24761 (java) S 24753 24750 24039 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990413962 885440512 13075 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24754/tid=24762] ppid=24753 vsize=864688 CPUtime=0
/proc/24754/task/24762/stat : 24762 (java) S 24753 24750 24039 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990413962 885440512 13075 996147200 134512640 134550740 4294956016 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) 883644

[startup+3.10272 s]
/proc/loadavg: 2.07 2.00 2.01 4/83 24772
/proc/meminfo: memFree=1538448/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=1.96
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 974 16416 0 1 3 1 181 11 15 0 1 0 1990413951 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 797 370 3 0 500 0
[pid=24763] ppid=24750 vsize=5356 CPUtime=0
/proc/24763/stat : 24763 (sh) S 24750 24750 24039 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990414157 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24763/statm: 1339 233 193 169 0 50 0
[pid=24764] ppid=24763 vsize=864108 CPUtime=1.02
/proc/24764/stat : 24764 (java) S 24763 24750 24039 0 -1 0 7978 0 1 0 96 6 0 0 18 0 9 0 1990414157 884846592 6992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24764/statm: 216027 6992 2540 9 0 210602 0
[pid=24764/tid=24765] ppid=24763 vsize=864108 CPUtime=0.67
/proc/24764/task/24765/stat : 24765 (java) R 24763 24750 24039 0 -1 64 2646 0 1 0 65 2 0 0 25 0 9 0 1990414158 884846592 6992 996147200 134512640 134550740 4294955952 18446744073709551615 4125980193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24766] ppid=24763 vsize=864108 CPUtime=0.25
/proc/24764/task/24766/stat : 24766 (java) S 24763 24750 24039 0 -1 64 4300 0 0 0 23 2 0 0 16 0 9 0 1990414159 884846592 6992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24767] ppid=24763 vsize=864108 CPUtime=0
/proc/24764/task/24767/stat : 24767 (java) S 24763 24750 24039 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990414159 884846592 6992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24768] ppid=24763 vsize=864108 CPUtime=0
/proc/24764/task/24768/stat : 24768 (java) S 24763 24750 24039 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990414159 884846592 6992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24769] ppid=24763 vsize=864108 CPUtime=0
/proc/24764/task/24769/stat : 24769 (java) S 24763 24750 24039 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990414161 884846592 6992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24770] ppid=24763 vsize=864108 CPUtime=0.06
/proc/24764/task/24770/stat : 24770 (java) S 24763 24750 24039 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 1990414161 884846592 6992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24771] ppid=24763 vsize=864108 CPUtime=0
/proc/24764/task/24771/stat : 24771 (java) S 24763 24750 24039 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990414161 884846592 6992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24772] ppid=24763 vsize=864108 CPUtime=0
/proc/24764/task/24772/stat : 24772 (java) S 24763 24750 24039 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990414161 884846592 6992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883064

[startup+6.30108 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 24772
/proc/meminfo: memFree=1489616/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=1.96
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 974 16416 0 1 3 1 181 11 15 0 1 0 1990413951 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 797 370 3 0 500 0
[pid=24763] ppid=24750 vsize=5356 CPUtime=0
/proc/24763/stat : 24763 (sh) S 24750 24750 24039 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990414157 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24763/statm: 1339 233 193 169 0 50 0
[pid=24764] ppid=24763 vsize=868396 CPUtime=4.18
/proc/24764/stat : 24764 (java) S 24763 24750 24039 0 -1 0 20608 0 1 0 406 12 0 0 18 0 9 0 1990414157 889237504 19255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24764/statm: 217099 19255 2540 9 0 211674 0
[pid=24764/tid=24765] ppid=24763 vsize=868396 CPUtime=2.7
/proc/24764/task/24765/stat : 24765 (java) R 24763 24750 24039 0 -1 64 3312 0 1 0 267 3 0 0 25 0 9 0 1990414158 889237504 19255 996147200 134512640 134550740 4294955952 18446744073709551615 4126401536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24766] ppid=24763 vsize=868396 CPUtime=1.26
/proc/24764/task/24766/stat : 24766 (java) S 24763 24750 24039 0 -1 64 15133 0 0 0 119 7 0 0 16 0 9 0 1990414159 889237504 19255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24767] ppid=24763 vsize=868396 CPUtime=0
/proc/24764/task/24767/stat : 24767 (java) S 24763 24750 24039 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990414159 889237504 19255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24768] ppid=24763 vsize=868396 CPUtime=0
/proc/24764/task/24768/stat : 24768 (java) S 24763 24750 24039 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1990414159 889237504 19255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24769] ppid=24763 vsize=868396 CPUtime=0
/proc/24764/task/24769/stat : 24769 (java) S 24763 24750 24039 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990414161 889237504 19255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24770] ppid=24763 vsize=868396 CPUtime=0.18
/proc/24764/task/24770/stat : 24770 (java) S 24763 24750 24039 0 -1 64 1467 0 0 0 18 0 0 0 17 0 9 0 1990414161 889237504 19255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24771] ppid=24763 vsize=868396 CPUtime=0
/proc/24764/task/24771/stat : 24771 (java) S 24763 24750 24039 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990414161 889237504 19255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24772] ppid=24763 vsize=868396 CPUtime=0
/proc/24764/task/24772/stat : 24772 (java) S 24763 24750 24039 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990414161 889237504 19255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887352

[startup+12.7028 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 24772
/proc/meminfo: memFree=1383440/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=1.96
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 974 16416 0 1 3 1 181 11 16 0 1 0 1990413951 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 797 370 3 0 500 0
[pid=24763] ppid=24750 vsize=5356 CPUtime=0
/proc/24763/stat : 24763 (sh) S 24750 24750 24039 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990414157 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24763/statm: 1339 233 193 169 0 50 0
[pid=24764] ppid=24763 vsize=868508 CPUtime=10.51
/proc/24764/stat : 24764 (java) S 24763 24750 24039 0 -1 0 63790 0 1 0 1004 47 0 0 18 0 9 0 1990414157 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24764/statm: 217127 37372 2566 9 0 211674 0
[pid=24764/tid=24765] ppid=24763 vsize=868508 CPUtime=6.09
/proc/24764/task/24765/stat : 24765 (java) R 24763 24750 24039 0 -1 64 4558 0 1 0 591 18 0 0 25 0 9 0 1990414158 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24766] ppid=24763 vsize=868508 CPUtime=4.11
/proc/24764/task/24766/stat : 24766 (java) S 24763 24750 24039 0 -1 64 57021 0 0 0 385 26 0 0 15 0 9 0 1990414159 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24767] ppid=24763 vsize=868508 CPUtime=0
/proc/24764/task/24767/stat : 24767 (java) S 24763 24750 24039 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990414159 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24768] ppid=24763 vsize=868508 CPUtime=0
/proc/24764/task/24768/stat : 24768 (java) S 24763 24750 24039 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990414159 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24769] ppid=24763 vsize=868508 CPUtime=0
/proc/24764/task/24769/stat : 24769 (java) S 24763 24750 24039 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990414161 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24770] ppid=24763 vsize=868508 CPUtime=0.27
/proc/24764/task/24770/stat : 24770 (java) S 24763 24750 24039 0 -1 64 1515 0 0 0 26 1 0 0 16 0 9 0 1990414161 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24771] ppid=24763 vsize=868508 CPUtime=0
/proc/24764/task/24771/stat : 24771 (java) S 24763 24750 24039 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990414161 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24764/tid=24772] ppid=24763 vsize=868508 CPUtime=0
/proc/24764/task/24772/stat : 24772 (java) S 24763 24750 24039 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990414161 889352192 37372 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887464

[startup+25.5012 s]
/proc/loadavg: 2.05 2.00 2.00 3/75 24774
/proc/meminfo: memFree=1414288/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=20.84
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 1022 80731 0 2 3 1 1963 117 16 0 1 0 1990413951 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 799 370 3 0 500 0
[pid=24773] ppid=24750 vsize=5356 CPUtime=0
/proc/24773/stat : 24773 (sh) S 24750 24750 24039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990416071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24773/statm: 1339 232 193 169 0 50 0
[pid=24774] ppid=24773 vsize=20912 CPUtime=4.23
/proc/24774/stat : 24774 (picosat) R 24773 24750 24039 0 -1 4194304 4612 0 0 0 189 234 0 0 25 0 1 0 1990416072 21413888 4598 996147200 134512640 134931368 4294956256 18446744073709551615 134549888 0 0 4096 0 0 0 0 17 1 0 0
/proc/24774/statm: 5228 4598 40 102 0 5123 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 39868

[startup+51.102 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 24774
/proc/meminfo: memFree=1313872/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=20.84
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 1022 80731 0 2 3 1 1963 117 16 0 1 0 1990413951 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 799 370 3 0 500 0
[pid=24773] ppid=24750 vsize=5356 CPUtime=0
/proc/24773/stat : 24773 (sh) S 24750 24750 24039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990416071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24773/statm: 1339 232 193 169 0 50 0
[pid=24774] ppid=24773 vsize=132292 CPUtime=29.61
/proc/24774/stat : 24774 (picosat) R 24773 24750 24039 0 -1 4194304 29951 0 0 0 1356 1605 0 0 25 0 1 0 1990416072 135467008 29937 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24774/statm: 33073 29937 40 102 0 32968 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 151248

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

[startup+63.9024 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 24774
/proc/meminfo: memFree=1262544/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=20.84
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 1022 80731 0 2 3 1 1963 117 16 0 1 0 1990413951 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 799 370 3 0 500 0
[pid=24773] ppid=24750 vsize=5356 CPUtime=0
/proc/24773/stat : 24773 (sh) S 24750 24750 24039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990416071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24773/statm: 1339 232 193 169 0 50 0
[pid=24774] ppid=24773 vsize=191576 CPUtime=42.3
/proc/24774/stat : 24774 (picosat) R 24773 24750 24039 0 -1 4194304 42417 0 0 0 1940 2290 0 0 25 0 1 0 1990416072 196173824 42403 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24774/statm: 47894 42403 40 102 0 47789 0
Current children cumulated CPU time (s) 63.14
Current children cumulated vsize (KiB) 210532

[startup+70.3011 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 24774
/proc/meminfo: memFree=1238608/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=20.84
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 1022 80731 0 2 3 1 1963 117 16 0 1 0 1990413951 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 799 370 3 0 500 0
[pid=24773] ppid=24750 vsize=5356 CPUtime=0
/proc/24773/stat : 24773 (sh) S 24750 24750 24039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990416071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24773/statm: 1339 232 193 169 0 50 0
[pid=24774] ppid=24773 vsize=213176 CPUtime=48.66
/proc/24774/stat : 24774 (picosat) R 24773 24750 24039 0 -1 4194304 48256 0 0 0 2267 2599 0 0 25 0 1 0 1990416072 218292224 48209 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24774/statm: 53294 48209 42 102 0 53189 0
Current children cumulated CPU time (s) 69.5
Current children cumulated vsize (KiB) 232132

[startup+76.7018 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 24774
/proc/meminfo: memFree=1238288/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=20.84
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 1022 80731 0 2 3 1 1963 117 16 0 1 0 1990413951 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 799 370 3 0 500 0
[pid=24773] ppid=24750 vsize=5356 CPUtime=0
/proc/24773/stat : 24773 (sh) S 24750 24750 24039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990416071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24773/statm: 1339 232 193 169 0 50 0
[pid=24774] ppid=24773 vsize=215232 CPUtime=54.99
/proc/24774/stat : 24774 (picosat) R 24773 24750 24039 0 -1 4194304 48342 0 0 0 2900 2599 0 0 25 0 1 0 1990416072 220397568 48293 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/24774/statm: 53808 48293 48 102 0 53703 0
Current children cumulated CPU time (s) 75.83
Current children cumulated vsize (KiB) 234188

[startup+78.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 24774
/proc/meminfo: memFree=1238288/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=20.84
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 1022 80731 0 2 3 1 1963 117 16 0 1 0 1990413951 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 799 370 3 0 500 0
[pid=24773] ppid=24750 vsize=5356 CPUtime=0
/proc/24773/stat : 24773 (sh) S 24750 24750 24039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990416071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24773/statm: 1339 232 193 169 0 50 0
[pid=24774] ppid=24773 vsize=215232 CPUtime=56.57
/proc/24774/stat : 24774 (picosat) R 24773 24750 24039 0 -1 4194304 48350 0 0 0 3058 2599 0 0 25 0 1 0 1990416072 220397568 48301 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/24774/statm: 53808 48301 48 102 0 53703 0
Current children cumulated CPU time (s) 77.41
Current children cumulated vsize (KiB) 234188

[startup+79.1011 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 24774
/proc/meminfo: memFree=1238224/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=20.84
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 1022 80731 0 2 3 1 1963 117 16 0 1 0 1990413951 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 799 370 3 0 500 0
[pid=24773] ppid=24750 vsize=5356 CPUtime=0
/proc/24773/stat : 24773 (sh) S 24750 24750 24039 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990416071 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24773/statm: 1339 232 193 169 0 50 0
[pid=24774] ppid=24773 vsize=215232 CPUtime=57.37
/proc/24774/stat : 24774 (picosat) R 24773 24750 24039 0 -1 4194304 48365 0 0 0 3138 2599 0 0 25 0 1 0 1990416072 220397568 48316 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24774/statm: 53808 48316 48 102 0 53703 0
Current children cumulated CPU time (s) 78.21
Current children cumulated vsize (KiB) 234188

[startup+79.9012 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 24774
/proc/meminfo: memFree=1238224/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=78.81
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 1091 129403 0 2 3 1 5156 2721 16 0 1 0 1990413951 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 78.81
Current children cumulated vsize (KiB) 13600

[startup+80.3072 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 24784
/proc/meminfo: memFree=1424592/2055920 swapFree=4178936/4192956
[pid=24750] ppid=24748 vsize=13600 CPUtime=78.82
/proc/24750/stat : 24750 (sugar) S 24748 24750 24039 0 -1 4194304 1092 129403 0 2 4 1 5156 2721 15 0 1 0 1990413951 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24750/statm: 3400 799 370 3 0 500 0
[pid=24775] ppid=24750 vsize=5356 CPUtime=0
/proc/24775/stat : 24775 (sh) S 24750 24750 24039 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990421920 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24775/statm: 1339 233 193 169 0 50 0
[pid=24776] ppid=24775 vsize=864068 CPUtime=0.57
/proc/24776/stat : 24776 (java) S 24775 24750 24039 0 -1 0 3660 0 1 0 54 3 0 0 18 0 9 0 1990421921 884805632 3123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24776/statm: 216017 3123 1707 9 0 210592 0
[pid=24776/tid=24777] ppid=24775 vsize=864068 CPUtime=0.5
/proc/24776/task/24777/stat : 24777 (java) S 24775 24750 24039 0 -1 64 2538 0 1 0 48 2 0 0 18 0 9 0 1990421922 884805632 3123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24776/tid=24778] ppid=24775 vsize=864068 CPUtime=0
/proc/24776/task/24778/stat : 24778 (java) S 24775 24750 24039 0 -1 64 123 0 0 0 0 0 0 0 16 0 9 0 1990421923 884805632 3123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24776/tid=24779] ppid=24775 vsize=864068 CPUtime=0
/proc/24776/task/24779/stat : 24779 (java) S 24775 24750 24039 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1990421923 884805632 3123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24776/tid=24780] ppid=24775 vsize=864068 CPUtime=0
/proc/24776/task/24780/stat : 24780 (java) S 24775 24750 24039 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990421923 884805632 3123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24776/tid=24781] ppid=24775 vsize=864068 CPUtime=0
/proc/24776/task/24781/stat : 24781 (java) S 24775 24750 24039 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990421925 884805632 3123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24776/tid=24782] ppid=24775 vsize=864068 CPUtime=0.05
/proc/24776/task/24782/stat : 24782 (java) S 24775 24750 24039 0 -1 64 307 0 0 0 5 0 0 0 16 0 9 0 1990421925 884805632 3123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24776/tid=24783] ppid=24775 vsize=864068 CPUtime=0
/proc/24776/task/24783/stat : 24783 (java) S 24775 24750 24039 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990421925 884805632 3123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24776/tid=24784] ppid=24775 vsize=864068 CPUtime=0
/proc/24776/task/24784/stat : 24784 (java) S 24775 24750 24039 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990421926 884805632 3123 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 79.39
Current children cumulated vsize (KiB) 883024

Child status: 0
Real time (s): 80.3811
CPU time (s): 79.4819
CPU user time (s): 52.1501
CPU system time (s): 27.3318
CPU usage (%): 98.8813
Max. virtual memory (cumulated for all children) (KiB): 908344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.1501
system time used= 27.3318
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134503
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= 7677
involuntary context switches= 9093

runsolver used 0.13098 second user time and 0.25996 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-03 21:47:16
IDJOB=1058343
IDBENCH=54122
IDSOLVER=345
FILE ID=node64/1058343-1215114436
PBS_JOBID= 7877078
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-12.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-1058343-1215114436/watcher-1058343-1215114436 -o /tmp/evaluation-result-1058343-1215114436/solver-1058343-1215114436 -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-1058343-1215114436.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d1654ea43962c938fe22704df22159b5
RANDOM SEED=875080967

node64.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.248
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.248
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:       1545224 kB
Buffers:         61400 kB
Cached:         355180 kB
SwapCached:       7196 kB
Active:         247576 kB
Inactive:       196640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545224 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            5260 kB
Writeback:           0 kB
Mapped:          35160 kB
Slab:            51480 kB
Committed_AS:  3947744 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node64 at 2008-07-03 21:48:36