Trace number 2087988

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatUNSAT 348.119 350.596

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-2.xml
MD5SUM1825ea13215fc44c945afffc7e468e56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.8865
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 10:29:59 2009
0.06/0.08	c 0	PID 26844
0.06/0.08	c 0	HOST node18.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2087988-1247387398.xml TO HOME/temp.csp
0.06/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-2087988-1247387398.xml' 'HOME/temp.csp'
0.97/1.06	c 1	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.97/1.08	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.08	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.02/1.17	c 1	Parsing HOME/temp.csp
1.02/1.32	c 1	parsed 6239 expressions
1.02/1.32	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.33	c 1	Converting to clausal form CSP
2.21/2.31	c 2	converted 624 (10%) expressions
3.60/3.76	c 3	converted 1248 (20%) expressions
4.80/4.98	c 5	converted 1872 (30%) expressions
5.99/6.13	c 6	converted 2496 (40%) expressions
7.08/7.21	c 7	converted 3120 (50%) expressions
8.08/8.28	c 8	converted 3744 (60%) expressions
9.27/9.43	c 9	converted 4368 (70%) expressions
10.36/10.58	c 10	converted 4992 (80%) expressions
11.65/11.86	c 11	converted 5616 (90%) expressions
12.75/12.97	c 13	converted 6239 (100%) expressions
12.75/12.97	c 13	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
12.75/12.97	c 13	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.75/12.97	c 13	Propagation in CSP
13.25/13.43	c 13	550 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.25/13.43	c 13	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
13.25/13.43	c 13	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.25/13.45	c 13	Simplifing CSP by introducing new Boolean variables
13.34/13.54	c 13	CSP : 698 integers, 29225 booleans, 47951 clauses, largest domain size 2921
13.34/13.54	c 13	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.54/13.74	c 13	Encoding CSP to SAT : HOME/temp.cnf
15.13/15.39	c 15	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
16.42/16.69	c 16	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
18.01/18.22	c 18	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
19.60/19.88	c 19	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
21.29/21.54	c 21	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
21.59/21.84	c 21	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
21.88/22.11	c 22	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
22.08/22.37	c 22	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
22.38/22.62	c 22	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
22.58/22.88	c 22	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
37.36/37.78	c 37	4796 (10%) CSP clauses are encoded (2992874 clauses, 64888640 bytes)
50.27/50.74	c 50	9591 (20%) CSP clauses are encoded (4971655 clauses, 114597931 bytes)
62.88/63.43	c 63	14386 (30%) CSP clauses are encoded (6971034 clauses, 165821478 bytes)
74.70/75.37	c 75	19181 (40%) CSP clauses are encoded (8980443 clauses, 217438322 bytes)
86.54/87.30	c 87	23976 (50%) CSP clauses are encoded (10940004 clauses, 267851097 bytes)
98.12/99.07	c 99	28771 (60%) CSP clauses are encoded (12888228 clauses, 317836905 bytes)
112.16/113.25	c 113	33566 (70%) CSP clauses are encoded (14929551 clauses, 370318533 bytes)
125.33/126.56	c 126	38361 (80%) CSP clauses are encoded (16943627 clauses, 422258505 bytes)
139.18/140.50	c 140	43156 (90%) CSP clauses are encoded (19056586 clauses, 476580285 bytes)
152.03/153.50	c 153	47951 (100%) CSP clauses are encoded (21063083 clauses, 528285443 bytes)
152.03/153.50	c 153	47951 CSP clauses encoded
152.03/153.50	c 153	Writing map file : HOME/temp.map
152.03/153.58	c 153	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.03/153.58	c 153	SAT : 1194761 SAT variables, 21063083 SAT clauses, 528285443 bytes
152.03/153.58	c 153	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
152.12/153.63	c 153	SOLVING HOME/temp.cnf
152.12/153.63	c 153	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
347.03/349.52	c 349	DECODING HOME/temp.out WITH HOME/temp.map
347.03/349.52	c 349	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
347.06/349.61	c 349	Decoding HOME/temp.out
347.71/350.28	s UNSATISFIABLE
347.71/350.29	c 350	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
347.80/350.33	c 350	CPU 347.82 (0.06 0.02 242.12 105.62)
347.80/350.33	c 350	END Sun Jul 12 10:35:49 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2087988-1247387398/watcher-2087988-1247387398 -o /tmp/evaluation-result-2087988-1247387398/solver-2087988-1247387398 -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-2087988-1247387398.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.12 2.18 2.09 4/72 26844
/proc/meminfo: memFree=1313448/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=18576 CPUtime=0
/proc/26844/stat : 26844 (runsolver) R 26842 26844 25959 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25806492 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26844/statm: 4644 284 249 26 0 2626 0

