Trace number 2064173

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+picosatSAT 76.8263 77.8759

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-11.xml
MD5SUM995ab5e30175a498c1eb15b93ed7231d
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark65.3741
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints28733
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28513
Global constraints used (with number of constraints)alldifferent(220)

Solver Data

0.06/0.11	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.11	c 0	BEGIN Sat Jul 11 19:49:04 2009
0.06/0.11	c 0	PID 13004
0.06/0.11	c 0	HOST node29.alineos.net
0.06/0.11	c 0	CONVERTING HOME/instance-2064173-1247334543.xml TO HOME/temp.csp
0.06/0.11	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064173-1247334543.xml' 'HOME/temp.csp'
1.83/1.91	c 2	39 domains, 800 variables, 1 predicates, 0 relations, 28733 constraints
1.83/1.95	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.83/1.95	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'
1.86/2.02	c 2	Parsing HOME/temp.csp
2.19/2.33	c 2	parsed 10000 expressions
2.29/2.47	c 2	parsed 20000 expressions
2.48/2.64	c 2	parsed 29573 expressions
2.48/2.65	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.48/2.65	c 2	Converting to clausal form CSP
2.98/3.14	c 3	converted 2958 (10%) expressions
3.19/3.37	c 3	converted 5915 (20%) expressions
3.47/3.60	c 3	converted 8872 (30%) expressions
3.78/3.96	c 4	converted 11830 (40%) expressions
3.97/4.17	c 4	converted 14787 (50%) expressions
4.17/4.38	c 4	converted 17744 (60%) expressions
4.37/4.59	c 4	converted 20702 (70%) expressions
4.87/5.05	c 5	converted 23659 (80%) expressions
5.06/5.26	c 5	converted 26616 (90%) expressions
6.64/6.83	c 7	converted 29573 (100%) expressions
6.64/6.83	c 7	CSP : 800 integers, 0 booleans, 60537 clauses, largest domain size 45
6.64/6.83	c 7	Heap : 73 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.64/6.83	c 7	Propagation in CSP
6.84/7.04	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.84/7.04	c 7	CSP : 800 integers, 0 booleans, 60537 clauses, largest domain size 45
6.84/7.04	c 7	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.84/7.06	c 7	Simplifing CSP by introducing new Boolean variables
8.52/8.74	c 8	CSP : 800 integers, 166154 booleans, 226691 clauses, largest domain size 45
8.52/8.74	c 8	Heap : 121 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.31/9.51	c 9	Encoding CSP to SAT : HOME/temp.cnf
9.31/9.56	c 9	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
9.31/9.57	c 9	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
9.31/9.57	c 9	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
9.31/9.58	c 9	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
9.31/9.58	c 9	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
9.31/9.59	c 9	480 (60%) CSP integer variables are encoded (17249 clauses, 237093 bytes)
9.31/9.59	c 9	560 (70%) CSP integer variables are encoded (17278 clauses, 237528 bytes)
9.31/9.59	c 9	640 (80%) CSP integer variables are encoded (17304 clauses, 237918 bytes)
9.31/9.59	c 9	720 (90%) CSP integer variables are encoded (17336 clauses, 238398 bytes)
9.31/9.59	c 9	800 (100%) CSP integer variables are encoded (17372 clauses, 238938 bytes)
10.41/10.63	c 10	22670 (10%) CSP clauses are encoded (477789 clauses, 9146421 bytes)
11.29/11.58	c 11	45339 (20%) CSP clauses are encoded (941882 clauses, 18524019 bytes)
12.29/12.54	c 12	68008 (30%) CSP clauses are encoded (1407557 clauses, 27968906 bytes)
13.27/13.50	c 13	90677 (40%) CSP clauses are encoded (1870765 clauses, 37414015 bytes)
14.24/14.61	c 14	113346 (50%) CSP clauses are encoded (2328984 clauses, 47185475 bytes)
15.34/15.71	c 15	136015 (60%) CSP clauses are encoded (2829271 clauses, 58345002 bytes)
16.62/17.06	c 17	158684 (70%) CSP clauses are encoded (3513524 clauses, 72950632 bytes)
18.00/18.42	c 18	181353 (80%) CSP clauses are encoded (4197953 clauses, 87665105 bytes)
19.28/19.80	c 20	204022 (90%) CSP clauses are encoded (4882734 clauses, 102343563 bytes)
20.66/21.16	c 21	226691 (100%) CSP clauses are encoded (5567691 clauses, 116953593 bytes)
20.66/21.16	c 21	226691 CSP clauses encoded
20.66/21.16	c 21	Writing map file : HOME/temp.map
20.66/21.19	c 21	Heap : 97 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.66/21.19	c 21	SAT : 184180 SAT variables, 5567691 SAT clauses, 116953593 bytes
20.66/21.19	c 21	Heap : 97 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.75/21.25	c 21	SOLVING HOME/temp.cnf
20.75/21.25	c 21	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
76.18/77.22	c 77	DECODING HOME/temp.out WITH HOME/temp.map
76.18/77.22	c 77	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'
76.21/77.31	c 77	Decoding HOME/temp.out
76.21/77.72	s SATISFIABLE
76.21/77.75	v 14 4 11 43 8 37 3 13 26 24 5 0 12 26 4 31 26 7 22 9 19 0 40 4 12 7 2 15 22 12 16 10 31 3 5 34 33 43 34 6 13 27 8 0 10 36 19 2 22 2 8 27 16 4 39 38 42 15 3 5 15 34 44 11 11 4 5 30 27 11 26 44 14 27 6 29 25 24 17 15 8 7 16 28 4 8 37 30 27 6 35 44 32 5 19 7 3 6 14 28 15 11 44 2 31 7 28 9 2 41 0 1 1 12 33 8 9 40 14 1 18 6 13 10 8 4 23 44 29 29 13 9 12 6 13 15 29 13 14 3 15 40 1 16 16 11 20 6 30 29 17 5 3 44 12 17 13 28 16 19 31 18 39 2 6 7 10 9 17 16 0 18 20 18 20 14 23 19 30 0 9 16 12 43 19 35 21 1 22 26 20 24 34 21 7 22 39 21 9 41 30 1 21 22 35 11 9 25 2 27 31 32 22 24 4 32 23 27 32 24 25 17 6 34 26 20 14 19 16 18 36 18 25 29 35 5 4 42 1 28 31 32 30 14 32 27 33 12 36 10 37 20 38 42 37 34 30 7 23 23 21 11 9 32 10 8 37 26 35 7 12 17 10 25 26 29 19 42 28 30 22 39 0 25 28 33 29 13 19 23 31 38 18 30 31 41 30 36 25 43 36 27 32 33 2 24 13 37 11 1 41 15 39 8 21 21 3 38 41 10 2 18 39 38 21 5 15 22 33 34 5 33 29 31 37 36 17 34 40 38 41 40 34 44 39 40 24 32 43 25 33 40 35 39 0 0 0 28 42 42 20 22 42 23 43 42 16 26 33 41 13 40 34 20 41 3 36 3 36 44 7 37 21 5 17 23 24 38 10 35 37 20 44 17 25 33 19 43 26 36 5 0 8 6 8 7 5 8 7 5 2 3 3 1 4 7 4 7 9 2 3 6 2 8 1 6 8 2 4 7 0 9 3 3 1 2 9 5 9 9 3 6 7 7 4 3 0 7 6 2 9 7 5 1 2 0 2 9 2 4 7 7 2 1 2 7 8 6 3 3 9 8 8 8 5 4 6 3 9 5 6 4 6 3 3 1 2 2 9 8 5 6 7 7 4 3 1 0 2 8 8 5 3 5 5 2 2 9 4 9 9 6 8 8 6 3 5 6 6 1 6 4 6 3 0 2 3 7 2 8 2 4 5 6 9 3 1 1 7 0 1 7 7 3 8 6 4 3 3 5 8 3 6 0 4 3 7 5 4 9 1 8 3 0 7 0 7 7 7 9 4 3 3 9 5 0 5 7 8 1 3 2 6 7 6 6 5 5 2 0 7 7 8 8 9 7 6 2 8 0 0 3 7 3 7 9 1 0 3 2 0 6 8 8 6 5 4 5 2 0 2 4 2 3 8 0 3 5 7 7 2 5 7 3 2 9 5 7 4 4 2 8 9 4 3 0 2 0 0 5 8 2 2 9 0 0 5 8 0 7 3 7 6 4 2 4 1 5 3 5 2 5 6 4 2 0 2 3 1 1 0 0 2 5 6 1 7 5 8 2 4 7 4 7 8 3 4 7 3 3 5 4 9 8 1 2 4 3 4 2 7 6 7 5 0 1 8 3 8 8 6 2 8 4 4 0 0 5 5 4 5 4 6 6 4 4 0 6 9 8 6 8 5 9 4 1 1 1 8 8 0 4 0 5 0 8 5 7 5 6 6 1 0 8 1 8 1 6 3 5 0 5 1 1 2 7 8 9 6 5 1 6 6 6 6 6 6 6 1 8 5 8 1 1 9 7 1 9 3 1
76.21/77.76	c 77	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
76.22/77.82	c 78	CPU 76.74 (0.06 0.02 48.4 28.26)
76.22/77.82	c 78	END Sat Jul 11 19:50:22 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064173-1247334543/watcher-2064173-1247334543 -o /tmp/evaluation-result-2064173-1247334543/solver-2064173-1247334543 -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-2064173-1247334543.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: 1.97 2.11 2.08 4/83 13004
/proc/meminfo: memFree=1082496/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=124 CPUtime=0
/proc/13004/stat : 13004 (sugar) D 13002 13004 11223 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 20520521 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 221778081161 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/13004/statm: 31 23 17 3 0 3 0

