Trace number 2067055

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 48.2397 48.8644

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-9sym-b.xml
MD5SUM3ddc81d2279bd070325942116a416a76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.05384
Satisfiable
(Un)Satisfiability was proved
Number of variables309
Number of constraints963
Maximum constraint arity87
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension963
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:23:55 2009
0.00/0.08	c 0	PID 17597
0.00/0.08	c 0	HOST node40.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2067055-1247343835.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2067055-1247343835.xml' 'HOME/temp.csp'
0.06/0.54	c 1	1 domains, 309 variables, 33 predicates, 0 relations, 963 constraints
0.06/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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'
0.50/0.64	c 1	Parsing HOME/temp.csp
0.50/0.76	c 1	parsed 1306 expressions
0.50/0.77	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.77	c 1	Converting to clausal form CSP
0.50/0.79	c 1	converted 131 (10%) expressions
0.50/0.80	c 1	converted 262 (20%) expressions
0.50/0.83	c 1	converted 392 (30%) expressions
0.50/0.94	c 1	converted 523 (40%) expressions
0.92/1.10	c 1	converted 653 (50%) expressions
1.02/1.17	c 1	converted 784 (60%) expressions
1.12/1.23	c 1	converted 915 (70%) expressions
1.23/1.37	c 1	converted 1045 (80%) expressions
1.42/1.56	c 2	converted 1176 (90%) expressions
1.72/1.84	c 2	converted 1306 (100%) expressions
1.72/1.84	c 2	CSP : 4777 integers, 0 booleans, 9899 clauses, largest domain size 30
1.72/1.84	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.72/1.84	c 2	Propagation in CSP
1.92/2.03	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.03	c 2	CSP : 4777 integers, 0 booleans, 9899 clauses, largest domain size 30
1.92/2.03	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.04	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.05	c 2	CSP : 4777 integers, 0 booleans, 9899 clauses, largest domain size 30
1.92/2.05	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.02/2.13	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.02/2.14	c 2	478 (10%) CSP integer variables are encoded (507 clauses, 5641 bytes)
2.02/2.15	c 2	956 (20%) CSP integer variables are encoded (2058 clauses, 25783 bytes)
2.02/2.16	c 2	1434 (30%) CSP integer variables are encoded (3904 clauses, 49781 bytes)
2.02/2.16	c 2	1911 (40%) CSP integer variables are encoded (6280 clauses, 80669 bytes)
2.02/2.17	c 2	2389 (50%) CSP integer variables are encoded (9411 clauses, 124496 bytes)
2.02/2.17	c 2	2867 (60%) CSP integer variables are encoded (12754 clauses, 174641 bytes)
2.02/2.18	c 2	3344 (70%) CSP integer variables are encoded (16857 clauses, 236186 bytes)
2.02/2.19	c 2	3822 (80%) CSP integer variables are encoded (22030 clauses, 313781 bytes)
2.02/2.20	c 2	4300 (90%) CSP integer variables are encoded (27480 clauses, 395531 bytes)
2.12/2.21	c 2	4777 (100%) CSP integer variables are encoded (32729 clauses, 474266 bytes)
2.12/2.28	c 2	990 (10%) CSP clauses are encoded (44451 clauses, 648757 bytes)
2.21/2.38	c 2	1980 (20%) CSP clauses are encoded (63553 clauses, 980459 bytes)
2.41/2.52	c 3	2970 (30%) CSP clauses are encoded (91165 clauses, 1510841 bytes)
3.11/3.20	c 3	3960 (40%) CSP clauses are encoded (152431 clauses, 2854123 bytes)
3.29/3.44	c 4	4950 (50%) CSP clauses are encoded (198755 clauses, 3690035 bytes)
3.59/3.78	c 4	5940 (60%) CSP clauses are encoded (258551 clauses, 4942986 bytes)
5.57/5.78	c 6	6930 (70%) CSP clauses are encoded (420361 clauses, 9046925 bytes)
10.61/10.81	c 11	7920 (80%) CSP clauses are encoded (749615 clauses, 18049177 bytes)
19.12/19.45	c 20	8910 (90%) CSP clauses are encoded (1203797 clauses, 30742183 bytes)
25.64/26.05	c 26	9899 (100%) CSP clauses are encoded (1565672 clauses, 40760342 bytes)
25.64/26.05	c 26	9899 CSP clauses encoded
25.64/26.06	c 26	Writing map file : HOME/temp.map
25.64/26.06	c 26	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.64/26.06	c 26	SAT : 37506 SAT variables, 1565672 SAT clauses, 40760342 bytes
25.64/26.06	c 26	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.71/26.12	c 26	SOLVING HOME/temp.cnf
25.71/26.12	c 26	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
47.77/48.46	c 49	DECODING HOME/temp.out WITH HOME/temp.map
47.77/48.46	c 49	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'
47.85/48.55	c 49	Decoding HOME/temp.out
47.85/48.79	s SATISFIABLE
47.85/48.80	v 1 0 0 1 1 0 0 0 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 0 1 0 1 1 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 1 1 0 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 1 0 1 1 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 1 0 0 0 1 1 0 0 0 1 1 0 0 1 0 1 0 1 1 1 0 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 1 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 1 0 1 0 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 1 0 0 0 1 1 0 0 0 1 1 0 1 0
47.85/48.81	c 49	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
47.85/48.84	c 49	CPU 48.19 (0.06 0.01 35.92 12.2)
47.85/48.84	c 49	END Sat Jul 11 22:24:44 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-2067055-1247343835/watcher-2067055-1247343835 -o /tmp/evaluation-result-2067055-1247343835/solver-2067055-1247343835 -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-2067055-1247343835.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.91 1.87 1.93 4/75 17597
/proc/meminfo: memFree=1155048/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=11864 CPUtime=0
/proc/17597/stat : 17597 (sugar) R 17595 17597 16109 0 -1 4194304 143 0 0 0 0 0 0 0 20 0 1 0 21074793 12148736 111 996147200 4194304 4206940 548682068608 18446744073709551615 264520039748 0 0 4224 0 0 0 0 17 1 0 0
/proc/17597/statm: 2966 111 79 3 0 66 0