[startup+0.073463 s]
/proc/loadavg: 2.12 2.18 2.09 4/72 26844
/proc/meminfo: memFree=1313448/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16476 CPUtime=0.06
/proc/26844/stat : 26844 (sugar) R 26842 26844 25959 0 -1 4194304 1014 0 0 0 4 2 0 0 18 0 1 0 25806492 16871424 982 996147200 4194304 4206940 548682068608 18446744073709551615 227849001738 0 0 4224 0 0 0 0 17 1 0 0
/proc/26844/statm: 4119 982 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.10247 s]
/proc/loadavg: 2.12 2.18 2.09 4/72 26844
/proc/meminfo: memFree=1313448/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=0.07
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25806492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30148 s]
/proc/loadavg: 2.12 2.18 2.09 4/72 26844
/proc/meminfo: memFree=1313448/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=0.07
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25806492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702518 s]
/proc/loadavg: 2.12 2.18 2.09 4/72 26844
/proc/meminfo: memFree=1313448/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=0.07
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25806492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5026 s]
/proc/loadavg: 2.12 2.18 2.09 3/83 26856
/proc/meminfo: memFree=1294288/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=1.02
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1309 7807 0 1 5 2 89 6 16 0 1 0 25806492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10175 s]
/proc/loadavg: 2.12 2.18 2.09 3/83 26866
/proc/meminfo: memFree=1295760/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=1.02
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1309 7807 0 1 5 2 89 6 16 0 1 0 25806492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1111 409 3 0 796 0
[pid=26857] ppid=26844 vsize=5356 CPUtime=0
/proc/26857/stat : 26857 (sh) S 26844 26844 25959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25806601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26857/statm: 1339 233 193 169 0 50 0
[pid=26858] ppid=26857 vsize=868564 CPUtime=1.99
/proc/26858/stat : 26858 (java) S 26857 26844 25959 0 -1 0 7473 0 1 0 193 6 0 0 18 0 9 0 25806601 889409536 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26858/statm: 217141 6557 2566 9 0 211646 0
[pid=26858/tid=26859] ppid=26857 vsize=868564 CPUtime=1.61
/proc/26858/task/26859/stat : 26859 (java) R 26857 26844 25959 0 -1 64 2826 0 1 0 159 2 0 0 25 0 9 0 25806602 889409536 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4126501325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26860] ppid=26857 vsize=868564 CPUtime=0.18
/proc/26858/task/26860/stat : 26860 (java) S 26857 26844 25959 0 -1 64 2468 0 0 0 16 2 0 0 16 0 9 0 25806604 889409536 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26861] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26861/stat : 26861 (java) S 26857 26844 25959 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25806604 889409536 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26862] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26862/stat : 26862 (java) S 26857 26844 25959 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25806604 889409536 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26863] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26863/stat : 26863 (java) S 26857 26844 25959 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25806606 889409536 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26864] ppid=26857 vsize=868564 CPUtime=0.18
/proc/26858/task/26864/stat : 26864 (java) S 26857 26844 25959 0 -1 64 1480 0 0 0 17 1 0 0 15 0 9 0 25806606 889409536 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26865] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26865/stat : 26865 (java) S 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25806606 889409536 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26866] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26866/stat : 26866 (java) S 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25806606 889409536 6557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890788