[startup+0.0129589 s]
/proc/loadavg: 1.97 2.11 2.08 4/83 13004
/proc/meminfo: memFree=1082496/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=124 CPUtime=0
/proc/13004/stat : 13004 (sugar) D 13002 13004 11223 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 20520521 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 221778081161 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/13004/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101968 s]
/proc/loadavg: 1.97 2.11 2.08 4/83 13004
/proc/meminfo: memFree=1082496/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16476 CPUtime=0.06
/proc/13004/stat : 13004 (sugar) R 13002 13004 11223 0 -1 4194304 1024 0 0 0 5 1 0 0 18 0 1 0 20520521 16871424 992 996147200 4194304 4206940 548682068608 18446744073709551615 221794409376 0 0 4224 0 0 0 0 17 1 0 0
/proc/13004/statm: 4119 992 380 3 0 698 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16476

[startup+0.301978 s]
/proc/loadavg: 1.97 2.11 2.08 4/83 13004
/proc/meminfo: memFree=1082496/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=0.07
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20520521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702003 s]
/proc/loadavg: 1.97 2.11 2.08 4/83 13004
/proc/meminfo: memFree=1082496/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=0.07
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20520521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 1.97 2.11 2.08 3/94 13016
/proc/meminfo: memFree=1055592/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=0.07
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20520521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1111 409 3 0 796 0
[pid=13007] ppid=13004 vsize=5356 CPUtime=0
/proc/13007/stat : 13007 (sh) S 13004 13004 11223 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20520532 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13007/statm: 1339 233 193 169 0 50 0
[pid=13008] ppid=13007 vsize=864788 CPUtime=1.37
/proc/13008/stat : 13008 (java) S 13007 13004 11223 0 -1 0 15883 0 1 0 129 8 0 0 18 0 9 0 20520533 885542912 13910 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13008/statm: 216197 13910 2556 9 0 210709 0
[pid=13008/tid=13009] ppid=13007 vsize=864788 CPUtime=0.77
/proc/13008/task/13009/stat : 13009 (java) R 13007 13004 11223 0 -1 64 3071 0 1 0 75 2 0 0 20 0 9 0 20520534 885542912 13910 996147200 134512640 134550932 4294955984 18446744073709551615 4126722114 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13008/tid=13010] ppid=13007 vsize=864788 CPUtime=0.45
/proc/13008/task/13010/stat : 13010 (java) S 13007 13004 11223 0 -1 64 11591 0 0 0 41 4 0 0 16 0 9 0 20520535 885542912 13910 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13008/tid=13011] ppid=13007 vsize=864788 CPUtime=0
/proc/13008/task/13011/stat : 13011 (java) S 13007 13004 11223 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20520535 885542912 13910 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13008/tid=13012] ppid=13007 vsize=864788 CPUtime=0
/proc/13008/task/13012/stat : 13012 (java) S 13007 13004 11223 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20520535 885542912 13910 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13008/tid=13013] ppid=13007 vsize=864788 CPUtime=0
/proc/13008/task/13013/stat : 13013 (java) S 13007 13004 11223 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20520537 885542912 13910 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13008/tid=13014] ppid=13007 vsize=864788 CPUtime=0.11
/proc/13008/task/13014/stat : 13014 (java) R 13007 13004 11223 0 -1 64 515 0 0 0 11 0 0 0 16 0 9 0 20520537 885542912 13910 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13008/tid=13015] ppid=13007 vsize=864788 CPUtime=0
/proc/13008/task/13015/stat : 13015 (java) S 13007 13004 11223 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20520538 885542912 13910 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13008/tid=13016] ppid=13007 vsize=864788 CPUtime=0
/proc/13008/task/13016/stat : 13016 (java) S 13007 13004 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20520538 885542912 13910 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) 887012