[startup+0.097832 s]
/proc/loadavg: 1.91 1.87 1.93 4/75 17597
/proc/meminfo: memFree=1155048/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=0.06
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21074793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.110592 s]
/proc/loadavg: 1.91 1.87 1.93 4/75 17597
/proc/meminfo: memFree=1155048/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=0.06
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21074793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301471 s]
/proc/loadavg: 1.91 1.87 1.93 4/75 17597
/proc/meminfo: memFree=1155048/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=0.06
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21074793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701523 s]
/proc/loadavg: 1.91 1.87 1.93 4/75 17597
/proc/meminfo: memFree=1155048/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=0.5
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1309 5028 0 1 5 1 41 3 16 0 1 0 21074793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 1.91 1.87 1.93 5/86 17619
/proc/meminfo: memFree=1140304/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=0.51
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1309 5028 0 1 6 1 41 3 16 0 1 0 21074793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1111 409 3 0 796 0
[pid=17610] ppid=17597 vsize=5356 CPUtime=0
/proc/17610/stat : 17610 (sh) S 17597 17597 16109 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21074849 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17610/statm: 1339 233 193 169 0 50 0
[pid=17611] ppid=17610 vsize=868572 CPUtime=0.91
/proc/17611/stat : 17611 (java) S 17610 17597 16109 0 -1 0 7647 0 1 0 85 6 0 0 18 0 9 0 21074849 889417728 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 217143 6846 2566 9 0 211648 0
[pid=17611/tid=17612] ppid=17610 vsize=868572 CPUtime=0.58
/proc/17611/task/17612/stat : 17612 (java) R 17610 17597 16109 0 -1 64 2711 0 1 0 56 2 0 0 24 0 9 0 21074850 889417728 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4126515964 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17613] ppid=17610 vsize=868572 CPUtime=0.12
/proc/17611/task/17613/stat : 17613 (java) S 17610 17597 16109 0 -1 64 2745 0 0 0 11 1 0 0 16 0 9 0 21074851 889417728 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17610 vsize=868572 CPUtime=0
/proc/17611/task/17614/stat : 17614 (java) S 17610 17597 16109 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21074851 889417728 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17610 vsize=868572 CPUtime=0
/proc/17611/task/17615/stat : 17615 (java) S 17610 17597 16109 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21074851 889417728 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17610 vsize=868572 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17610 17597 16109 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21074854 889417728 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17610 vsize=868572 CPUtime=0.18
/proc/17611/task/17617/stat : 17617 (java) S 17610 17597 16109 0 -1 64 1492 0 0 0 17 1 0 0 16 0 9 0 21074854 889417728 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17610 vsize=868572 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21074854 889417728 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17619] ppid=17610 vsize=868572 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21074854 889417728 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890796