[startup+6.30206 s]
/proc/loadavg: 2.11 2.17 2.09 3/83 26866
/proc/meminfo: memFree=1290000/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=1.02
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1309 7807 0 1 5 2 89 6 16 0 1 0 25806492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1111 409 3 0 796 0
[pid=26857] ppid=26844 vsize=5356 CPUtime=0
/proc/26857/stat : 26857 (sh) S 26844 26844 25959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25806601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26857/statm: 1339 233 193 169 0 50 0
[pid=26858] ppid=26857 vsize=868564 CPUtime=5.17
/proc/26858/stat : 26858 (java) S 26857 26844 25959 0 -1 0 9172 0 1 0 506 11 0 0 18 0 9 0 25806601 889409536 7885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26858/statm: 217141 7885 2566 9 0 211646 0
[pid=26858/tid=26859] ppid=26857 vsize=868564 CPUtime=4.48
/proc/26858/task/26859/stat : 26859 (java) R 26857 26844 25959 0 -1 64 3197 0 1 0 445 3 0 0 25 0 9 0 25806602 889409536 7885 996147200 134512640 134550932 4294955936 18446744073709551615 4126502666 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26860] ppid=26857 vsize=868564 CPUtime=0.46
/proc/26858/task/26860/stat : 26860 (java) S 26857 26844 25959 0 -1 64 3790 0 0 0 41 5 0 0 16 0 9 0 25806604 889409536 7885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26861] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26861/stat : 26861 (java) S 26857 26844 25959 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25806604 889409536 7885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26862] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26862/stat : 26862 (java) S 26857 26844 25959 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25806604 889409536 7885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26863] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26863/stat : 26863 (java) S 26857 26844 25959 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25806606 889409536 7885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26864] ppid=26857 vsize=868564 CPUtime=0.19
/proc/26858/task/26864/stat : 26864 (java) S 26857 26844 25959 0 -1 64 1486 0 0 0 18 1 0 0 15 0 9 0 25806606 889409536 7885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26865] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26865/stat : 26865 (java) S 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25806606 889409536 7885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26866] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26866/stat : 26866 (java) R 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25806606 889409536 7885 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890788

[startup+12.7027 s]
/proc/loadavg: 2.10 2.17 2.09 3/83 26866
/proc/meminfo: memFree=1279632/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=1.02
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1309 7807 0 1 5 2 89 6 16 0 1 0 25806492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1111 409 3 0 796 0
[pid=26857] ppid=26844 vsize=5356 CPUtime=0
/proc/26857/stat : 26857 (sh) S 26844 26844 25959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25806601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26857/statm: 1339 233 193 169 0 50 0
[pid=26858] ppid=26857 vsize=868564 CPUtime=11.53
/proc/26858/stat : 26858 (java) S 26857 26844 25959 0 -1 0 12299 0 1 0 1135 18 0 0 18 0 9 0 25806601 889409536 10195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26858/statm: 217141 10195 2569 9 0 211646 0
[pid=26858/tid=26859] ppid=26857 vsize=868564 CPUtime=10.12
/proc/26858/task/26859/stat : 26859 (java) R 26857 26844 25959 0 -1 64 3860 0 1 0 1007 5 0 0 25 0 9 0 25806602 889409536 10195 996147200 134512640 134550932 4294955936 18446744073709551615 4126502641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26860] ppid=26857 vsize=868564 CPUtime=1.18
/proc/26858/task/26860/stat : 26860 (java) S 26857 26844 25959 0 -1 64 6250 0 0 0 108 10 0 0 16 0 9 0 25806604 889409536 10195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26861] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26861/stat : 26861 (java) S 26857 26844 25959 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25806604 889409536 10195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26862] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26862/stat : 26862 (java) S 26857 26844 25959 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25806604 889409536 10195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26863] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26863/stat : 26863 (java) S 26857 26844 25959 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25806606 889409536 10195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26864] ppid=26857 vsize=868564 CPUtime=0.2
/proc/26858/task/26864/stat : 26864 (java) S 26857 26844 25959 0 -1 64 1490 0 0 0 19 1 0 0 15 0 9 0 25806606 889409536 10195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26865] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26865/stat : 26865 (java) S 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25806606 889409536 10195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26866] ppid=26857 vsize=868564 CPUtime=0
/proc/26858/task/26866/stat : 26866 (java) S 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25806606 889409536 10195 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890788

