Trace number 2064987

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 196.338 200.712

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-4-fair.xml
MD5SUM7dacb354b431a82a4e6c58fb80279ced
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.10553
Satisfiable
(Un)Satisfiability was proved
Number of variables7626
Number of constraints7207
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7207
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sat Jul 11 20:39:40 2009
0.05/0.07	c 0	PID 13948
0.05/0.07	c 0	HOST node79.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2064987-1247337579.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2064987-1247337579.xml' 'HOME/temp.csp'
0.06/0.95	c 1	3 domains, 7626 variables, 9 predicates, 0 relations, 7207 constraints
0.06/0.96	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.96	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.94/1.04	c 1	Parsing HOME/temp.csp
1.03/1.18	c 1	parsed 10000 expressions
1.14/1.26	c 1	parsed 14845 expressions
1.14/1.27	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.27	c 1	Converting to clausal form CSP
1.24/1.30	c 1	converted 1485 (10%) expressions
1.24/1.31	c 1	converted 2969 (20%) expressions
1.24/1.31	c 1	converted 4454 (30%) expressions
1.24/1.32	c 1	converted 5938 (40%) expressions
1.24/1.32	c 1	converted 7423 (50%) expressions
1.43/1.54	c 1	converted 8907 (60%) expressions
1.62/1.77	c 1	converted 10392 (70%) expressions
1.93/2.02	c 2	converted 11876 (80%) expressions
2.02/2.19	c 2	converted 13361 (90%) expressions
2.22/2.33	c 2	converted 14845 (100%) expressions
2.22/2.34	c 2	CSP : 13307 integers, 478 booleans, 32359 clauses, largest domain size 20001
2.22/2.34	c 2	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.22/2.34	c 2	Propagation in CSP
68.09/68.94	c 69	92935263 values, 0 unsatisfiable literals, and 0 valid clauses are removed
68.09/68.95	c 69	CSP : 13307 integers, 478 booleans, 32359 clauses, largest domain size 20001
68.09/68.95	c 69	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
68.09/68.97	c 69	Simplifing CSP by introducing new Boolean variables
68.38/69.24	c 69	CSP : 13307 integers, 11988 booleans, 43869 clauses, largest domain size 20001
68.38/69.24	c 69	Heap : 22 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
68.58/69.43	c 69	Encoding CSP to SAT : HOME/temp.cnf
68.58/69.49	c 69	1331 (10%) CSP integer variables are encoded (19132 clauses, 265380 bytes)
69.57/70.45	c 70	2662 (20%) CSP integer variables are encoded (809428 clauses, 13540171 bytes)
69.87/70.78	c 70	3993 (30%) CSP integer variables are encoded (1082992 clauses, 18358698 bytes)
70.46/71.37	c 71	5323 (40%) CSP integer variables are encoded (1552940 clauses, 27287710 bytes)
70.86/71.75	c 71	6654 (50%) CSP integer variables are encoded (1858487 clauses, 33093103 bytes)
70.86/71.76	c 71	7985 (60%) CSP integer variables are encoded (1858487 clauses, 33093103 bytes)
71.15/72.05	c 72	9315 (70%) CSP integer variables are encoded (2088441 clauses, 37462229 bytes)
71.25/72.20	c 72	10646 (80%) CSP integer variables are encoded (2208417 clauses, 39741773 bytes)
71.45/72.34	c 72	11977 (90%) CSP integer variables are encoded (2318401 clauses, 41831469 bytes)
71.64/72.57	c 72	13307 (100%) CSP integer variables are encoded (2488375 clauses, 45060975 bytes)
82.37/85.76	c 85	4387 (10%) CSP clauses are encoded (9088119 clauses, 177169194 bytes)
82.76/86.17	c 86	8774 (20%) CSP clauses are encoded (9369396 clauses, 182765383 bytes)
83.26/86.66	c 86	13161 (30%) CSP clauses are encoded (9691274 clauses, 189282646 bytes)
83.96/87.37	c 87	17548 (40%) CSP clauses are encoded (10172503 clauses, 199025912 bytes)
84.45/87.86	c 88	21935 (50%) CSP clauses are encoded (10493951 clauses, 205654044 bytes)
84.45/87.88	c 88	26322 (60%) CSP clauses are encoded (10496003 clauses, 205695727 bytes)
84.55/87.91	c 88	30709 (70%) CSP clauses are encoded (10498038 clauses, 205737046 bytes)
85.43/88.81	c 88	35096 (80%) CSP clauses are encoded (11100105 clauses, 218529073 bytes)
86.22/89.61	c 89	39483 (90%) CSP clauses are encoded (11621884 clauses, 229614631 bytes)
86.22/89.66	c 89	43869 (100%) CSP clauses are encoded (11634498 clauses, 229955443 bytes)
86.22/89.66	c 89	43869 CSP clauses encoded
86.22/89.66	c 89	Writing map file : HOME/temp.map
86.22/89.69	c 89	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
86.22/89.69	c 89	SAT : 2504057 SAT variables, 11634498 SAT clauses, 229955443 bytes
86.22/89.69	c 89	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
86.31/89.71	c 89	SOLVING HOME/temp.cnf
86.31/89.71	c 89	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
195.87/200.22	c 200	DECODING HOME/temp.out WITH HOME/temp.map
195.87/200.22	c 200	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'
195.90/200.30	c 200	Decoding HOME/temp.out
195.90/200.53	s UNSATISFIABLE
195.90/200.54	c 200	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
196.21/200.60	c 200	CPU 196.21 (0.06 0.02 145.4 50.73)
196.21/200.60	c 200	END Sat Jul 11 20:43:00 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-2064987-1247337579/watcher-2064987-1247337579 -o /tmp/evaluation-result-2064987-1247337579/solver-2064987-1247337579 -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-2064987-1247337579.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.92 1.98 1.99 4/85 13948
/proc/meminfo: memFree=1233144/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=12268 CPUtime=0
/proc/13948/stat : 13948 (sugar) R 13946 13948 13657 0 -1 4194304 351 0 0 0 0 0 0 0 18 0 1 0 20823542 12562432 319 996147200 4194304 4206940 548682068608 18446744073709551615 234045739745 0 0 4224 0 0 0 0 17 0 0 0
/proc/13948/statm: 3068 322 242 3 0 168 0