[startup+3.10083 s]
/proc/loadavg: 1.91 1.87 1.93 4/86 17619
/proc/meminfo: memFree=1131472/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=0.51
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1310 5028 0 1 6 1 41 3 15 0 1 0 21074793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1111 409 3 0 796 0
[pid=17610] ppid=17597 vsize=5356 CPUtime=0
/proc/17610/stat : 17610 (sh) S 17597 17597 16109 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21074849 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17610/statm: 1339 233 193 169 0 50 0
[pid=17611] ppid=17610 vsize=868684 CPUtime=2.49
/proc/17611/stat : 17611 (java) S 17610 17597 16109 0 -1 0 8581 0 1 0 239 10 0 0 18 0 9 0 21074849 889532416 7541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 217171 7541 2590 9 0 211648 0
[pid=17611/tid=17612] ppid=17610 vsize=868684 CPUtime=1.91
/proc/17611/task/17612/stat : 17612 (java) R 17610 17597 16109 0 -1 64 2955 0 1 0 186 5 0 0 25 0 9 0 21074850 889532416 7541 996147200 134512640 134550932 4294955936 18446744073709551615 4126979340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17613] ppid=17610 vsize=868684 CPUtime=0.32
/proc/17611/task/17613/stat : 17613 (java) S 17610 17597 16109 0 -1 64 3411 0 0 0 30 2 0 0 16 0 9 0 21074851 889532416 7541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17614/stat : 17614 (java) S 17610 17597 16109 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21074851 889532416 7541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17615/stat : 17615 (java) S 17610 17597 16109 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21074851 889532416 7541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17610 17597 16109 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21074854 889532416 7541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17610 vsize=868684 CPUtime=0.22
/proc/17611/task/17617/stat : 17617 (java) S 17610 17597 16109 0 -1 64 1516 0 0 0 21 1 0 0 16 0 9 0 21074854 889532416 7541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21074854 889532416 7541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17619] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21074854 889532416 7541 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890908

[startup+6.30224 s]
/proc/loadavg: 1.92 1.87 1.93 4/86 17619
/proc/meminfo: memFree=1122896/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=0.51
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1310 5028 0 1 6 1 41 3 16 0 1 0 21074793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1111 409 3 0 796 0
[pid=17610] ppid=17597 vsize=5356 CPUtime=0
/proc/17610/stat : 17610 (sh) S 17597 17597 16109 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21074849 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17610/statm: 1339 233 193 169 0 50 0
[pid=17611] ppid=17610 vsize=868684 CPUtime=5.65
/proc/17611/stat : 17611 (java) S 17610 17597 16109 0 -1 0 8939 0 1 0 547 18 0 0 18 0 9 0 21074849 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 217171 7557 2590 9 0 211648 0
[pid=17611/tid=17612] ppid=17610 vsize=868684 CPUtime=4.96
/proc/17611/task/17612/stat : 17612 (java) R 17610 17597 16109 0 -1 64 3297 0 1 0 485 11 0 0 25 0 9 0 21074850 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4126517304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17613] ppid=17610 vsize=868684 CPUtime=0.42
/proc/17611/task/17613/stat : 17613 (java) S 17610 17597 16109 0 -1 64 3411 0 0 0 38 4 0 0 16 0 9 0 21074851 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17614/stat : 17614 (java) S 17610 17597 16109 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21074851 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17615/stat : 17615 (java) S 17610 17597 16109 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21074851 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17610 17597 16109 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17610 vsize=868684 CPUtime=0.24
/proc/17611/task/17617/stat : 17617 (java) S 17610 17597 16109 0 -1 64 1532 0 0 0 23 1 0 0 16 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17619] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890908

[startup+12.7011 s]
/proc/loadavg: 1.92 1.87 1.93 3/86 17619
/proc/meminfo: memFree=1111568/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=0.51
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1310 5028 0 1 6 1 41 3 16 0 1 0 21074793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1111 409 3 0 796 0
[pid=17610] ppid=17597 vsize=5356 CPUtime=0
/proc/17610/stat : 17610 (sh) S 17597 17597 16109 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21074849 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17610/statm: 1339 233 193 169 0 50 0
[pid=17611] ppid=17610 vsize=868684 CPUtime=11.98
/proc/17611/stat : 17611 (java) S 17610 17597 16109 0 -1 0 9496 0 1 0 1168 30 0 0 18 0 9 0 21074849 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 217171 7557 2590 9 0 211648 0
[pid=17611/tid=17612] ppid=17610 vsize=868684 CPUtime=11.11
/proc/17611/task/17612/stat : 17612 (java) R 17610 17597 16109 0 -1 64 3854 0 1 0 1093 18 0 0 25 0 9 0 21074850 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4126980444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17613] ppid=17610 vsize=868684 CPUtime=0.6
/proc/17611/task/17613/stat : 17613 (java) S 17610 17597 16109 0 -1 64 3411 0 0 0 52 8 0 0 16 0 9 0 21074851 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17614/stat : 17614 (java) S 17610 17597 16109 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21074851 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17615/stat : 17615 (java) S 17610 17597 16109 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21074851 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17610 17597 16109 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17610 vsize=868684 CPUtime=0.24
/proc/17611/task/17617/stat : 17617 (java) S 17610 17597 16109 0 -1 64 1532 0 0 0 23 1 0 0 16 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17619] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21074854 889532416 7557 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) 890908