[startup+25.5029 s]
/proc/loadavg: 2.08 2.16 2.09 3/83 26866
/proc/meminfo: memFree=1245200/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=1.02
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1310 7807 0 1 5 2 89 6 16 0 1 0 25806492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1111 409 3 0 796 0
[pid=26857] ppid=26844 vsize=5356 CPUtime=0
/proc/26857/stat : 26857 (sh) S 26844 26844 25959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25806601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26857/statm: 1339 233 193 169 0 50 0
[pid=26858] ppid=26857 vsize=868676 CPUtime=24.24
/proc/26858/stat : 26858 (java) S 26857 26844 25959 0 -1 0 14075 0 1 0 2384 40 0 0 18 0 9 0 25806601 889524224 11558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26858/statm: 217169 11558 2593 9 0 211646 0
[pid=26858/tid=26859] ppid=26857 vsize=868676 CPUtime=22.33
/proc/26858/task/26859/stat : 26859 (java) R 26857 26844 25959 0 -1 64 4313 0 1 0 2209 24 0 0 25 0 9 0 25806602 889524224 11558 996147200 134512640 134550932 4294955936 18446744073709551615 4127001692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26860] ppid=26857 vsize=868676 CPUtime=1.6
/proc/26858/task/26860/stat : 26860 (java) S 26857 26844 25959 0 -1 64 7528 0 0 0 147 13 0 0 16 0 9 0 25806604 889524224 11558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26861] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26861/stat : 26861 (java) S 26857 26844 25959 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25806604 889524224 11558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26862] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26862/stat : 26862 (java) S 26857 26844 25959 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25806604 889524224 11558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26863] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26863/stat : 26863 (java) S 26857 26844 25959 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25806606 889524224 11558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26864] ppid=26857 vsize=868676 CPUtime=0.28
/proc/26858/task/26864/stat : 26864 (java) S 26857 26844 25959 0 -1 64 1535 0 0 0 27 1 0 0 16 0 9 0 25806606 889524224 11558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26865] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26865/stat : 26865 (java) S 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25806606 889524224 11558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26866] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26866/stat : 26866 (java) S 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25806606 889524224 11558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 890900

[startup+51.1024 s]
/proc/loadavg: 2.05 2.15 2.09 3/83 26866
/proc/meminfo: memFree=1160592/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=1.02
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1310 7807 0 1 5 2 89 6 16 0 1 0 25806492 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1111 409 3 0 796 0
[pid=26857] ppid=26844 vsize=5356 CPUtime=0
/proc/26857/stat : 26857 (sh) S 26844 26844 25959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25806601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26857/statm: 1339 233 193 169 0 50 0
[pid=26858] ppid=26857 vsize=868676 CPUtime=49.66
/proc/26858/stat : 26858 (java) S 26857 26844 25959 0 -1 0 15096 0 1 0 4860 106 0 0 18 0 9 0 25806601 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26858/statm: 217169 11565 2593 9 0 211646 0

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