[startup+0.0583301 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 13948
/proc/meminfo: memFree=1233144/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16212 CPUtime=0.05
/proc/13948/stat : 13948 (sugar) R 13946 13948 13657 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 20823542 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 234054794238 0 0 4224 0 0 0 0 17 0 0 0
/proc/13948/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101335 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 13948
/proc/meminfo: memFree=1233144/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=0.06
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20823542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301357 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 13948
/proc/meminfo: memFree=1233144/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=0.06
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20823542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701397 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 13948
/proc/meminfo: memFree=1233144/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=0.06
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 20823542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13948/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50148 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 13966
/proc/meminfo: memFree=1226872/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=0.92
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1309 9505 0 1 5 1 81 5 15 0 1 0 20823542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1111 409 3 0 796 0
[pid=13961] ppid=13948 vsize=5356 CPUtime=0
/proc/13961/stat : 13961 (sh) S 13948 13948 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20823638 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13961/statm: 1339 233 193 169 0 50 0
[pid=13962] ppid=13961 vsize=868508 CPUtime=0.51
/proc/13962/stat : 13962 (java) S 13961 13948 13657 0 -1 0 7425 0 1 0 47 4 0 0 18 0 9 0 20823639 889352192 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13962/statm: 217127 6659 2569 9 0 211632 0
[pid=13962/tid=13963] ppid=13961 vsize=868508 CPUtime=0.27
/proc/13962/task/13963/stat : 13963 (java) R 13961 13948 13657 0 -1 64 2566 0 1 0 25 2 0 0 18 0 9 0 20823639 889352192 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4126578743 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13964] ppid=13961 vsize=868508 CPUtime=0.07
/proc/13962/task/13964/stat : 13964 (java) S 13961 13948 13657 0 -1 64 2702 0 0 0 7 0 0 0 16 0 9 0 20823641 889352192 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13965] ppid=13961 vsize=868508 CPUtime=0
/proc/13962/task/13965/stat : 13965 (java) S 13961 13948 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20823641 889352192 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13966] ppid=13961 vsize=868508 CPUtime=0
/proc/13962/task/13966/stat : 13966 (java) S 13961 13948 13657 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20823641 889352192 6659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890732