[startup+3.10216 s]
/proc/loadavg: 1.97 2.11 2.08 5/94 13026
/proc/meminfo: memFree=1072872/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=1.86
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1309 16576 0 1 6 1 169 10 15 0 1 0 20520521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1111 409 3 0 796 0
[pid=13017] ppid=13004 vsize=5356 CPUtime=0
/proc/13017/stat : 13017 (sh) S 13004 13004 11223 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20520716 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13017/statm: 1339 233 193 169 0 50 0
[pid=13018] ppid=13017 vsize=868644 CPUtime=1.12
/proc/13018/stat : 13018 (java) S 13017 13004 11223 0 -1 0 9833 0 1 0 107 5 0 0 19 0 9 0 20520717 889491456 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13018/statm: 217161 8876 2566 9 0 211666 0
[pid=13018/tid=13019] ppid=13017 vsize=868644 CPUtime=0.64
/proc/13018/task/13019/stat : 13019 (java) R 13017 13004 11223 0 -1 64 2696 0 1 0 63 1 0 0 19 0 9 0 20520717 889491456 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13020] ppid=13017 vsize=868644 CPUtime=0.31
/proc/13018/task/13020/stat : 13020 (java) R 13017 13004 11223 0 -1 64 4979 0 0 0 29 2 0 0 16 0 9 0 20520719 889491456 8876 996147200 134512640 134550932 4294955936 18446744073709551615 102759439 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13021] ppid=13017 vsize=868644 CPUtime=0
/proc/13018/task/13021/stat : 13021 (java) S 13017 13004 11223 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20520719 889491456 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13022] ppid=13017 vsize=868644 CPUtime=0
/proc/13018/task/13022/stat : 13022 (java) S 13017 13004 11223 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20520719 889491456 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13023] ppid=13017 vsize=868644 CPUtime=0
/proc/13018/task/13023/stat : 13023 (java) S 13017 13004 11223 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20520721 889491456 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13024] ppid=13017 vsize=868644 CPUtime=0.14
/proc/13018/task/13024/stat : 13024 (java) S 13017 13004 11223 0 -1 64 1455 0 0 0 14 0 0 0 16 0 9 0 20520721 889491456 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13025] ppid=13017 vsize=868644 CPUtime=0
/proc/13018/task/13025/stat : 13025 (java) S 13017 13004 11223 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20520721 889491456 8876 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13026] ppid=13017 vsize=868644 CPUtime=0
/proc/13018/task/13026/stat : 13026 (java) R 13017 13004 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20520721 889491456 8876 996147200 134512640 134550932 4294955936 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) 890868