/proc/26857/stat : 26857 (sh) S 26844 26844 25959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25806601 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26857/statm: 1339 233 193 169 0 50 0
[pid=26858] ppid=26857 vsize=868676 CPUtime=100.36
/proc/26858/stat : 26858 (java) S 26857 26844 25959 0 -1 0 17471 0 1 0 9769 267 0 0 18 0 9 0 25806601 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26858/statm: 217169 11565 2593 9 0 211646 0
[pid=26858/tid=26859] ppid=26857 vsize=868676 CPUtime=96.87
/proc/26858/task/26859/stat : 26859 (java) R 26857 26844 25959 0 -1 64 7703 0 1 0 9460 227 0 0 25 0 9 0 25806602 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4126551533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26860] ppid=26857 vsize=868676 CPUtime=3.17
/proc/26858/task/26860/stat : 26860 (java) S 26857 26844 25959 0 -1 64 7528 0 0 0 280 37 0 0 16 0 9 0 25806604 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26861] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26861/stat : 26861 (java) S 26857 26844 25959 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25806604 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26862] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26862/stat : 26862 (java) S 26857 26844 25959 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25806604 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26863] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26863/stat : 26863 (java) S 26857 26844 25959 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25806606 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26864] ppid=26857 vsize=868676 CPUtime=0.29
/proc/26858/task/26864/stat : 26864 (java) S 26857 26844 25959 0 -1 64 1541 0 0 0 28 1 0 0 16 0 9 0 25806606 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26865] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26865/stat : 26865 (java) S 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25806606 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26858/tid=26866] ppid=26857 vsize=868676 CPUtime=0
/proc/26858/task/26866/stat : 26866 (java) S 26857 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25806606 889524224 11565 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 890900

[startup+162.302 s]
/proc/loadavg: 2.21 2.17 2.10 3/75 26868
/proc/meminfo: memFree=676560/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=152.16
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1366 27852 0 2 6 2 14780 428 16 0 1 0 25806492 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1114 409 3 0 796 0
[pid=26867] ppid=26844 vsize=5356 CPUtime=0
/proc/26867/stat : 26867 (sh) S 26844 26844 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25821855 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26867/statm: 1339 232 193 169 0 50 0
[pid=26868] ppid=26867 vsize=165396 CPUtime=8.61
/proc/26868/stat : 26868 (picosat) R 26867 26844 25959 0 -1 4194304 27408 0 0 0 396 465 0 0 25 0 1 0 25821856 169365504 27394 996147200 134512640 134931368 4294956256 18446744073709551615 134605920 0 0 4096 0 0 0 0 17 1 0 0
/proc/26868/statm: 41349 27394 40 102 0 41244 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 187620

[startup+222.303 s]
/proc/loadavg: 2.08 2.14 2.09 3/75 26868
/proc/meminfo: memFree=453456/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=152.16
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1366 27852 0 2 6 2 14780 428 16 0 1 0 25806492 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1114 409 3 0 796 0
[pid=26867] ppid=26844 vsize=5356 CPUtime=0
/proc/26867/stat : 26867 (sh) S 26844 26844 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25821855 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26867/statm: 1339 232 193 169 0 50 0
[pid=26868] ppid=26867 vsize=391156 CPUtime=68.29
/proc/26868/stat : 26868 (picosat) R 26867 26844 25959 0 -1 4194304 81739 0 0 0 3150 3679 0 0 25 0 1 0 25821856 400543744 81725 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26868/statm: 97789 81725 40 102 0 97684 0
Current children cumulated CPU time (s) 220.45
Current children cumulated vsize (KiB) 413380

[startup+282.302 s]
/proc/loadavg: 2.03 2.11 2.08 3/75 26868
/proc/meminfo: memFree=234128/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=152.16
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1366 27852 0 2 6 2 14780 428 16 0 1 0 25806492 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1114 409 3 0 796 0
[pid=26867] ppid=26844 vsize=5356 CPUtime=0
/proc/26867/stat : 26867 (sh) S 26844 26844 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25821855 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26867/statm: 1339 232 193 169 0 50 0
[pid=26868] ppid=26867 vsize=620208 CPUtime=128.01
/proc/26868/stat : 26868 (picosat) R 26867 26844 25959 0 -1 4194304 137008 0 0 0 5909 6892 0 0 25 0 1 0 25821856 635092992 136994 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26868/statm: 155052 136994 40 102 0 154947 0
Current children cumulated CPU time (s) 280.17
Current children cumulated vsize (KiB) 642432