[startup+3.10264 s]
/proc/loadavg: 1.93 1.98 1.99 3/96 13970
/proc/meminfo: memFree=1202712/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=0.92
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1310 9505 0 1 5 1 81 5 15 0 1 0 20823542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1111 409 3 0 796 0
[pid=13961] ppid=13948 vsize=5356 CPUtime=0
/proc/13961/stat : 13961 (sh) S 13948 13948 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20823638 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13961/statm: 1339 233 193 169 0 50 0
[pid=13962] ppid=13961 vsize=868592 CPUtime=2.09
/proc/13962/stat : 13962 (java) S 13961 13948 13657 0 -1 0 11687 0 1 0 202 7 0 0 18 0 9 0 20823639 889438208 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13962/statm: 217148 10698 2566 9 0 211653 0
[pid=13962/tid=13963] ppid=13961 vsize=868592 CPUtime=1.45
/proc/13962/task/13963/stat : 13963 (java) R 13961 13948 13657 0 -1 64 2807 0 1 0 143 2 0 0 25 0 9 0 20823639 889438208 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4126464528 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13964] ppid=13961 vsize=868592 CPUtime=0.43
/proc/13962/task/13964/stat : 13964 (java) S 13961 13948 13657 0 -1 64 6672 0 0 0 40 3 0 0 16 0 9 0 20823641 889438208 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13965] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13965/stat : 13965 (java) S 13961 13948 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20823641 889438208 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13966] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13966/stat : 13966 (java) S 13961 13948 13657 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20823641 889438208 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13967] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13967/stat : 13967 (java) S 13961 13948 13657 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20823643 889438208 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13968] ppid=13961 vsize=868592 CPUtime=0.19
/proc/13962/task/13968/stat : 13968 (java) S 13961 13948 13657 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 20823643 889438208 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13969] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13969/stat : 13969 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20823643 889438208 10698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13970] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13970/stat : 13970 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20823643 889438208 10698 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) 890816

[startup+6.30299 s]
/proc/loadavg: 1.93 1.98 1.99 3/96 13970
/proc/meminfo: memFree=1196184/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=0.92
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1310 9505 0 1 5 1 81 5 15 0 1 0 20823542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1111 409 3 0 796 0
[pid=13961] ppid=13948 vsize=5356 CPUtime=0
/proc/13961/stat : 13961 (sh) S 13948 13948 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20823638 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13961/statm: 1339 233 193 169 0 50 0
[pid=13962] ppid=13961 vsize=868592 CPUtime=5.26
/proc/13962/stat : 13962 (java) S 13961 13948 13657 0 -1 0 11986 0 1 0 516 10 0 0 18 0 9 0 20823639 889438208 10701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13962/statm: 217148 10701 2566 9 0 211653 0
[pid=13962/tid=13963] ppid=13961 vsize=868592 CPUtime=4.49
/proc/13962/task/13963/stat : 13963 (java) R 13961 13948 13657 0 -1 64 3103 0 1 0 446 3 0 0 25 0 9 0 20823639 889438208 10701 996147200 134512640 134550932 4294955936 18446744073709551615 4126519047 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13964] ppid=13961 vsize=868592 CPUtime=0.56
/proc/13962/task/13964/stat : 13964 (java) S 13961 13948 13657 0 -1 64 6675 0 0 0 51 5 0 0 16 0 9 0 20823641 889438208 10701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13965] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13965/stat : 13965 (java) S 13961 13948 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20823641 889438208 10701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13966] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13966/stat : 13966 (java) S 13961 13948 13657 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20823641 889438208 10701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13967] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13967/stat : 13967 (java) S 13961 13948 13657 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20823643 889438208 10701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13968] ppid=13961 vsize=868592 CPUtime=0.19
/proc/13962/task/13968/stat : 13968 (java) S 13961 13948 13657 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 20823643 889438208 10701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13969] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13969/stat : 13969 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20823643 889438208 10701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13970] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13970/stat : 13970 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20823643 889438208 10701 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890816