[startup+6.30136 s]
/proc/loadavg: 1.97 2.11 2.08 3/94 13026
/proc/meminfo: memFree=1013864/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=1.86
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1309 16576 0 1 6 1 169 10 16 0 1 0 20520521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1111 409 3 0 796 0
[pid=13017] ppid=13004 vsize=5356 CPUtime=0
/proc/13017/stat : 13017 (sh) S 13004 13004 11223 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20520716 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13017/statm: 1339 233 193 169 0 50 0
[pid=13018] ppid=13017 vsize=869648 CPUtime=4.28
/proc/13018/stat : 13018 (java) S 13017 13004 11223 0 -1 0 23869 0 1 0 415 13 0 0 19 0 9 0 20520717 890519552 22472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13018/statm: 217412 22472 2566 9 0 211917 0
[pid=13018/tid=13019] ppid=13017 vsize=869648 CPUtime=2.56
/proc/13018/task/13019/stat : 13019 (java) R 13017 13004 11223 0 -1 64 3256 0 1 0 254 2 0 0 25 0 9 0 20520717 890519552 22472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13020] ppid=13017 vsize=869648 CPUtime=1.54
/proc/13018/task/13020/stat : 13020 (java) R 13017 13004 11223 0 -1 64 18430 0 0 0 145 9 0 0 16 0 9 0 20520719 890519552 22472 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13021] ppid=13017 vsize=869648 CPUtime=0
/proc/13018/task/13021/stat : 13021 (java) S 13017 13004 11223 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20520719 890519552 22472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13022] ppid=13017 vsize=869648 CPUtime=0
/proc/13018/task/13022/stat : 13022 (java) S 13017 13004 11223 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20520719 890519552 22472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13023] ppid=13017 vsize=869648 CPUtime=0
/proc/13018/task/13023/stat : 13023 (java) S 13017 13004 11223 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20520721 890519552 22472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13024] ppid=13017 vsize=869648 CPUtime=0.15
/proc/13018/task/13024/stat : 13024 (java) S 13017 13004 11223 0 -1 64 1480 0 0 0 15 0 0 0 17 0 9 0 20520721 890519552 22472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13025] ppid=13017 vsize=869648 CPUtime=0
/proc/13018/task/13025/stat : 13025 (java) S 13017 13004 11223 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20520721 890519552 22472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13026] ppid=13017 vsize=869648 CPUtime=0
/proc/13018/task/13026/stat : 13026 (java) S 13017 13004 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20520721 890519552 22472 996147200 134512640 134550932 4294955936 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) 891872