[startup+25.5027 s]
/proc/loadavg: 1.94 1.88 1.93 3/86 17619
/proc/meminfo: memFree=1092496/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=0.51
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1310 5028 0 1 6 1 41 3 16 0 1 0 21074793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1111 409 3 0 796 0
[pid=17610] ppid=17597 vsize=5356 CPUtime=0
/proc/17610/stat : 17610 (sh) S 17597 17597 16109 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21074849 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17610/statm: 1339 233 193 169 0 50 0
[pid=17611] ppid=17610 vsize=868684 CPUtime=24.64
/proc/17611/stat : 17611 (java) S 17610 17597 16109 0 -1 0 10525 0 1 0 2411 53 0 0 18 0 9 0 21074849 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17611/statm: 217171 7557 2590 9 0 211648 0
[pid=17611/tid=17612] ppid=17610 vsize=868684 CPUtime=23.44
/proc/17611/task/17612/stat : 17612 (java) R 17610 17597 16109 0 -1 64 4883 0 1 0 2309 35 0 0 25 0 9 0 21074850 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4126515976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17613] ppid=17610 vsize=868684 CPUtime=0.92
/proc/17611/task/17613/stat : 17613 (java) S 17610 17597 16109 0 -1 64 3411 0 0 0 78 14 0 0 16 0 9 0 21074851 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17614] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17614/stat : 17614 (java) S 17610 17597 16109 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21074851 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17615] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17615/stat : 17615 (java) S 17610 17597 16109 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21074851 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17616] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17616/stat : 17616 (java) S 17610 17597 16109 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17617] ppid=17610 vsize=868684 CPUtime=0.24
/proc/17611/task/17617/stat : 17617 (java) S 17610 17597 16109 0 -1 64 1532 0 0 0 23 1 0 0 16 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17618] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17618/stat : 17618 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17611/tid=17619] ppid=17610 vsize=868684 CPUtime=0
/proc/17611/task/17619/stat : 17619 (java) S 17610 17597 16109 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21074854 889532416 7557 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890908

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

[startup+38.3014 s]
/proc/loadavg: 1.95 1.88 1.93 4/78 17621
/proc/meminfo: memFree=1075472/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=25.72
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1365 15911 0 2 6 1 2507 58 16 0 1 0 21074793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1113 409 3 0 796 0
[pid=17620] ppid=17597 vsize=5356 CPUtime=0
/proc/17620/stat : 17620 (sh) S 17597 17597 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21077405 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17620/statm: 1339 232 193 169 0 50 0
[pid=17621] ppid=17620 vsize=41504 CPUtime=12.05
/proc/17621/stat : 17621 (picosat) R 17620 17597 16109 0 -1 4194304 9688 0 0 0 561 644 0 0 25 0 1 0 21077406 42500096 9674 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17621/statm: 10376 9674 40 102 0 10271 0
Current children cumulated CPU time (s) 37.77
Current children cumulated vsize (KiB) 63728

[startup+44.7022 s]
/proc/loadavg: 1.95 1.88 1.93 4/78 17621
/proc/meminfo: memFree=1056592/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=25.72
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1365 15911 0 2 6 1 2507 58 16 0 1 0 21074793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1113 409 3 0 796 0
[pid=17620] ppid=17597 vsize=5356 CPUtime=0
/proc/17620/stat : 17620 (sh) S 17597 17597 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21077405 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17620/statm: 1339 232 193 169 0 50 0
[pid=17621] ppid=17620 vsize=62364 CPUtime=18.39
/proc/17621/stat : 17621 (picosat) R 17620 17597 16109 0 -1 4194304 14267 0 0 0 855 984 0 0 25 0 1 0 21077406 63860736 14253 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17621/statm: 15591 14253 40 102 0 15486 0
Current children cumulated CPU time (s) 44.11
Current children cumulated vsize (KiB) 84588