[startup+12.7027 s]
/proc/loadavg: 1.94 1.98 1.99 3/96 13970
/proc/meminfo: memFree=1195928/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=0.92
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1310 9505 0 1 5 1 81 5 15 0 1 0 20823542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1111 409 3 0 796 0
[pid=13961] ppid=13948 vsize=5356 CPUtime=0
/proc/13961/stat : 13961 (sh) S 13948 13948 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20823638 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13961/statm: 1339 233 193 169 0 50 0
[pid=13962] ppid=13961 vsize=868592 CPUtime=11.59
/proc/13962/stat : 13962 (java) S 13961 13948 13657 0 -1 0 12581 0 1 0 1144 15 0 0 18 0 9 0 20823639 889438208 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13962/statm: 217148 10707 2566 9 0 211653 0
[pid=13962/tid=13963] ppid=13961 vsize=868592 CPUtime=10.59
/proc/13962/task/13963/stat : 13963 (java) R 13961 13948 13657 0 -1 64 3692 0 1 0 1054 5 0 0 25 0 9 0 20823639 889438208 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4126516962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13964] ppid=13961 vsize=868592 CPUtime=0.78
/proc/13962/task/13964/stat : 13964 (java) S 13961 13948 13657 0 -1 64 6681 0 0 0 70 8 0 0 16 0 9 0 20823641 889438208 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13965] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13965/stat : 13965 (java) S 13961 13948 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20823641 889438208 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13966] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13966/stat : 13966 (java) S 13961 13948 13657 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20823641 889438208 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13967] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13967/stat : 13967 (java) S 13961 13948 13657 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20823643 889438208 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13968] ppid=13961 vsize=868592 CPUtime=0.19
/proc/13962/task/13968/stat : 13968 (java) S 13961 13948 13657 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 20823643 889438208 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13969] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13969/stat : 13969 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20823643 889438208 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13970] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13970/stat : 13970 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20823643 889438208 10707 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890816

[startup+25.502 s]
/proc/loadavg: 2.03 2.00 2.00 3/96 13970
/proc/meminfo: memFree=1195992/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=0.92
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1310 9505 0 1 5 1 81 5 15 0 1 0 20823542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1111 409 3 0 796 0
[pid=13961] ppid=13948 vsize=5356 CPUtime=0
/proc/13961/stat : 13961 (sh) S 13948 13948 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20823638 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13961/statm: 1339 233 193 169 0 50 0
[pid=13962] ppid=13961 vsize=868592 CPUtime=24.27
/proc/13962/stat : 13962 (java) S 13961 13948 13657 0 -1 0 13777 0 1 0 2400 27 0 0 18 0 9 0 20823639 889438208 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13962/statm: 217148 10719 2566 9 0 211653 0
[pid=13962/tid=13963] ppid=13961 vsize=868592 CPUtime=22.79
/proc/13962/task/13963/stat : 13963 (java) R 13961 13948 13657 0 -1 64 4876 0 1 0 2269 10 0 0 25 0 9 0 20823639 889438208 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4126519592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13964] ppid=13961 vsize=868592 CPUtime=1.27
/proc/13962/task/13964/stat : 13964 (java) S 13961 13948 13657 0 -1 64 6693 0 0 0 111 16 0 0 16 0 9 0 20823641 889438208 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13965] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13965/stat : 13965 (java) S 13961 13948 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20823641 889438208 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13966] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13966/stat : 13966 (java) S 13961 13948 13657 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20823641 889438208 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13967] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13967/stat : 13967 (java) S 13961 13948 13657 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20823643 889438208 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13968] ppid=13961 vsize=868592 CPUtime=0.19
/proc/13962/task/13968/stat : 13968 (java) S 13961 13948 13657 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 20823643 889438208 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13969] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13969/stat : 13969 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20823643 889438208 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13970] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13970/stat : 13970 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20823643 889438208 10719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890816

[startup+51.1017 s]
/proc/loadavg: 2.02 2.00 2.00 3/96 13970
/proc/meminfo: memFree=1171864/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=0.92
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1310 9505 0 1 5 1 81 5 15 0 1 0 20823542 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1111 409 3 0 796 0
[pid=13961] ppid=13948 vsize=5356 CPUtime=0
/proc/13961/stat : 13961 (sh) S 13948 13948 13657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20823638 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13961/statm: 1339 233 193 169 0 50 0
[pid=13962] ppid=13961 vsize=868592 CPUtime=49.53
/proc/13962/stat : 13962 (java) S 13961 13948 13657 0 -1 0 16152 0 1 0 4900 53 0 0 18 0 9 0 20823639 889438208 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13962/statm: 217148 10740 2566 9 0 211653 0
[pid=13962/tid=13963] ppid=13961 vsize=868592 CPUtime=47.06
/proc/13962/task/13963/stat : 13963 (java) R 13961 13948 13657 0 -1 64 7230 0 1 0 4688 18 0 0 25 0 9 0 20823639 889438208 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13964] ppid=13961 vsize=868592 CPUtime=2.25
/proc/13962/task/13964/stat : 13964 (java) S 13961 13948 13657 0 -1 64 6714 0 0 0 193 32 0 0 16 0 9 0 20823641 889438208 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13965] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13965/stat : 13965 (java) S 13961 13948 13657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20823641 889438208 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13966] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13966/stat : 13966 (java) S 13961 13948 13657 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20823641 889438208 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13967] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13967/stat : 13967 (java) S 13961 13948 13657 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20823643 889438208 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13968] ppid=13961 vsize=868592 CPUtime=0.19
/proc/13962/task/13968/stat : 13968 (java) S 13961 13948 13657 0 -1 64 1505 0 0 0 18 1 0 0 16 0 9 0 20823643 889438208 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13969] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13969/stat : 13969 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20823643 889438208 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13962/tid=13970] ppid=13961 vsize=868592 CPUtime=0
/proc/13962/task/13970/stat : 13970 (java) S 13961 13948 13657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20823643 889438208 10740 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 890816