[startup+12.7028 s]
/proc/loadavg: 2.06 2.12 2.08 3/94 13026
/proc/meminfo: memFree=908840/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=1.86
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1310 16576 0 1 6 1 169 10 16 0 1 0 20520521 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1111 409 3 0 796 0
[pid=13017] ppid=13004 vsize=5356 CPUtime=0
/proc/13017/stat : 13017 (sh) S 13004 13004 11223 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20520716 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13017/statm: 1339 233 193 169 0 50 0
[pid=13018] ppid=13017 vsize=868756 CPUtime=10.63
/proc/13018/stat : 13018 (java) S 13017 13004 11223 0 -1 0 54265 0 1 0 1020 43 0 0 19 0 9 0 20520717 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13018/statm: 217189 38584 2593 9 0 211666 0
[pid=13018/tid=13019] ppid=13017 vsize=868756 CPUtime=6.27
/proc/13018/task/13019/stat : 13019 (java) R 13017 13004 11223 0 -1 64 4764 0 1 0 607 20 0 0 25 0 9 0 20520717 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4126990468 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13020] ppid=13017 vsize=868756 CPUtime=4.08
/proc/13018/task/13020/stat : 13020 (java) S 13017 13004 11223 0 -1 64 47266 0 0 0 388 20 0 0 16 0 9 0 20520719 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13021] ppid=13017 vsize=868756 CPUtime=0
/proc/13018/task/13021/stat : 13021 (java) S 13017 13004 11223 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20520719 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13022] ppid=13017 vsize=868756 CPUtime=0
/proc/13018/task/13022/stat : 13022 (java) S 13017 13004 11223 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20520719 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13023] ppid=13017 vsize=868756 CPUtime=0
/proc/13018/task/13023/stat : 13023 (java) S 13017 13004 11223 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20520721 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13024] ppid=13017 vsize=868756 CPUtime=0.24
/proc/13018/task/13024/stat : 13024 (java) S 13017 13004 11223 0 -1 64 1532 0 0 0 23 1 0 0 16 0 9 0 20520721 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13025] ppid=13017 vsize=868756 CPUtime=0
/proc/13018/task/13025/stat : 13025 (java) S 13017 13004 11223 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20520721 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13018/tid=13026] ppid=13017 vsize=868756 CPUtime=0
/proc/13018/task/13026/stat : 13026 (java) S 13017 13004 11223 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20520721 889606144 38584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890980