[startup+342.302 s]
/proc/loadavg: 2.01 2.09 2.08 3/75 26868
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=152.16
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1366 27852 0 2 6 2 14780 428 16 0 1 0 25806492 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1114 409 3 0 796 0
[pid=26867] ppid=26844 vsize=5356 CPUtime=0
/proc/26867/stat : 26867 (sh) S 26844 26844 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25821855 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26867/statm: 1339 232 193 169 0 50 0
[pid=26868] ppid=26867 vsize=881236 CPUtime=187.71
/proc/26868/stat : 26868 (picosat) R 26867 26844 25959 0 -1 4194304 192051 0 0 0 8682 10089 0 0 25 0 1 0 25821856 902385664 192037 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26868/statm: 220309 192037 40 102 0 220204 0
Current children cumulated CPU time (s) 339.87
Current children cumulated vsize (KiB) 903460

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

[startup+345.502 s]
/proc/loadavg: 2.01 2.08 2.08 3/75 26868
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=152.16
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1366 27852 0 2 6 2 14780 428 16 0 1 0 25806492 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1114 409 3 0 796 0
[pid=26867] ppid=26844 vsize=5356 CPUtime=0
/proc/26867/stat : 26867 (sh) S 26844 26844 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25821855 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26867/statm: 1339 232 193 169 0 50 0
[pid=26868] ppid=26867 vsize=891240 CPUtime=190.88
/proc/26868/stat : 26868 (picosat) R 26867 26844 25959 0 -1 4194304 192988 0 0 0 8974 10114 0 0 25 0 1 0 25821856 912629760 192925 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26868/statm: 222810 192925 42 102 0 222705 0
Current children cumulated CPU time (s) 343.04
Current children cumulated vsize (KiB) 913464

[startup+348.708 s]
/proc/loadavg: 2.01 2.08 2.08 3/75 26868
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=152.16
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1366 27852 0 2 6 2 14780 428 16 0 1 0 25806492 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1114 409 3 0 796 0
[pid=26867] ppid=26844 vsize=5356 CPUtime=0
/proc/26867/stat : 26867 (sh) S 26844 26844 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25821855 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26867/statm: 1339 232 193 169 0 50 0
[pid=26868] ppid=26867 vsize=891376 CPUtime=194.07
/proc/26868/stat : 26868 (picosat) R 26867 26844 25959 0 -1 4194304 193226 0 0 0 9293 10114 0 0 25 0 1 0 25821856 912769024 193163 996147200 134512640 134931368 4294956256 18446744073709551615 134581914 0 0 4096 0 0 0 0 17 1 0 0
/proc/26868/statm: 222844 193163 42 102 0 222739 0
Current children cumulated CPU time (s) 346.23
Current children cumulated vsize (KiB) 913600

[startup+349.503 s]
/proc/loadavg: 2.01 2.08 2.08 3/75 26868
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=152.16
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1366 27852 0 2 6 2 14780 428 16 0 1 0 25806492 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1114 409 3 0 796 0
[pid=26867] ppid=26844 vsize=5356 CPUtime=0
/proc/26867/stat : 26867 (sh) S 26844 26844 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25821855 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26867/statm: 1339 232 193 169 0 50 0
[pid=26868] ppid=26867 vsize=0 CPUtime=194.87
/proc/26868/stat : 26868 (picosat) R 26867 26844 25959 0 -1 4194308 193228 0 0 0 9362 10125 0 0 25 0 1 0 25821856 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/26868/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 347.03
Current children cumulated vsize (KiB) 22224