[startup+102.306 s]
/proc/loadavg: 2.53 2.13 2.04 3/88 13972
/proc/meminfo: memFree=793056/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=86.36
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1365 32717 0 2 6 2 8400 228 16 0 1 0 20823542 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1113 409 3 0 796 0
[pid=13971] ppid=13948 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13948 13948 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20832513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13971/statm: 1339 232 193 169 0 50 0
[pid=13972] ppid=13971 vsize=187104 CPUtime=12.46
/proc/13972/stat : 13972 (picosat) R 13971 13948 13657 0 -1 4194304 43842 0 0 0 572 674 0 0 25 0 1 0 20832514 191594496 43828 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13972/statm: 46776 43828 40 102 0 46671 0
Current children cumulated CPU time (s) 98.82
Current children cumulated vsize (KiB) 209328

[startup+162.301 s]
/proc/loadavg: 2.80 2.29 2.10 3/88 13972
/proc/meminfo: memFree=525152/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=86.36
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1365 32717 0 2 6 2 8400 228 16 0 1 0 20823542 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1113 409 3 0 796 0
[pid=13971] ppid=13948 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13948 13948 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20832513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13971/statm: 1339 232 193 169 0 50 0
[pid=13972] ppid=13971 vsize=563228 CPUtime=71.95
/proc/13972/stat : 13972 (picosat) R 13971 13948 13657 0 -1 4194304 112937 0 0 0 3272 3923 0 0 25 0 1 0 20832514 576745472 112923 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13972/statm: 140807 112923 40 102 0 140702 0
Current children cumulated CPU time (s) 158.31
Current children cumulated vsize (KiB) 585452

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

[startup+179.101 s]
/proc/loadavg: 2.57 2.27 2.10 3/88 13972
/proc/meminfo: memFree=484256/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=86.36
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1365 32717 0 2 6 2 8400 228 16 0 1 0 20823542 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1113 409 3 0 796 0
[pid=13971] ppid=13948 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13948 13948 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20832513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13971/statm: 1339 232 193 169 0 50 0
[pid=13972] ppid=13971 vsize=603508 CPUtime=88.59
/proc/13972/stat : 13972 (picosat) R 13971 13948 13657 0 -1 4194304 123789 0 0 0 4028 4831 0 0 25 0 1 0 20832514 617992192 123775 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 1 0 0
/proc/13972/statm: 150877 123775 42 102 0 150772 0
Current children cumulated CPU time (s) 174.95
Current children cumulated vsize (KiB) 625732

[startup+191.901 s]
/proc/loadavg: 2.48 2.26 2.10 3/88 13972
/proc/meminfo: memFree=467104/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=86.36
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1365 32717 0 2 6 2 8400 228 16 0 1 0 20823542 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1113 409 3 0 796 0
[pid=13971] ppid=13948 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13948 13948 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20832513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13971/statm: 1339 232 193 169 0 50 0
[pid=13972] ppid=13971 vsize=639580 CPUtime=101.28
/proc/13972/stat : 13972 (picosat) R 13971 13948 13657 0 -1 4194304 127059 0 0 0 5295 4833 0 0 25 0 1 0 20832514 654929920 127020 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13972/statm: 159895 127020 42 102 0 159790 0
Current children cumulated CPU time (s) 187.64
Current children cumulated vsize (KiB) 661804