[startup+25.5015 s]
/proc/loadavg: 2.04 2.12 2.08 3/86 13028
/proc/meminfo: memFree=937896/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=20.78
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1365 71333 0 2 6 1 1960 111 16 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
[pid=13027] ppid=13004 vsize=5356 CPUtime=0
/proc/13027/stat : 13027 (sh) S 13004 13004 11223 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20522647 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13027/statm: 1339 232 193 169 0 50 0
[pid=13028] ppid=13027 vsize=20912 CPUtime=4.17
/proc/13028/stat : 13028 (picosat) R 13027 13004 11223 0 -1 4194304 4593 0 0 0 191 226 0 0 25 0 1 0 20522647 21413888 4579 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13028/statm: 5228 4579 40 102 0 5123 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 43136

[startup+51.1011 s]
/proc/loadavg: 2.03 2.11 2.08 3/86 13028
/proc/meminfo: memFree=830824/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=20.78
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1365 71333 0 2 6 1 1960 111 16 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
[pid=13027] ppid=13004 vsize=5356 CPUtime=0
/proc/13027/stat : 13027 (sh) S 13004 13004 11223 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20522647 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13027/statm: 1339 232 193 169 0 50 0
[pid=13028] ppid=13027 vsize=132820 CPUtime=29.54
/proc/13028/stat : 13028 (picosat) R 13027 13004 11223 0 -1 4194304 30102 0 0 0 1362 1592 0 0 25 0 1 0 20522647 136007680 30088 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13028/statm: 33205 30088 40 102 0 33100 0
Current children cumulated CPU time (s) 50.32
Current children cumulated vsize (KiB) 155044

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

[startup+63.9029 s]
/proc/loadavg: 2.02 2.10 2.08 3/86 13028
/proc/meminfo: memFree=776488/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=20.78
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1365 71333 0 2 6 1 1960 111 16 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
[pid=13027] ppid=13004 vsize=5356 CPUtime=0
/proc/13027/stat : 13027 (sh) S 13004 13004 11223 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20522647 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13027/statm: 1339 232 193 169 0 50 0
[pid=13028] ppid=13027 vsize=191972 CPUtime=42.22
/proc/13028/stat : 13028 (picosat) R 13027 13004 11223 0 -1 4194304 42573 0 0 0 1935 2287 0 0 25 0 1 0 20522647 196579328 42559 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13028/statm: 47993 42559 40 102 0 47888 0
Current children cumulated CPU time (s) 63
Current children cumulated vsize (KiB) 214196

[startup+70.3013 s]
/proc/loadavg: 2.02 2.10 2.08 3/86 13028
/proc/meminfo: memFree=749672/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=20.78
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1365 71333 0 2 6 1 1960 111 16 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
[pid=13027] ppid=13004 vsize=5356 CPUtime=0
/proc/13027/stat : 13027 (sh) S 13004 13004 11223 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20522647 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13027/statm: 1339 232 193 169 0 50 0
[pid=13028] ppid=13027 vsize=213620 CPUtime=48.56
/proc/13028/stat : 13028 (picosat) R 13027 13004 11223 0 -1 4194304 48858 0 0 0 2224 2632 0 0 25 0 1 0 20522647 218746880 48844 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13028/statm: 53405 48844 40 102 0 53300 0
Current children cumulated CPU time (s) 69.34
Current children cumulated vsize (KiB) 235844

[startup+73.5015 s]
/proc/loadavg: 2.02 2.10 2.08 3/86 13028
/proc/meminfo: memFree=743144/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=20.78
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1365 71333 0 2 6 1 1960 111 16 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
[pid=13027] ppid=13004 vsize=5356 CPUtime=0
/proc/13027/stat : 13027 (sh) S 13004 13004 11223 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20522647 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13027/statm: 1339 232 193 169 0 50 0
[pid=13028] ppid=13027 vsize=220464 CPUtime=51.73
/proc/13028/stat : 13028 (picosat) R 13027 13004 11223 0 -1 4194304 50440 0 0 0 2466 2707 0 0 25 0 1 0 20522647 225755136 50400 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13028/statm: 55116 50400 42 102 0 55011 0
Current children cumulated CPU time (s) 72.51
Current children cumulated vsize (KiB) 242688