[startup+46.3016 s]
/proc/loadavg: 1.95 1.88 1.93 4/78 17621
/proc/meminfo: memFree=1050320/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=25.72
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1365 15911 0 2 6 1 2507 58 16 0 1 0 21074793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1113 409 3 0 796 0
[pid=17620] ppid=17597 vsize=5356 CPUtime=0
/proc/17620/stat : 17620 (sh) S 17597 17597 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21077405 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17620/statm: 1339 232 193 169 0 50 0
[pid=17621] ppid=17620 vsize=66588 CPUtime=19.97
/proc/17621/stat : 17621 (picosat) R 17620 17597 16109 0 -1 4194304 15412 0 0 0 924 1073 0 0 25 0 1 0 21077406 68186112 15398 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17621/statm: 16647 15398 40 102 0 16542 0
Current children cumulated CPU time (s) 45.69
Current children cumulated vsize (KiB) 88812

[startup+47.9016 s]
/proc/loadavg: 1.95 1.88 1.93 4/78 17621
/proc/meminfo: memFree=1047184/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=25.72
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1365 15911 0 2 6 1 2507 58 16 0 1 0 21074793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1113 409 3 0 796 0
[pid=17620] ppid=17597 vsize=5356 CPUtime=0
/proc/17620/stat : 17620 (sh) S 17597 17597 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21077405 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17620/statm: 1339 232 193 169 0 50 0
[pid=17621] ppid=17620 vsize=70680 CPUtime=21.55
/proc/17621/stat : 17621 (picosat) R 17620 17597 16109 0 -1 4194304 16570 0 0 0 998 1157 0 0 25 0 1 0 21077406 72376320 16556 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 1 0 0
/proc/17621/statm: 17670 16556 42 102 0 17565 0
Current children cumulated CPU time (s) 47.27
Current children cumulated vsize (KiB) 92904

[startup+48.302 s]
/proc/loadavg: 1.95 1.88 1.93 3/78 17621
/proc/meminfo: memFree=1044816/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=25.72
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1365 15911 0 2 6 1 2507 58 16 0 1 0 21074793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1113 409 3 0 796 0
[pid=17620] ppid=17597 vsize=5356 CPUtime=0
/proc/17620/stat : 17620 (sh) S 17597 17597 16109 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21077405 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17620/statm: 1339 232 193 169 0 50 0
[pid=17621] ppid=17620 vsize=71720 CPUtime=21.95
/proc/17621/stat : 17621 (picosat) R 17620 17597 16109 0 -1 4194304 16659 0 0 0 1038 1157 0 0 25 0 1 0 21077406 73441280 16645 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17621/statm: 17930 16645 42 102 0 17825 0
Current children cumulated CPU time (s) 47.67
Current children cumulated vsize (KiB) 93944

[startup+48.7072 s]
/proc/loadavg: 1.95 1.88 1.93 3/78 17621
/proc/meminfo: memFree=1044816/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=47.85
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1446 32862 0 2 6 1 3561 1217 16 0 1 0 21074793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 47.85
Current children cumulated vsize (KiB) 16868

[startup+48.8007 s]
/proc/loadavg: 1.95 1.88 1.93 3/78 17621
/proc/meminfo: memFree=1044816/2055920 swapFree=4192812/4192956
[pid=17597] ppid=17595 vsize=16868 CPUtime=47.85
/proc/17597/stat : 17597 (sugar) S 17595 17597 16109 0 -1 4194304 1448 32862 0 2 6 1 3561 1217 15 0 1 0 21074793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17597/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 47.85
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 48.8644
CPU time (s): 48.2397
CPU user time (s): 35.9865
CPU system time (s): 12.2531
CPU usage (%): 98.7215
Max. virtual memory (cumulated for all children) (KiB): 891016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9865
system time used= 12.2531
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38306
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= 22668
involuntary context switches= 23332

runsolver used 0.090986 second user time and 0.162975 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-11 22:23:55
IDJOB=2067055
IDBENCH=54600
IDSOLVER=738
FILE ID=node40/2067055-1247343835
PBS_JOBID= 9506767
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-9sym-b.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-2067055-1247343835/watcher-2067055-1247343835 -o /tmp/evaluation-result-2067055-1247343835/solver-2067055-1247343835 -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-2067055-1247343835.xml

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

MD5SUM BENCH= 3ddc81d2279bd070325942116a416a76
RANDOM SEED=896687340

node40.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.213
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.213
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:       1155592 kB
Buffers:         61104 kB
Cached:         735992 kB
SwapCached:          0 kB
Active:         154708 kB
Inactive:       674024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1155592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1944 kB
Writeback:           0 kB
Mapped:          42644 kB
Slab:            56744 kB
Committed_AS:   248944 kB
PageTables:       1860 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= 66228 MiB
End job on node40 at 2009-07-11 22:24:44