[startup+195.103 s]
/proc/loadavg: 2.44 2.26 2.10 3/88 13972
/proc/meminfo: memFree=467104/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=86.36
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1365 32717 0 2 6 2 8400 228 16 0 1 0 20823542 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1113 409 3 0 796 0
[pid=13971] ppid=13948 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13948 13948 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20832513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13971/statm: 1339 232 193 169 0 50 0
[pid=13972] ppid=13971 vsize=639580 CPUtime=104.45
/proc/13972/stat : 13972 (picosat) R 13971 13948 13657 0 -1 4194304 127059 0 0 0 5612 4833 0 0 25 0 1 0 20832514 654929920 127020 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/13972/statm: 159895 127020 42 102 0 159790 0
Current children cumulated CPU time (s) 190.81
Current children cumulated vsize (KiB) 661804

[startup+198.301 s]
/proc/loadavg: 2.41 2.26 2.09 3/88 13972
/proc/meminfo: memFree=465952/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=86.36
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1365 32717 0 2 6 2 8400 228 16 0 1 0 20823542 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1113 409 3 0 796 0
[pid=13971] ppid=13948 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13948 13948 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20832513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13971/statm: 1339 232 193 169 0 50 0
[pid=13972] ppid=13971 vsize=672348 CPUtime=107.62
/proc/13972/stat : 13972 (picosat) R 13971 13948 13657 0 -1 4194304 127377 0 0 0 5929 4833 0 0 25 0 1 0 20832514 688484352 127338 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/13972/statm: 168087 127338 42 102 0 167982 0
Current children cumulated CPU time (s) 193.98
Current children cumulated vsize (KiB) 694572

[startup+199.901 s]
/proc/loadavg: 2.41 2.26 2.09 3/88 13972
/proc/meminfo: memFree=465952/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=86.36
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1365 32717 0 2 6 2 8400 228 16 0 1 0 20823542 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1113 409 3 0 796 0
[pid=13971] ppid=13948 vsize=5356 CPUtime=0
/proc/13971/stat : 13971 (sh) S 13948 13948 13657 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20832513 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13971/statm: 1339 232 193 169 0 50 0
[pid=13972] ppid=13971 vsize=639580 CPUtime=109.21
/proc/13972/stat : 13972 (picosat) R 13971 13948 13657 0 -1 4194304 127379 0 0 0 6087 4834 0 0 25 0 1 0 20832514 654929920 120276 996147200 134512640 134931368 4294956256 18446744073709551615 134533857 0 0 4096 0 0 0 0 17 1 0 0
/proc/13972/statm: 159895 120276 42 102 0 159790 0
Current children cumulated CPU time (s) 195.57
Current children cumulated vsize (KiB) 661804

[startup+200.302 s]
/proc/loadavg: 2.41 2.26 2.09 3/88 13972
/proc/meminfo: memFree=494048/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=195.9
/proc/13948/stat : 13948 (sugar) S 13946 13948 13657 0 -1 4194304 1428 160383 0 2 6 2 14512 5070 16 0 1 0 20823542 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13948/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 195.9
Current children cumulated vsize (KiB) 16868

[startup+200.701 s]
/proc/loadavg: 2.41 2.26 2.09 3/88 13972
/proc/meminfo: memFree=494048/2055920 swapFree=4192956/4192956
[pid=13948] ppid=13946 vsize=16868 CPUtime=196.31
/proc/13948/stat : 13948 (sugar) R 13946 13948 13657 0 -1 4194304 1476 164669 0 3 6 12 14540 5073 16 0 1 0 20823542 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13948/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 196.31
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 200.712
CPU time (s): 196.338
CPU user time (s): 145.464
CPU system time (s): 50.8743
CPU usage (%): 97.8207
Max. virtual memory (cumulated for all children) (KiB): 894664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.464
system time used= 50.8743
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166205
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= 80865
involuntary context switches= 84582

runsolver used 0.241963 second user time and 0.615906 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-11 20:39:40
IDJOB=2064987
IDBENCH=54241
IDSOLVER=738
FILE ID=node79/2064987-1247337579
PBS_JOBID= 9506731
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-7-4-fair.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-2064987-1247337579/watcher-2064987-1247337579 -o /tmp/evaluation-result-2064987-1247337579/solver-2064987-1247337579 -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-2064987-1247337579.xml

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

MD5SUM BENCH= 7dacb354b431a82a4e6c58fb80279ced
RANDOM SEED=2135915923

node79.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1233624 kB
Buffers:         44708 kB
Cached:         320316 kB
SwapCached:          0 kB
Active:         456024 kB
Inactive:       299652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1233624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2516 kB
Writeback:           0 kB
Mapped:         406236 kB
Slab:            51208 kB
Committed_AS:   860284 kB
PageTables:       2504 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= 66252 MiB
End job on node79 at 2009-07-11 20:43:00