[startup+75.1016 s]
/proc/loadavg: 2.02 2.10 2.08 4/86 13030
/proc/meminfo: memFree=742432/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=20.78
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1365 71333 0 2 6 1 1960 111 16 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
[pid=13027] ppid=13004 vsize=5356 CPUtime=0
/proc/13027/stat : 13027 (sh) S 13004 13004 11223 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20522647 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13027/statm: 1339 232 193 169 0 50 0
[pid=13028] ppid=13027 vsize=220464 CPUtime=53.32
/proc/13028/stat : 13028 (picosat) R 13027 13004 11223 0 -1 4194304 50478 0 0 0 2625 2707 0 0 25 0 1 0 20522647 225755136 50438 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/13028/statm: 55116 50438 42 102 0 55011 0
Current children cumulated CPU time (s) 74.1
Current children cumulated vsize (KiB) 242688

[startup+76.7017 s]
/proc/loadavg: 2.02 2.10 2.08 3/86 13030
/proc/meminfo: memFree=742240/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=20.78
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1365 71333 0 2 6 1 1960 111 16 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
[pid=13027] ppid=13004 vsize=5356 CPUtime=0
/proc/13027/stat : 13027 (sh) S 13004 13004 11223 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20522647 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13027/statm: 1339 232 193 169 0 50 0
[pid=13028] ppid=13027 vsize=222520 CPUtime=54.9
/proc/13028/stat : 13028 (picosat) R 13027 13004 11223 0 -1 4194304 50527 0 0 0 2783 2707 0 0 25 0 1 0 20522647 227860480 50485 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/13028/statm: 55630 50485 48 102 0 55525 0
Current children cumulated CPU time (s) 75.68
Current children cumulated vsize (KiB) 244744

[startup+77.5018 s]
/proc/loadavg: 2.02 2.10 2.08 3/86 13030
/proc/meminfo: memFree=740640/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=76.21
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1446 122169 0 2 6 1 4791 2823 16 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 76.21
Current children cumulated vsize (KiB) 16868

[startup+77.7018 s]
/proc/loadavg: 2.02 2.10 2.08 3/86 13030
/proc/meminfo: memFree=740640/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=76.21
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1446 122169 0 2 6 1 4791 2823 16 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 76.21
Current children cumulated vsize (KiB) 16868

[startup+77.8018 s]
/proc/loadavg: 2.02 2.10 2.08 3/86 13030
/proc/meminfo: memFree=740640/2055920 swapFree=4192040/4192956
[pid=13004] ppid=13002 vsize=16868 CPUtime=76.22
/proc/13004/stat : 13004 (sugar) S 13002 13004 11223 0 -1 4194304 1449 122169 0 2 6 2 4791 2823 15 0 1 0 20520521 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13004/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 76.22
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 77.8759
CPU time (s): 76.8263
CPU user time (s): 48.4736
CPU system time (s): 28.3527
CPU usage (%): 98.6523
Max. virtual memory (cumulated for all children) (KiB): 916480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.4736
system time used= 28.3527
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127709
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= 6917
involuntary context switches= 9678

runsolver used 0.111982 second user time and 0.25796 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-11 19:49:04
IDJOB=2064173
IDBENCH=54129
IDSOLVER=738
FILE ID=node29/2064173-1247334543
PBS_JOBID= 9506569
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= 995ab5e30175a498c1eb15b93ed7231d
RANDOM SEED=2039878926

node29.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.225
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.225
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:       1082976 kB
Buffers:         53416 kB
Cached:         730408 kB
SwapCached:        420 kB
Active:         163248 kB
Inactive:       741920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1082976 kB
SwapTotal:     4192956 kB
SwapFree:      4192040 kB
Dirty:            5384 kB
Writeback:           0 kB
Mapped:         136256 kB
Slab:            52852 kB
Committed_AS:   839956 kB
PageTables:       2084 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= 66320 MiB
End job on node29 at 2009-07-11 19:50:22