[startup+350.302 s]
/proc/loadavg: 2.01 2.08 2.08 4/83 26878
/proc/meminfo: memFree=784336/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=347.06
/proc/26844/stat : 26844 (sugar) S 26842 26844 25959 0 -1 4194304 1449 221365 0 2 6 2 24142 10556 16 0 1 0 25806492 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26844/statm: 4217 1114 409 3 0 796 0
[pid=26869] ppid=26844 vsize=5356 CPUtime=0
/proc/26869/stat : 26869 (sh) S 26844 26844 25959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25841445 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26869/statm: 1339 233 193 169 0 50 0
[pid=26870] ppid=26869 vsize=864744 CPUtime=0.74
/proc/26870/stat : 26870 (java) S 26869 26844 25959 0 -1 0 7928 0 1 0 69 5 0 0 18 0 9 0 25841445 885497856 7189 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26870/statm: 216186 7189 2565 9 0 210691 0
[pid=26870/tid=26871] ppid=26869 vsize=864744 CPUtime=0.49
/proc/26870/task/26871/stat : 26871 (java) S 26869 26844 25959 0 -1 64 2565 0 1 0 47 2 0 0 18 0 9 0 25841447 885497856 7189 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26870/tid=26872] ppid=26869 vsize=864744 CPUtime=0.18
/proc/26870/task/26872/stat : 26872 (java) S 26869 26844 25959 0 -1 64 4210 0 0 0 16 2 0 0 16 0 9 0 25841448 885497856 7189 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26870/tid=26873] ppid=26869 vsize=864744 CPUtime=0
/proc/26870/task/26873/stat : 26873 (java) S 26869 26844 25959 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 25841448 885497856 7189 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26870/tid=26874] ppid=26869 vsize=864744 CPUtime=0
/proc/26870/task/26874/stat : 26874 (java) S 26869 26844 25959 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25841448 885497856 7189 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26870/tid=26875] ppid=26869 vsize=864744 CPUtime=0
/proc/26870/task/26875/stat : 26875 (java) S 26869 26844 25959 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25841451 885497856 7189 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26870/tid=26876] ppid=26869 vsize=864744 CPUtime=0.05
/proc/26870/task/26876/stat : 26876 (java) S 26869 26844 25959 0 -1 64 457 0 0 0 5 0 0 0 16 0 9 0 25841451 885497856 7189 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26870/tid=26877] ppid=26869 vsize=864744 CPUtime=0
/proc/26870/task/26877/stat : 26877 (java) S 26869 26844 25959 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25841451 885497856 7189 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26870/tid=26878] ppid=26869 vsize=864744 CPUtime=0
/proc/26870/task/26878/stat : 26878 (java) S 26869 26844 25959 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25841451 885497856 7189 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 347.8
Current children cumulated vsize (KiB) 886968

[startup+350.502 s]
/proc/loadavg: 2.01 2.08 2.08 4/83 26878
/proc/meminfo: memFree=784336/2055920 swapFree=4192812/4192956
[pid=26844] ppid=26842 vsize=16868 CPUtime=348.01
/proc/26844/stat : 26844 (sugar) R 26842 26844 25959 0 -1 4194304 1476 229582 0 3 6 21 24212 10562 17 0 1 0 25806492 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26844/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 348.01
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 350.596
CPU time (s): 348.119
CPU user time (s): 242.188
CPU system time (s): 105.931
CPU usage (%): 99.2936
Max. virtual memory (cumulated for all children) (KiB): 913600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.188
system time used= 105.931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231119
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= 69025
involuntary context switches= 72780

runsolver used 0.480926 second user time and 1.24281 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 10:29:59
IDJOB=2087988
IDBENCH=58840
IDSOLVER=738
FILE ID=node18/2087988-1247387398
PBS_JOBID= 9507225
Free space on /tmp= 66240 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-2.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-2087988-1247387398/watcher-2087988-1247387398 -o /tmp/evaluation-result-2087988-1247387398/solver-2087988-1247387398 -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-2087988-1247387398.xml

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

MD5SUM BENCH= 1825ea13215fc44c945afffc7e468e56
RANDOM SEED=1961061470

node18.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.243
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.243
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:       1313928 kB
Buffers:         56744 kB
Cached:         295768 kB
SwapCached:          0 kB
Active:         542580 kB
Inactive:       133208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1313928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:         334792 kB
Slab:            50920 kB
Committed_AS:   531708 kB
PageTables:       2388 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= 66236 MiB
End job on node18 at 2009-07-12 10:35:49